Skip to content

Instantly share code, notes, and snippets.

@insthync
Created February 12, 2019 11:25
Show Gist options
  • Save insthync/7d2ea7935f491e8decbe29eb840c98ea to your computer and use it in GitHub Desktop.
Save insthync/7d2ea7935f491e8decbe29eb840c98ea to your computer and use it in GitHub Desktop.
Install Laravel (Always forget)
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'newpassword';
composer install
php artisan migrate
chmod -R 0777 storage/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment