Dynamic Laravel CRUD API with support for auth policies
kregel/laravel-abstract is a Laravel package for dynamic laravel crud api with support for auth policies.
It currently has 1 GitHub stars and 821 downloads on Packagist (latest version v2.0.3).
Install it with composer require kregel/laravel-abstract.
Discover more Laravel packages by kregel
or browse all Laravel packages to compare alternatives.
Last updated
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.
You can install the package via composer:
composer require kregel/laravel-abstract
Please see the configuration documentation page, or see the model configuration documentation page;
Please see our releases for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.