Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sonichandni/088bec5e4b3969e2f893e7bace68298f to your computer and use it in GitHub Desktop.
Save sonichandni/088bec5e4b3969e2f893e7bace68298f to your computer and use it in GitHub Desktop.
composer create-project --prefer-dist laravel/laravel blog
cd blog/
composer require laravel/ui
php artisan ui vue --auth
npm install
npm run dev
php artisan migrate
php artisan serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment