Skip to content

hdsbook/laravel8-vue-spa-tdd-practice

Repository files navigation

  1. clone 專案:
git clone https://github.com/hdsbook/laravel8-vue-spa-tdd-practice.git
cd laravel8-vue-spa-tdd-practice
  1. composer, npm 初始化
composer install
npm install
  1. database 初始化
cp .env.example .env
php artisan key:generate
touch database/database.sqlite
php artisan migrate
  1. storage permission setting
php artisan storage:link
chmod -R 775 storage
chmod -R 775 bootstrap/cache
  1. 打包 assets,執行:
npm run watch
  1. 運行專案,另開終端機,執行:
php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published