A Laravel 8 starter template containing mobile menu, tailwindcss V2, sass, alpinejs blade components featuring fortify auth with views. Project is for my training purposes.
This Laravel 8 starter project utilizes the Fortify authentication package along with other technologies such as AlpineJS, Tailwindcss, and Sass for compiling assets. It also incorporates tests from Laravel/Breeze (with modifications), and follows the guidelines provided by Laravel Fortify to create a login system.
To install the Laravel 8 Fortify Auth starter project, follow these steps:
git clone [repository_url]
cd laravel-8-fortify-auth
composer install
cp .env.example .env
php artisan key:generate
Configure the database connection details in the .env file.
Run the database migrations to create the required tables:
php artisan migrate
php artisan serve
http://localhost:8000 in your web browser.This Laravel 8 Fortify Auth starter project combines the power of Laravel Fortify with additional technologies such as AlpineJS, Tailwindcss, and Sass to provide a feature-rich authentication system. The project includes tests from Laravel/Breeze, which have been modified to work with this specific setup. With easy installation steps, developers can quickly get started with building their own Laravel applications with robust authentication functionalities.