sierratecnologia / pedreiro
:package_description
Fund package maintenance!
ricasolucoes
ricasolucoes.com.br/open-source/support-us
Requires
- php: ^7.2|^8.0
- anahkiasen/html-object: ^1.4
- creativeorange/gravatar: ^1.0
- google/recaptcha: ^1.2.4
- graham-campbell/markdown: ^13.0
- hieu-le/active: ^7.0|^8.0
- jeroennoten/laravel-adminlte: ^3.4
- kartik-v/bootstrap-fileinput: dev-master
- laracasts/flash: ^3.0
- laracasts/presenter: >=0.2
- laravel/helpers: ^1.1
- laravelcollective/html: ^6.0|^7.0
- league/csv: ^9.0
- maatwebsite/excel: >=3.1
- ramsey/uuid: ^4.0
- rap2hpoutre/fast-excel: ^1.7|^2.0
- ricardosierra/changelog: ~1.4
- ricardosierra/laravel-haml: ^2.0
- ricardosierra/minify: ^0.3.0 | ^0.4.0
- ricardosierra/validate: ^0.4.0
- sierratecnologia/crudmaker: ^0.4.0
- sierratecnologia/former: ^0.4.0
- sierratecnologia/locaravel: ^0.4.0
- sierratecnologia/muleta: ^0.4.0
- spatie/laravel-pjax: >=1.3
- spatie/laravel-sluggable: ^2.6
- spatie/laravel-validation-rules: ^2.6
- symfony/yaml: >=2.5
- venturecraft/revisionable: >=1.30
- watson/validating: ^5.0 || ^6.0
- yajra/laravel-datatables-buttons: ^4.6
- yajra/laravel-datatables-oracle: ^9.0
Requires (Dev)
- friendsofphp/php-cs-fixer: >=2.16
- orchestra/testbench: >=5.0
- phpunit/phpunit: >=9.3
- psalm/plugin-laravel: ^1.2
- vimeo/psalm: ^4.0
This package is auto-updated.
Last update: 2024-12-18 05:50:45 UTC
README
Note: Run ./configure-pedreiro
to get started, or manually replace :author_name
:author_username
:author_email
sierratecnologia
pedreiro
:package_description
with their correct values in README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md and composer.json files, then delete this line. You can also run configure-pedreiro.sh
to do this automatically.
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Usando
1. Instalando 2. Configurando 3. Controllers 4. Modelos
Support us
Laravel CRUD Forms
This is a Laravel >=5.5 package to help easily create CRUD (Create, Read, Update, Delete) forms for eloquent models (as well as an index page). It aims to be used as a quick tool which does not interfere with the other parts of the application that it's used in.
The package provides:
- A trait to use in resource controllers and
- A series of views for displaying the forms
The views are built using bootstrap (v3), but the styling can easily be overriden.
Views
The views are built with bootstrap v.3 and also have css classes to support some common JavaScript libraries.
- select2 class is used in select inputs
- datepicker class is used in date inputs
- data-table class is used in the index view table
It is also possible to publish the views, so you can change them anyway you need. To publish them, use the following artisan command:
php artisan vendor:publish --provider=Pedreiro\CrudFormsServiceProvider --tag=views
License
The MIT License (MIT). Please see License File for more information.