kregel/laravel-abstract
Dynamic Laravel CRUD API with support for auth policies
1,044
1
| Install | |
|---|---|
composer require kregel/laravel-abstract |
|
| Latest Version: | v2.0.3 |
| PHP: | >=7.1 |
| License: | MIT |
| Last Updated: | Mar 17, 2021 |
| Links: | GitHub · Packagist |
Maintainer: austinkregel
Dynamic Laravel CRUD with policies
This package gives you a powerful interface for rapidly prototyping apps by offering a configuration based RESTful API. With support for authentication policies you can set permissions for the models and restrict access if needed.
Installation
You can install the package via composer:
composer require kregel/laravel-abstract
Documentation
Please see the configuration documentation page, or see the model configuration documentation page;
Changelog
Please see our releases for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email github@austinkregel.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.