Vanilo E-commerce
55 subscribers
3 photos
10 links
E-commerce Platform for Laravel
Download Telegram
Channel created
Channel photo updated
Vanilo 3.0 has been shifted a bit from January to February: https://vanilo.io/docs/2.x/roadmap
Reason: it's gonna support Laravel 9 only, and we wait for the upcoming Laravel 9.0 release (Jan 25)
Vanilo 3 will be PHP 8.0/8.1 and Laravel 9 only, no older versions will be supported
Updates on Product Variants.

Product Variants overview: https://vanilo.io/docs/master/product-variants
The links-based approach: https://vanilo.io/docs/master/links (already implemented part of 3.0)
Master<->Variant approach: https://vanilo.io/docs/master/master-products (incomplete, part of 3.1 - March)

Let me know your thoughts
Version 3 is scheduled to be released within a day
The news section of the site has been activated: https://vanilo.io/news/
It is NOT necessary to upgrade to Enum v4, and Vanilo will keep supporting v3 Enums for good.
But, it's good to know
Vanilo v4 will be Laravel 10+ and PHP 8.1+
Coming in Q1 2023 👀
PHP 8.3 support is complete across all Vanilo modules
Please open Telegram to view this post
VIEW IN TELEGRAM
FYI Comments have been enabled on new posts in this channel
Laravel 11 release on March 12th
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)