Skip to content

Crud Model Resources - Convert your laravel models into simple crud endpoints with much customisation

License

Notifications You must be signed in to change notification settings

iDevelopThings/crud-models

Repository files navigation

CrudModels

Build Status styleci Scrutinizer Code Quality SensioLabsInsight Coverage Status

Packagist Packagist Packagist

Package description: CHANGE ME

Installation

Install via composer

composer require scootersam/crud-models

Register Service Provider

Note! This and next step are optional if you use laravel>=5.5 with package auto discovery feature.

Add service provider to config/app.php in providers section

ScooterSam\CrudModels\ServiceProvider::class,

Register Facade

Register package facade in config/app.php in aliases section

ScooterSam\CrudModels\Facades\CrudModels::class,

Publish Configuration File

php artisan vendor:publish --provider="ScooterSam\CrudModels\ServiceProvider" --tag="config"

Usage

CHANGE ME

Security

If you discover any security related issues, please email sam@idevelopthings.com instead of using the issue tracker.

Credits

This package is bootstrapped with the help of melihovv/laravel-package-generator.

About

Crud Model Resources - Convert your laravel models into simple crud endpoints with much customisation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages