snizhko_zofe / rapyd
There is no license information available for the latest version (2.6.8) of this package.
crud widgets for laravel, to make an admin in few lines of code
2.6.8
2018-10-06 14:00 UTC
Requires
- php: >=7.1
- illuminate/support: ~5.6
- intervention/image: 2.4.2
- laravelcollective/html: ~5.6
- zofe/burp: 2.*
Requires (Dev)
- laravel/framework: 5.6.*
- orchestra/testbench: 3.6.*
- php-coveralls/php-coveralls: ^1.0
- phpunit/phpunit: 7.*
Suggests
- baum/baum: Allows to use the DataTree widget
- dev-master
- 2.6.8
- 2.6.7
- 2.6.6
- 2.6.5
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.2.x-dev
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.18
- 2.1.17
- 2.1.16
- 2.1.15
- 2.1.14
- 2.1.13
- 2.1.12
- 2.1.11
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.4.x-dev
- 1.3.x-dev
- 1.3.36
- 1.3.35
- 1.3.34
- 1.3.33
- 1.3.32
- 1.3.31
- 1.3.30
- 1.3.29
- 1.3.28
- 1.3.27
- 1.3.26
- 1.3.25
- 1.3.24
- 1.3.23
- 1.3.22
- 1.3.21
- 1.3.20
- 1.3.19
- 1.3.18
- 1.3.17
- 1.3.16
- 1.3.15
- 1.3.14
- 1.3.13
- 1.3.12
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.x-dev
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-mshahamirian-master
- dev-fix-csv-on-macs
- dev-fixes53
- dev-ref
This package is not auto-updated.
Last update: 2025-04-02 15:08:53 UTC
README
This is a pool of presentation and editing widgets (Grids and Forms) for laravel.
Nothing to "generate", just some classes to let you develop and maintain CRUD backends in few lines of code.
Documentation: Wiki
Install in Laravel 5.6, .. 5.2, 5.1, 5.0, 4.*
require the package in your Laravel >= 5.6
$ composer require zofe/rapyd
then publish assets:
$ php artisan vendor:publish