Created
February 12, 2019 11:25
-
-
Save insthync/7d2ea7935f491e8decbe29eb840c98ea to your computer and use it in GitHub Desktop.
Install Laravel (Always forget)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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