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

https://github.com/omarmakled/laravel-admin

Laravel Admin Panel
https://github.com/omarmakled/laravel-admin

admin-dashboard laravel laravel-translatable vuejs2 vuetify

Last synced: 3 months ago
JSON representation

Laravel Admin Panel

Awesome Lists containing this project

README

        

![demo](https://user-images.githubusercontent.com/3720473/81761877-6e6b0200-94cb-11ea-9302-abdf7064af8c.gif)

![demo](https://user-images.githubusercontent.com/3720473/81761547-7d9d8000-94ca-11ea-8d3f-51b53a5c746b.gif)

### CRUD

```
php artisan app:bus Model/CreateModelCommand -m Model -t create
art app:bus Model/UpdateModelCommand -m Model -t update
art app:bus Model/DeleteModelCommand -m Model -t delete
art app:transformer ModelTransformer -m Model
art app:datatable ModelDataTable -m Model
```