https://github.com/jimipulsar/livewire-dashboard
LARAVEL 10 ECOMMERCE DASHBOARD PANEL + TAILWIND CSS + ALPINE JS
https://github.com/jimipulsar/livewire-dashboard
alpinejs authentication authentication-middleware bootstrap cart css database ecommerce ecommerce-platform html javascript jquery laravel laravel-framework-10 livewire mysql permissions php stripe tailwindcss
Last synced: 9 months ago
JSON representation
LARAVEL 10 ECOMMERCE DASHBOARD PANEL + TAILWIND CSS + ALPINE JS
- Host: GitHub
- URL: https://github.com/jimipulsar/livewire-dashboard
- Owner: jimipulsar
- Created: 2024-11-14T13:07:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T12:57:48.000Z (over 1 year ago)
- Last Synced: 2025-01-07T13:43:42.387Z (over 1 year ago)
- Topics: alpinejs, authentication, authentication-middleware, bootstrap, cart, css, database, ecommerce, ecommerce-platform, html, javascript, jquery, laravel, laravel-framework-10, livewire, mysql, permissions, php, stripe, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 23.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## E-commerce Laravel Full-Stack - DASHBOARD ADMIN PANEL FOR ECOMMERCE
## FEATURES
Fully functional E-commerce website front-end and back-end.
Using Tailwind CSS, Alpine JS and Livewire as an Admin panel for the website management and product search.
LOG Monitoring Access on Admin & Customers.
Intelligent searching mechanism for products.
Awesome Cart package that uses session with Coupon Discount application.
An artisan command to seed the database with all necessary dummy data.
Different user roles and privileges with multiple authentication guard
Categories, tags and price filtering for easier search for products.
And much more features.
### START (LARAVEL WEB SITE) LOCAL DEV [LIVEWIRE E-COMMERCE PLATFORM]
composer update && composer dump-autoload
npm install --force && npn run dev
php artisan storage:link
php artisan key:generate
php artisan serve
npm run watch
### IMPORT DEFAULT DATABASE [LIVEWIRE E-COMMERCE PLATFORM]
Location Path Database --> database/store/livewire.sql
### POPULATE DATABASE WITH FAKE DATA [LIVEWIRE E-COMMERCE PLATFORM]
php artisan migrate:fresh --seed
## ADMIN LOGIN CREDENTIALS
username: jimipulsar@github.com
password: 123456
## .ENV EXAMPLE
Check .env.example to set up application

