This project is dedicated for learning how to build a Real life application using Laravel & Livewire. We will explore how Livewire can achieve solutions in a web application.
This project is built with:
- Laravel 7+
- Tailwind CSS
- Tailwind UI (Free Components)
- Laravel Livewire
- Laravel Debugbar
- Alpine JS
- Turbolinks
- Laravel Actions
- Blade Icons
- Datatable
- Basic CRUD Form
- Authorization
- Real Time Validation
- Real Time Notification
- Nesting Components
- Flash Message
- Loading State
- Polling
- Prefetching
- Offline Mode
- Dirty States
- Defer loading
- Testing
- Laravel Echo Integration
- Handle Action using Laravel Actions
- clone this repository
- run
composer install && npm install - copy
.env.exampleto.env - generate application key
php artisan key:generate - Configure your database connection
- If you want to write custom css, you have to build asset using
npm run dev - Run migration & seeder
php artisan migrate --seed - Run your application
php artisan serve
- email:
[email protected] - password:
password
Send your issue or PR if you found a bug.