Skip to content

Instantly share code, notes, and snippets.

@RodolVelasco
Created April 9, 2019 03:47
Show Gist options
  • Save RodolVelasco/82c264102854e900936f5a2bfba63274 to your computer and use it in GitHub Desktop.
Save RodolVelasco/82c264102854e900936f5a2bfba63274 to your computer and use it in GitHub Desktop.
@RodolVelasco
Copy link
Author

RodolVelasco commented Apr 9, 2019

Levantar servidor
php artisan serve

=================

Instalando nueva app

composer update
composer install
php artisan key:generate

if you any other problem you can clear cache and config Clear Route cache:
php artisan route:cache

Clear View cache:
php artisan view:clear

Clear Config cache:
php artisan config:cache

php artisan cache:clear
php artisan config:cache
php artisan route:cache
php artisan config:clear

=================

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment