Download the PHP package technote/laravel-crud-helper without Composer
On this page you can find all versions of the php package technote/laravel-crud-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download technote/laravel-crud-helper
More information about technote/laravel-crud-helper
Files in technote/laravel-crud-helper
Download technote/laravel-crud-helper
More information about technote/laravel-crud-helper
Files in technote/laravel-crud-helper
Vendor technote
Package laravel-crud-helper
Short Description CRUD helper for laravel
License MIT
Homepage https://github.com/technote-space/laravel-crud-helper
Package laravel-crud-helper
Short Description CRUD helper for laravel
License MIT
Homepage https://github.com/technote-space/laravel-crud-helper
Please rate this library. Is it a good library?
Informations about the package laravel-crud-helper
Laravel CRUD Helper
Read this in other languages: 日本語.
CRUD helper for Laravel.
Table of Contents
Details
- [Install](#install) - [Usage](#usage) - [Routes](#routes) - [Details](#details) - [Validation](#validation) - [Model name](#model-name) - [Config](#config) - [Search feature](#search-feature) - [Laravel Search Helper](#laravel-search-helper) - [Author](#author)Install
Usage
- Implement
Crudable Contract
andCrudable Trait
.
Routes
CRUD routes are set automatically.
Details
Validation
Some validation rules are generated by column settings automatically.
- Type
- integer
- boolean
- numeric
- date
- time
- string
- Length
- Unsigned
- Nullable
- by column name
- url
- phone
Model name
The model name used is determined by api name.
ex. test_items
- to singular:
test_item
- to studly:
TestItem
=> TestItem
Config
Namespace
'App\\Models'
- This library does not search recursively.
Prefix
- This library does not search recursively.
'api'
Middleware
['api']
To Change
- Run command to generate
config/crud-helper.php
.
- Run command to generate
- Edit settings.
Search feature
If implement Searchable, you can add search feature.
Laravel Search Helper
Author
All versions of laravel-crud-helper with dependencies
PHP Build Version
Package Version
The package technote/laravel-crud-helper contains the following files
Loading the files please wait ....