How To Start?
- Clone the project and change directory to project
- Run command (composer install)
- Configure .env file(database credentials).
- Generate key(php artisan key:generate)
- And run the project (php artisan serve)
Included
- laravel/ui for authentication
- Crud of User with image using laravel-livewire
- Crud of todos using laravel-livewire
- desing in tailwindcss