Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.