Laravel eCart Native using Session is a basic Laravel Cart functionality with add to cart and update and delete cart products, view order history and checkout using Stripe Payment Gateway. No Cart package used.
- CLONE the package via the command line:
git clone https://github.com/sreejithbs/Laravel-eCart-Native-using-Session.git
- Change into the working directory
cd Laravel-eCart-Native-using-Session
-
Open Project in a Code Editor, rename
.env.example
to.env
and modify DB name, username, password to your environment. -
Install composer dependencies
composer install
- An application key can be generated with the command
php artisan key:generate
- Migrate the database along with DB seed
php artisan migrate --seed
- Run the artisan serve command
php artisan serve
- Sign Up for a new account to get login credentials.
This project is open-source and licensed under the MIT license
Made with ❤ in Laravel