試著用wagon架設laravel
先做一下筆記….
Releases · laravel-dojo/wagon下載解壓縮
- 執行
/wagon/uwamp/UwAmp.exe
1 | Apache 已啟用 rewrite module、Document Root 設定在 wagon\uwamp\www\default、port 改設定為 8000 |
想使用內建Laravel-demo範例,可參考www/demo1
點擊 apache config 更改 wagon:8000裡的 Document Root:{DOCUMENTPATH}/demo1/public
調整laravel env mysql環境變數
EX:1
2
3
4
5
6DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=33060
DB_DATABASE=homestead
DB_USERNAME=root
DB_PASSWORD=root
請順便建立你命名DB名稱(DB_DATABASE)
4.在laravel 執行下面指令php artisan migrate
1 | SQLSTATE[42S02]: Base table or view not found: 1146 Table 'homestead.tasks' doesn't exist (SQL: select * from `tasks` order by `created_at` desc) search► |
出現以上錯誤代表沒執行php artisan migrate