Skip to content
forked from webdevmatics/ecom

Ecommerce website with laravel Project Code. Tutorial on Youtube at... https://youtu.be/UvqhBoMXvPo

Notifications You must be signed in to change notification settings

Qk-Ahmadzai/ecom

 
 

Repository files navigation

How to use

Clone repo

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

Install the composer dependencies

composer install

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

Set application key

php artisan key:generate        

And Migrate with

php artisan migrate

Install node dependencies

npm install

Run watcher

npm run watch

About

Ecommerce website with laravel Project Code. Tutorial on Youtube at... https://youtu.be/UvqhBoMXvPo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 90.9%
  • HTML 7.8%
  • Other 1.3%