Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.)
- Host: GitHub
- URL: https://github.com/muhalvin/laravel-sneat
- Owner: muhalvin
- License: mit
- Created: 2023-11-17T16:39:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T04:28:00.000Z (8 months ago)
- Last Synced: 2024-05-21T05:29:36.406Z (8 months ago)
- Topics: admin-dashboard, admin-panel, bootstrap, laravel, template
- Language: PHP
- Homepage:
- Size: 2.52 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.gitcd 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 .envphp 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.