Download the PHP package ycs77/laravel-crud-page without Composer
On this page you can find all versions of the php package ycs77/laravel-crud-page. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-crud-page
Laravel CRUD Pages
Fast generate CRUD pages, controllers of the Laravel.
This package is for
users
to use, NOTadministrator
.
- The form builder uses packages Laravel form builder and Laravel form field type, config use Laravel form builder BS4.
- The table builder uses kabbouchi/laravel-table-view
- This package the icon uses Fontawesome 5's icon, requires manual installation.
Installation
Via Composer:
Publish config (Required):
Usage
Config
Add your resource to config:
config/crud-page.php
Controller
Create controller:
Created a new CRUD controller:
Routes
Add resources routes (resource post
is example):
config/crud-page.php
View
If you want override view, can create view to views folder posts/index
. (posts
is resource name, index
is action).
LICENSE
MIT LICENSE
All versions of laravel-crud-page with dependencies
PHP Build Version
Package Version
Requires
kabbouchi/laravel-table-view Version
^0.1.15
kris/laravel-form-builder Version ^1.20
ycs77/laravel-form-builder-bs4 Version ^1.0
ycs77/laravel-form-field-type Version ^1.3
kris/laravel-form-builder Version ^1.20
ycs77/laravel-form-builder-bs4 Version ^1.0
ycs77/laravel-form-field-type Version ^1.3
The package ycs77/laravel-crud-page contains the following files
Loading the files please wait ....