Laravel

Create a project using the latest Laravel

composer create-project laravel/laravel blog

Create a project using a specific version of Laravel.

composer create-project laravel/laravel=5.1.33 --prefer-dist blog

You can see available Laravel versions on the site

Advertisement

https://packagist.org/packages/laravel/laravel

Clear Laravel application cache

rm -rf bootstrap/cache/*

or

php artisan cache:clear
Add a comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement