Laravel Tailwind Authentication provides a minimal and simple starting point for building a Laravel application with authentication. Styled with Tailwind, this package publishes authentication controllers and views to your application that can be easily customized based on your own application's needs.
This package is based on laravel/breeze.
This package included:
This package not included:
Laravel Tailwind Authentication is powered by Blade and Tailwind.
Must read before install:
Please backup or rename your files first to prevent data loss.
You can also run the last command with backup option here.
Getting started couldn't be easier:
laravel new my-app
cd my-app
composer require phu1237/laravel-tailwind-auth --dev
php artisan auth:install
Install package with default files
php artisan auth:install
Install & backup files
php artisan auth:install --backup
# or
php artisan auth:install -b
Install with empty blade files
php artisan auth:install --empty
# or
php artisan auth:install -e
Install with controllers and routes
php artisan auth:install --core
Install with only controllers
php artisan auth:install --controllers
# or
php artisan auth:install -c
Note: You can run "backup" option with any option you want at once, for example:
php artisan auth:install --empty --backup
# or
php artisan auth:install -eb
Laravel Tailwind Authentication is open-sourced software licensed under the MIT license.