Skip to content

A sample laravel application for product listing

Notifications You must be signed in to change notification settings

alok932/Socioladder

Repository files navigation

Socioladder

This is an sample application for product listing.

Installation

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

Development

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

About

A sample laravel application for product listing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published