Laravel の auth を Tailwind で作成する

● laravel-frontend-presets / tailwindcss

https://github.com/laravel-frontend-presets/tailwindcss

1. php artisan ui tailwindcss --auth

2. npm install && npm run dev  

3. Configure your favorite database (mysql, sqlite etc.)

4. php artisan migrate to create basic user tables.

5. php artisan serve (or equivalent) to run server and test preset
No.1844
08/24 14:35

edit