Package Data | |
---|---|
Maintainer Username: | agenciafmd |
Maintainer Contact: | irineu@mixd.com.br (Irineu Martins Junior) |
Package Create Date: | 2016-04-25 |
Package Last Update: | 2017-07-10 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 15:04:15 |
Package Statistics | |
---|---|
Total Downloads: | 235 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 4 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Pacote inicial de cadastro de artigos.
Os pacotes mixdinternet/seo e mixdinternet/galleries são dependencias deste pacote, siga as instruções na página dos respectivos pacotes:
Adicione no seu composer.json
"require": {
"mixdinternet/articles": "0.1.*"
}
ou
composer require mixdinternet/articles
Abra o arquivo config/app.php
e adicione
Mixdinternet\Articles\Providers\ArticlesServiceProvider::class
php artisan vendor:publish --provider="Mixdinternet\Articles\Providers\ArticlesServiceProvider" --tag="migrations"`
php artisan migrate
É possivel a troca de icone e nomenclatura do pacote em config/marticles.php
php artisan vendor:publish --provider="Mixdinternet\Articles\Providers\ArticlesServiceProvider" --tag="config"`