Download the PHP package savannabits/savadmin without Composer
On this page you can find all versions of the php package savannabits/savadmin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download savannabits/savadmin
More information about savannabits/savadmin
Files in savannabits/savadmin
Package savadmin
Short Description Simplistic, Minimal, yet fully automated Laravel Admin CRUD Code Generator with support for belongsTo Relationships, fully scaffolded roles and users module and CoreUI 3.0.0 frontend framework
License MIT
Homepage https://github.com/savannabits/savadmin
Informations about the package savadmin
Very short description of the package
Savadmin is a lightweight admin CRUD generator built on top of Laravel 7.* and bootstrap-vue frontend. It also has support for CoreUI in when scaffolding the views. All you need to do is write the migrations and run them, from there the package can generate for you every module one by one.
Features
- Model Generator with support for relationships (belongsTo and belongsToMany) as well as casts (Boolean and dates)
- Admin Controller Generator with a function to render DataTables using Yajra Laravel DataTables
- API Resource Controller with index, dt(datatables), store, show, update and destroy functions.
- API StoreRequest - Request files for the API controllers to authorize and validate resource storage.
- API UpdateRequest - Request files for the API controllers to authorize and validate resource update.
- Appending menus to the sidebar
- Index view generator
- Form generator for creating and editing resources using bootstrap vue modals and axios for submission to the API
- Javascript form module generation to handle form inputs and submission
Installation
You can install the package via composer:
Usage
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Sam Maosa
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of savadmin with dependencies
ext-json Version *
illuminate/support Version ^7.18.0|^8.0|^9.0
laravel/sanctum Version ^2.8
laravel/helpers Version ^1.4
laravel/scout Version ^8.0|^9.2
spatie/laravel-permission Version ^3|^4|^5
rennokki/laravel-eloquent-query-cache Version ^2.6|^3.0
teamtnt/laravel-scout-tntsearch-driver Version ^9.0|^10.0|^11
yajra/laravel-datatables-oracle Version ^9.11