okami101 / laravel-admin
Admin panel generator for Laravel 8 and based on Vuetify Admin, a separate SPA admin framework running on top of REST APIs.
Installs: 2 048
Dependents: 0
Suggesters: 0
Security: 0
Stars: 36
Watchers: 4
Forks: 17
Open Issues: 3
Requires
- php: ^7.3
- illuminate/routing: ^6.0|^7.0|^8.0
- illuminate/support: ^6.0|^7.0|^8.0
- illuminate/validation: ^6.0|^7.0|^8.0
- symfony/yaml: ^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- fzaninotto/faker: ^1.9
- phpunit/phpunit: ^9.0
- spatie/laravel-medialibrary: ^8.7
- spatie/laravel-query-builder: ^3.0
- spatie/laravel-translatable: ^4.3
Suggests
- barryvdh/laravel-elfinder: File manager interface with Wysiwyg bridges
- barryvdh/laravel-ide-helper: For advanced IDE integration
- beyondcode/laravel-dump-server: Dump through console, perfect for API development
- friendsofphp/php-cs-fixer: For coding style
- itsgoingd/clockwork: For advanced in-browser app profiling
- laravel/fortify: Frontend agnostic authentication
- laravel/sanctum: For full state SPA authentication
- spatie/laravel-medialibrary: For centralized file media management
- spatie/laravel-query-builder: For easy resources pagination and filtering through an API
- spatie/laravel-translatable: For easy translation via JSON based database column field
- dev-master
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.5
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.28
- v0.2.27
- v0.2.26
- v0.2.25
- v0.2.24
- v0.2.23
- v0.2.22
- v0.2.21
- v0.2.20
- v0.2.19
- v0.2.18
- v0.2.17
- v0.2.16
- v0.2.15
- v0.2.14
- v0.2.13
- v0.2.12
- v0.2.11
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
This package is auto-updated.
Last update: 2024-11-11 19:40:41 UTC
README
Admin Crud resource builder for Laravel 8, from backend API to UI with help of Vuetify Admin, a 100% SPA separated Vue CLI admin panel builder based on Vuetify.
See full documentation
Check online demo -> go to admin and use pre-filled login (read only)
Features
From this package
- On-asking installer for quick start by optional packages selection, including associated Vue CLI admin project !
- Many optional dev packages proposed by the installer as IDE Helper, PHP CS Fixer with Laravel preset, Clockwork, Dump Server, Laracasts Generators.
- Laravel Fortify for frontend agnostic authentication.
- Laravel Sanctum for admin SPA auth.
- Laravel elFinder for direct disk file management with Wysiwyg bridges.
- Removable image upload controller compatible with TinyMCE 5.
- Media support thanks to spatie/laravel-medialibrary.
- Translatable model support thanks to spatie/laravel-translatable.
- Simple account controller for profile editing and password change.
- User impersonation with dedicated middleware.
- Quick resource api generator commands including direct YAML descriptor file !
- Pre-configured docker files included with ready to use MySQL, phpMyAdmin, Nginx and Redis !
From Vuetify Admin
See dedicated readme of Vuetify Admin repo for full listing.
Install
Use laravel new my-laravel-admin-app
to initialize a new Laravel 8 project then :
composer require okami101/laravel-admin php artisan admin:install
See dedicated guide for full showcase.
Documentation
Documentation for Vuetify Admin can be found on the Okami101 website.
License
This project is open-sourced software licensed under the MIT license.