Skip to content

Instantly share code, notes, and snippets.

@rc1021
Last active March 28, 2022 07:21
Show Gist options
  • Save rc1021/8cb79a55eb9806a538074cea02fc3bde to your computer and use it in GitHub Desktop.
Save rc1021/8cb79a55eb9806a538074cea02fc3bde to your computer and use it in GitHub Desktop.
新增 Laravel 專案 with Vue2
composer create-project laravel/laravel demo-app "8.6.11"
cd demo-app
composer require laravel/ui --dev
php artisan ui vue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment