404NotFoundIndonesia / laravel-11-sneat-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

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

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.

License:MIT License


Languages

Language:PHP 46.4%Language:Blade 41.2%Language:JavaScript 10.2%Language:CSS 1.3%Language:Dockerfile 0.7%Language:Shell 0.3%