Skip to content

tookit/laravel-material

Repository files navigation

GitHub Actions status LICENSE

Laravel Material Admin Template

A laravel materil admin template

Components

Features

  • Module Based
  • Access Controll
  • API Explorer
  • JWT Auth
  • Multi Language

Ready to experience it

Demo

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

How to setup?

composer install

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

php artisan migrate
php artisan db:seed --class=UserSeeder

enjoy it

License

The Laravel framework is open-sourced software licensed under the MIT license.

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

About

A public api for vue material admin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages