mixdinternet/faqs

Pacote básico de FAQs
88
Install
composer require mixdinternet/faqs
Latest Version:0.1.0
License:MIT
Last Updated:Dec 7, 2017
Links: GitHub  ·  Packagist
Maintainer: agenciafmd

Faqs

Total Downloads Latest Stable Version License

Instalação

Adicione no seu composer.json

  "require": {
    "mixdinternet/faqs": "0.0.*"
  }

ou

  composer require mixdinternet/faqs

Service Provider

Abra o arquivo config/app.php e adicione

Mixdinternet\Faqs\Providers\FaqsServiceProvider::class

Migrations

  php artisan vendor:publish --provider="Mixdinternet\Faqs\Providers\FaqsServiceProvider" --tag="migrations"`
  php artisan migrate

Configurações

É possivel a troca de icone e nomenclatura do pacote em config/mfaqs.php

  php artisan vendor:publish --provider="Mixdinternet\Faqs\Providers\FaqsServiceProvider" --tag="config"`

Related Packages

fbf/laravel-simple-faqs

A Laravel 4 package to add simple database driven FAQs to a site

204 6
wobeto/twitter

Laravel 4 Service Provider to interact with twitter account, like return a colle...

135 1
andrewmclagan/api

A RESTful API package for the Laravel and Lumen frameworks.

18 0
maystro/filament-popup-modal

A comprehensive modal dialog system for FilamentPHP with progress bars, callback...

8 1