Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimipulsar/livewire-dashboard
LARAVEL 10 TALL STACK FOR ECOMMERCE DASHBOARD PANEL
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: about 2 hours ago
JSON representation
LARAVEL 10 TALL STACK FOR ECOMMERCE DASHBOARD PANEL
- Host: GitHub
- URL: https://github.com/jimipulsar/livewire-dashboard
- Owner: jimipulsar
- Created: 2024-11-14T13:07:09.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2024-11-14T13:45:04.000Z (about 24 hours ago)
- Last Synced: 2024-11-14T14:39:29.338Z (about 23 hours 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: 22.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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### 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: [email protected]
password: 123456## .ENV EXAMPLE
Check .env.example to set up application