This is an sample application for product listing.
Visit laravel official docs to setup all requirements (https://laravel.com/docs/)
Update .env file with updated database settings. Install the dependencies and devDependencies and start the server.
$ composer install
$ php artisan migrate
$ php artisan serve
To add dummy products.
$ php artisan tinker
$ factory(App\Product::class, 20)->create()
Verify the deployment by navigating to your server address in your preferred browser.
127.0.0.1:8000
To View Admin functionalities navigate to
12.0.0.1:8000/admin