Catalog
Products are loaded from the `products` table and rendered in the storefront catalog.
A Laravel store for tech products with a public catalog, product detail pages, session cart handling, checkout screens, contact capture, and admin dashboard views.
Zedify Tech Commerce combines a public storefront with dashboard screens for managing product, category, order, contact, and store setting data.
Real catalog screenshot captured from the running Laravel app.
The showcase screenshots were captured from the local Laravel server after migrations and seeders were run with the included product and category data.
The verified path uses the seeded catalog, a product detail route, a CSRF-protected add-to-cart POST, and the session-backed cart page.
Products are loaded from the `products` table and rendered in the storefront catalog.
`/prodet/{id}` shows price, stock quantity, description, and add-to-cart controls.
`CartController` stores selected products and quantities in the Laravel session.
The checkout screen summarizes cart items and collects client/address details.
The repository includes controllers, models, migrations, seeders, public assets, and Blade views for both the storefront and dashboard sides of the store.
Routes, controllers, Eloquent models, migrations, seeders, and Blade templates.
Models include `Product`, `Categorie`, `Commande`, `Contact`, `Setting`, and `User`.
Public storefront assets and dashboard templates are served from Laravel views.
The app was verified with migrations and seeders using SQLite in a local runtime.
The app was built with Composer dependencies, configured with SQLite, migrated, seeded, started on a local Laravel server, and checked through the key public routes.
This project was completed during an internship with Exadev. The repository contains the Laravel storefront, dashboard views, database schema, sample seed data, public assets, and a static project showcase with live app screenshots.
Practical Laravel work focused on a technology storefront, cart flow, checkout, dashboard screens, and database-backed store data.
exadev.io