Skip to content

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

Notifications You must be signed in to change notification settings

tobiBismark/webmall

 
 

Repository files navigation

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

[email protected] password : password [email protected] password : password [email protected] password : password

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.1%
  • Blade 23.6%
  • Other 0.3%