Vanilo E-commerce
58 subscribers
3 photos
19 links
E-commerce Platform for Laravel
Download Telegram
Vanilo v4 will be Laravel 10+ and PHP 8.1+
Coming in Q1 2023 πŸ‘€
πŸ‘12πŸ€”1
PHP 8.3 support is complete across all Vanilo modules
πŸ‘8
An update about Laravel 11 (since it affects the Vanilo 4 release date):
- No official date is set other than Q1 2024.
- At Laracon EU it was hinted that it'll be the first or second week of March 2024.

Source: https://laravel-news.com/laravel-11
πŸ‘Œ1
FYI Comments have been enabled on new posts in this channel
Laravel 11 release on March 12th
πŸŽ‰1
Laravel 11 is out πŸŽ‰

⚠️ It's good to know, that it brings Carbon 3 as well, which brings a possible BC in your application:

The result of

Carbon::parse('2024-01-31')->diffInDays('2024-01-01');

is:

- in Laravel < 11 / Carbon 2: +30 (int)
- in Laravel 11+ / Carbon 3: -30 (float)
People were asking for a Discord channel. I tried to encourage the community to create and host one, but I ended up creating one 😁
https://discord.gg/k9rFgXNZ

Telegram is here to stay.
We received complaints about low posting activity in X/Github/Telegram/Website/Newlsetter channels

Thumbs up if you'd like more content from Vanilo. Topic suggestions are also welcome here in the comments πŸ™
πŸ‘4
Hi there,

A question regarding a "works out-of-the-box" Vanilo application.

Please share your thoughts so that we better understand how you'd use it.
(This used to be the demo app, which was a rather simple demo to start with)

What are your expectations of such a Laravel app?

- Would you use it as a boilerplate, i.e. take the app, fork it, detach from the original git tree, and modify freely afterwards?
- Would you want a similar thing to WordPress, where you have an updatable core and you focus on the frontend logic, custom logic and configuration?
- Would you stick to composer or would you use something else for subsequent updates?

..any other thoughts regarding your specific needs?
We're seriously considering to port the Admin Panel to Livewire and FluxUI,
but also keeping the existing classic Bootstrap/MVC admin in maintenance for the next years.

Feel free to throw your thoughts about it here.
⚠️ [SECURITY] XSS fix released for the Admin package. Upgrade Admin to v5.1.4 ASAP!