git clone https://github.com/codevbk/laravel_shopping_test_case.git
cd laravel_shopping_test_case
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed --class=ProductSeeder
php artisan db:seed --class=UserSeeder
php artisan db:seed --class=CouponSeeder
php artisan db:seed --class=CouponProductSeeder
php artisan db:seed --class=CouponUserSeeder
npm run dev
php artisan serve
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.