Last active
October 20, 2021 07:38
-
-
Save qa1/e6df203a19f7db7498b731318dfe2a12 to your computer and use it in GitHub Desktop.
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
| composer global require "laravel/installer=~1.1" | |
| # ~/.composer/vendor/bin | |
| laravel new projectName | |
| composer require laravel/ui | |
| php artisan ui vue --auth | |
| php artisan migrate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment