Vanilo v4 will be Laravel 10+ and PHP 8.1+
Coming in Q1 2023 π
Coming in Q1 2023 π
π12π€1
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.
- 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
Laravel News
Laravel 11 is now released! - Laravel News
Laravel 11 is now released, including a minimum PHP v8.2, a new Laravel Reverb package, streamlined directory structure, and more
π1
Running DB migrations with column modifications in Laravel 11 will lead to a different database than in previous Laravel versions: https://laravel.com/docs/master/upgrade#modifying-columns
I fear this one will cause nasty problems
I fear this one will cause nasty problems
Laravel
Upgrade Guide | Laravel 13.x - The clean stack for Artisans and agents
Laravel is a PHP web application framework with expressive, elegant syntax. We've already laid the foundation β freeing you to create without sweating the small things.
π1π€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
is:
- in Laravel < 11 / Carbon 2: +30 (int)
- in Laravel 11+ / Carbon 3: -30 (float)
β οΈ 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 π
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 π
Discord
Join the Vanilo Discord Server!
Check out the Vanilo community on Discord - hang out with 1 other members and enjoy free voice and text chat.
π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?
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?
GitHub
GitHub - vanilophp/demo: Vanilo Demo Application
Vanilo Demo Application. Contribute to vanilophp/demo development by creating an account on GitHub.
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.
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!