sierratecnologia/facilitador

Facilitador para ajudar no desenvolvimento de páginas web

0.4.4 2024-01-16 03:12 UTC

README

Facilitador - Facilitador para ajudar no desenvolvimento de páginas web

Build Status Maintainability Packagist license

The Facilitator package provides a set of tools to quickly create an admin panel to view and manage your templates by just configuring template classes (eloquent).

Author(s):

Requirements

  1. PHP 7+
  2. OpenSSL

Compatability and Support

Laravel Version Package Tag Supported
^6.0.x 0.1.x yes
^5.4.x 0.1.x no

Features

Facilitador Crud Admin

  • Display Dashboard with all configure models
  • Display Index page only with model class
  • Display View Page only with model class
  • Display Add Page only with model class
  • Display Edit Page only with model class
  • Display Search Page only with model class
  • Export/Import for/from excel
  • Implement policy for view/edit tables info.

Comands

  • Generate migrations from Database
  • Generate models from Database
  • Generate models from migrations

Installation

Start a new Laravel project:

composer create-project laravel/laravel your-project-name

Then run the following to add FormMaker

composer require "sierratecnologia/facilitador"

Time to publish those assets!

php artisan vendor:publish --provider="Facilitador\FacilitadorProvider"

License

Facilitador is open-sourced software licensed under the MIT license

Bug Reporting and Feature Requests

Please add as many details as possible regarding submission of issues and feature requests

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Inspiration

F.o.r.k. M.a.k.e.r by Matt Lantz (@mattylantz, mattlantz at gmail dot com)