Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 487 Bytes

Example of laravel with laravel-livewire

How To Start?

  1. Clone the project and change directory to project
  2. Run command (composer install)
  3. Configure .env file(database credentials).
  4. Generate key(php artisan key:generate)
  5. And run the project (php artisan serve)

Included

  1. laravel/ui for authentication
  2. Crud of User with image using laravel-livewire
  3. Crud of todos using laravel-livewire
  4. desing in tailwindcss

Happy Coding