Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
/ laravel-sneat Public archive

Laravel 10 starter template with sneat admin dashboard. Using some packages such as auth (breeze, socialite, etc.)

License

Notifications You must be signed in to change notification settings

muhalvin/laravel-sneat

Repository files navigation

Home-—-Laravel-Sneat Users-—-Laravel-Sneat

Laravel + Sneat

Laravel 10 Boilerplate with Sneat Admin Dashboard and some packages such as auth, permission and users management.

Main Template

If you want to check the original template in HTML5 and Bootstrap, click here to open template repository.

Installation

  1. Clone this project

    git clone https://github.com/muhalvin/laravel-sneat.git
    
    cd laravel-sneat
  2. Install dependencies

    composer install

    And javascript dependencies

    npm install && npm run dev
  3. Set up Laravel configurations

    copy .env.example .env
    
    php artisan key:generate
  4. Set your database in .env

  5. Migrate database

    php artisan migrate:fresh --seed
  6. Serve the application

    php artisan serve
  7. Auth

    username: admin@gmail.com

    password: password

Requirements

  • Laravel (10.48.10)
  • PHP (8.2.10)
  • MySQL (8.0.30)
  • Composer (2.7.1)

Packages

  • Breeze
  • Spatie
  • Socialite
  • Php-Flasher
  • Yajra Datatables

Contributing

Feel free to contribute and make a pull request.

About

Laravel 10 starter template with sneat admin dashboard. Using some packages such as auth (breeze, socialite, etc.)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published