Skip to content

This Laravel 11 template streamlines web development with Sneat dashboard integration and Laravel Breeze. It includes full authentication, account management, role and permission control, and an activity log for security. With multilingual support (Bahasa Indonesia & English), it helps developers kickstart projects quickly and efficiently.

License

Notifications You must be signed in to change notification settings

404NotFoundIndonesia/laravel-11-sneat-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 11 Sneat Template

This is a Laravel 11 template designed to accelerate web application development by integrating the Sneat dashboard template and Laravel Breeze authentication.

Available Features

  • Authentication (Sign In, Sign Up, Forgot Password, Reset Password)
  • Edit Account
  • Change Password
  • Delete Account
  • Localization (Bahasa Indonesia, English)
  • Role and Permission
  • Activity Log

Get Started with Docker

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

Get Started Manually

Get the Source Code

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).

  1. Download the Project Zip

    You can click on this link to download the zip file of this project.

  2. 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 [email protected]:404NotFoundIndonesia/laravel-11-sneat-template.git

Install Dependencies and Setup

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

Credentials

You can login with the following account as owner:

Screenshots

Login Page

Registration Page

Dashboard Page

Profile Page

Change Password Page

Activity Log Page

Users Page

Roles Page

Reference

License

Laravel 11 Sneat Template is open-sourced software licensed under the MIT license.

About

This Laravel 11 template streamlines web development with Sneat dashboard integration and Laravel Breeze. It includes full authentication, account management, role and permission control, and an activity log for security. With multilingual support (Bahasa Indonesia & English), it helps developers kickstart projects quickly and efficiently.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks