Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 529 Bytes

File metadata and controls

29 lines (15 loc) · 529 Bytes

How to use

Clone repo

git clone https://github.com/webdevmatics/webmall.git

Save .env.example as .env and put your database credentials

Install the composer dependencies

composer install

Set application key

php artisan key:generate

And Migrate with

php artisan migrate --seed or php artisan migrate:fresh --seed

php artisan storage:link

Login Credentials for admin panel

admin@webmall.com password : password seller1@webmall.com password : password seller2@webmall.com password : password