Sample Bidding application built with Laravel 6, including following packages:
- Laravel Websockets
- Laravel VueJS & Bootstrap presets
- Setup
$ composer install
$ npm install
$ php artisan key:generate
- Copy .env.example to .env and update the database credentials
- Run Database migration
$ php artisan migration
- Generate test dataset
$ php artisan db:seed
- Compile frontend assets
$ npm run dev
- Start Websocket server
$ php artisan websocket:serve
- Start Laravel server
$ php artisan serve
- Access on http://127.0.0.1:8000/