Skip to content

EngrAbuhena/laravel-simple-ecommerce

Repository files navigation

Laravel Logo

Laravel Simple Simple Basic Ecommerce

This is a Laravel Simple Basic Ecommerce project without multiAuth

Features

Home page showing all products

Registration

Login

Showing user name when logged in

Session

Logout

Add to cart

Display all cart items of the user

Remove items from cart

Order

Display user's all orders

Bootstrap 4

Authentication Routes

View Routes

Product Routes

Home page - get :: http://127.0.0.1:8000/

Product Detail Page - get :: http://127.0.0.1:8000/detail/{id}

Search Page - get :: http://127.0.0.1:8000/search

CartList Page - get :: http://127.0.0.1:8000/cart-list

OrderNow Page - get :: http://127.0.0.1:8000/order-now

PlaceOrder Page - post :: http://127.0.0.1:8000/place-order

MyOrdersPage - get :: http://127.0.0.1:8000/orders

Home Page without login (http://127.0.0.1:8000)

home

registerapi

"users" Table (from database)

users

loginapi

Home Page After Logged in (http://127.0.0.1:8000/)

homeloggedin

Product Details Page (http://127.0.0.1:8000/detail/{id})

singleproduct

cartlist

"carts" Table (from database)

carttable

ordernow

myorders

"orders" Table (from database)

myorderstable

"cart" Table After Placing Order (from database)

carttableafterorder

searchpage

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Abuhena Rony via me@abuhenarony.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published