Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:32:39.000Z (almost 2 years ago)
- Last Synced: 2024-02-05T07:29:17.355Z (11 months 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.