The Laravel + Tailwind Css Starter Project with Multi-Auth is a pre-built Laravel project that includes both an Admin and Front-end section. It provides an easy and efficient way to set up user authentication, roles, and permissions. The project comes with an Admin Login and Dashboard page, allowing administrators to manage users, roles, and permissions.
To install and run the Laravel + Tailwind Css Starter Project with Multi-Auth, follow these steps:
git clone https://github.com/AjayYadavAi/laravel-starter.git
cd laravel-starter
.env.example file and rename it to .env:cp .env.example .env
Open the .env file and update the DB_DATABASE parameter with your database details.
Run the following command to install the project’s dependencies:
composer install
php artisan key:generate
php artisan migrate:fresh --seed
php artisan serve
Congratulations! You have successfully installed and set up the Laravel + Tailwind Css Starter Project with Multi-Auth. You can now access the application using the provided credentials for the admin and writer accounts.
Admin Email: admin@admin.com
Admin Password: password
Writer Email: writer@writer.com
Writer Password: password
The Laravel + Tailwind Css Starter Project with Multi-Auth is a convenient and feature-rich pre-built Laravel project that offers an out-of-the-box solution for user authentication, roles, and permissions. With its user-friendly admin dashboard, end-users can easily manage users, roles, and permissions. By following the installation guide, users can quickly set up and run the project, saving valuable development time and effort.