Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhalvin/laravel-sneat

Laravel 10 starter template with sneat admin dashboard. Using some packages such as auth (breeze, socialite, etc.)
https://github.com/muhalvin/laravel-sneat

admin-dashboard admin-panel bootstrap laravel template

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![Home-—-Laravel-Sneat](https://github.com/muhalvin/laravel-sneat/assets/97495721/e80e741b-6f75-4bbe-aee1-cd8da104cfdb)
![Users-—-Laravel-Sneat](https://github.com/muhalvin/laravel-sneat/assets/97495721/49044e12-294e-4403-b1c9-fd35f5ed2f69)

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](https://github.com/themeselection/sneat-bootstrap-html-laravel-admin-template-free.git) to open template repository.

## Installation

1. Clone this project
```bash
git clone https://github.com/muhalvin/laravel-sneat.git

cd laravel-sneat
```
2. Install dependencies

```bash
composer install
```

And javascript dependencies

```bash
npm install && npm run dev
```

3. Set up Laravel configurations

```bash
copy .env.example .env

php artisan key:generate
```

4. Set your database in .env

5. Migrate database

```bash
php artisan migrate:fresh --seed
```

6. Serve the application

```bash
php artisan serve
```

7. Auth

username: [email protected]

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.