New version of LaRecipe 2.4 with Laravel 8 support

Saleem Hadad • September 9, 2020

web-development larecipe laravel

LaRecipe 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:

  1. Update your composer.json:
{
    "require": {
        ..
        "binarytorch/larecipe": "^2.4",
        ..
    }
}
  1. Run composer update

  2. 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.

Subscribe to my monthly newsletter