Tailwind Templates
Themes
Components
Favorites
Blog
Paid
Updates
Submit
E Commerce Project With Laravel 10 Filament 3
kumarchandan1997
3
E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS
Download
package-laravel-filament-boilerplate
Filament's Prerequisites:
PHP 8.1+ and for filament v3+ must have (ext-intl) in your php.ini
Laravel v10.0+
Livewire v3.0+
Project Setup
git clone
cd project_name
composer install
npm install
env setup
php artisan migrate
php artisan make:filament-user => one user created in database througt this you can login
php artisan key:generate
php artisan serve and npm run dev
http://127.0.0.1:8000/admin
Custom Crud
php artisan make:filament-resource Your_model_name --generate (for example => php artisan make:filament-resource Customer --generate)
Note-> By this command we are able to make complete crud
Top categories
tailwind
daisyui
resume
portfolio
email
blog
dashboard
landing-page
admin
ecommerce