基於角色的-laravel-admin-dashboard-version-8.0
此範本可用作任何 Laravel 專案的入門包。輕鬆擴展任何功能的程式碼。
查看該專案的進度報告,專案報告。
建立測試網域,前往此位置 -> C:WindowsSystem32driversetc
編輯「主機」檔案並貼上 - > 127.0.0.1 Giveaname.test
再次前往此位置 -> C:xamppapacheconfextra
編輯“httpd-vhosts.conf”檔案並貼上 ->
<VirtualHost *:80> ##ServerAdmin [email protected] DocumentRoot "C:/xampp/htdocs/projectname/public" ServerName Giveaname.test ##ErrorLog "logs/dummy-host2.example.com-errorexample.com-errorexample.com-errorexample.com-errorexample.com .log" ##CustomLog "logs/dummy-host2.example.com-access.log" 常見
建立資料庫並編輯“.env”
轉到“bootstrap”資料夾 -> 然後“cache”資料夾並刪除資料夾內的所有內容。 (如果「快取」資料夾不可用,則建立此資料夾)
如果「storage」資料夾不存在,則建立「storage」資料夾,並在「storage」資料夾內建立這些資料夾「app」、「framework」、「log」。在「app」資料夾內建立「public」資料夾。在「framwork」資料夾內將這些資料夾設為「cache」、「sessions」、「testing」、「views」。在“cache”資料夾內建立“data”資料夾。
如果「儲存」資料夾存在,則刪除這些資料夾「快取」、「會話」、「測試」、「檢視」內的所有檔案。並確保“cache”資料夾內存在“data”資料夾。
然後運行所有命令,
composer install
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan db:seed
php artisan cache:clear
php artisan config:clear
php artisan view:clear
php artisan config:cache
php artisan view:cache
php artisan route:cache
composer dump-autoload
php artisan vendor:publish
用於使用 Mailtrap 重設密碼功能配置“.env”檔案。
現在打開您的瀏覽器並轉到您的網域並享受。