Skip to content

Instantly share code, notes, and snippets.

@qa1
Last active October 20, 2021 07:38
Show Gist options
  • Select an option

  • Save qa1/e6df203a19f7db7498b731318dfe2a12 to your computer and use it in GitHub Desktop.

Select an option

Save qa1/e6df203a19f7db7498b731318dfe2a12 to your computer and use it in GitHub Desktop.
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