webdevmatics / webmall

Laravel multi seller ecommerce marketplace. ( Youtube series : http://bit.ly/2tqUqj4 )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Laravel multi seller ecommerce marketplace. ( Youtube series : http://bit.ly/2tqUqj4 )


Languages

Language:PHP 76.1%Language:Blade 23.6%Language:Shell 0.2%Language:Vue 0.1%