https://github.com/tookit/laravel-material
A public api for vue material admin
https://github.com/tookit/laravel-material
Last synced: 8 months ago
JSON representation
A public api for vue material admin
- Host: GitHub
- URL: https://github.com/tookit/laravel-material
- Owner: tookit
- Created: 2020-09-09T07:26:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T23:25:43.000Z (almost 3 years ago)
- Last Synced: 2025-05-07T12:44:55.612Z (about 1 year ago)
- Language: PHP
- Size: 379 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel Material Admin Template
A laravel materil admin template
## Components
- [BACKEND API](https://github.com/tookit/laravel-material)
- [Backend UI](https://github.com/tookit/laravel-material-admin)
## Features
- Module Based
- Access Controll
- API Explorer
- JWT Auth
- Multi Language
## Ready to experience it
[Demo](https://github.com/tookit/laravel-material)
## Env requirement
- Laravel 9
- php 8.0
- mysql
For the detail to how to setup a laravel 8 development, please check [https://laravel.com/docs/8.x/installation] (https://laravel.com/docs/8.x/installation), personally i'm using [laradock](https://laradock.io/documentation/)
## How to setup?
### composer install
```bash
composer install
```
### modify the env by your need, such as database connection, app key, jwt secret
### create database
```
//mysql cli
create database vma
```
### create database schema and create a sample user
```bash
php artisan migrate
php artisan db:seed --class=UserSeeder
```
### enjoy it
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
## Reference/Packages
- nwidart/laravel-modules
- spatie/eloquent-sortable
- spatie/eloquent-permission
- spatie/laravel-query-builder
- spatie/laravel-sluggable
- spatie/laravel-tags
- spatie/laravel-translatable
- spatie/laravel-valuestore
- codezero/laravel-unique-translation