This is a Laravel 11 template designed to accelerate web application development by integrating the Sneat dashboard template and Laravel Breeze authentication.
- Authentication (Sign In, Sign Up, Forgot Password, Reset Password)
- Edit Account
- Change Password
- Delete Account
- Localization (Bahasa Indonesia, English)
First time only! Run the following command:
docker compose up -d --build
From the second time onwards, run the following command to start the services:
docker compose up -d
Of course, you need to put this code on your computer first. There are two ways to do this: by downloading the project zip file or by using Git (recommended).
-
Download the Project Zip
You can click on this link to download the zip file of this project.
-
Git Clone
Make sure that you have installed git. Open the directory where you want to place the source code in the terminal. Then, run the following command:
git clone git@github.com:404NotFoundIndonesia/laravel-11-sneat-template.git
Make sure this project is open in your command line interface. To confirm your current active directory in the terminal, use the following command:
pwd
To install backend dependencies, use the following command:
composer setup
Laravel 11 Sneat Template is open-sourced software licensed under the MIT license.