https://github.com/yanikkumar/laravel-ecom-web
A E-commerce website made using Laravel Framework of PHP
https://github.com/yanikkumar/laravel-ecom-web
Last synced: about 1 year ago
JSON representation
A E-commerce website made using Laravel Framework of PHP
- Host: GitHub
- URL: https://github.com/yanikkumar/laravel-ecom-web
- Owner: yanikkumar
- Created: 2019-08-07T15:27:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:32:39.000Z (over 3 years ago)
- Last Synced: 2025-01-20T08:49:22.801Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel-Eom-Web
A E-commerce website made using Laravel Framework of PHP.
# Migrations for database and modules
In the command line type : `php artisan migrate:fresh` ofr dropping all the table and make fresh migrations.
Then run `php artisan db:seed`
Also just install the node_modules by running `npm install` so that the **axios** can work properly.
Stripe Payment is included so please make your `.env` file and copy paste your stipe key and secret in the .env file by the name `STRIPE_KEY="YOUR STRIPE KEY"
STRIPE_SECRET_KEY="SECRET KEY"`
So that the stripe can work properly.
Expanding this project updating soon.