Webmall
Laravel multi seller ecommerce marketplace. ( Youtube series : http://bit.ly/2tqUqj4 )
Install / Use
/learn @webdevmatics/WebmallREADME
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
