composer install
npm install
npm run dev
npm run hot
npm run prod
- Rename .env.sample to .env
- Edit APP_URL variable in .env :5
- Edit 'base' value in ./resources/js/app.js :22
- Edit axios baseURL value in ./resources/js/bootstrap.js :23
- Edit App\Providers\AuthServiceProvider domain and path :30
- Make sure this folder is in your apache default serve directory (e.g. www or htdocs)
- Edit DB connection settings in .env and create the DB in phpmyadmin
- Run php artisan migrate:fresh --seed (This will create all the tables and 2 sample users)
Simply visit the chosen work path in in your browser e.g. http::/localhost/Bet2Gain
- admin: admin@example.com admin
- user: user@example.com user