Skip to content

hendisantika/laravel-11-sneat-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 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 git@github.com: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:

  • email: test@example.com
  • password: password

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

Laravel 11 template with Breeze authentication and also integrated with Sneat dashboard template.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 50.6%
  • Blade 39.6%
  • JavaScript 8.0%
  • Other 1.8%