New version of LaRecipe 2.4 with Laravel 8 support
Saleem Hadad • September 9, 2020
web-development larecipe laravelLaRecipe 2.4 is now released and includes many bugs fixes and Laravel 8 support.
The new release includes the following updates and fixes with no breaking changes:
- Add support for Laravel 8
- Permit show blade directives
- Exclude code blocks from Blade compilation
- Fix creating new assets and tools
- Few UI improvements
To update your documentation to the latest version:
- Update your
composer.json
:
{
"require": {
..
"binarytorch/larecipe": "^2.4",
..
}
}
Run
composer update
Finally, make sure to publish the new assets by running this command:
php artisan vendor:publish --tag=larecipe_assets --force
Find out more about LaRecipe
You can get started with LaRecipe by reading the documentation.
Read more
June 11, 2020
Upload images and files using Laravel Livewire
September 11, 2020