2017 © Pedro Peláez
 

library ionews

serviço de notícias da intranetone

image

dataview/ionews

serviço de notícias da intranetone

  • Friday, July 27, 2018
  • by dataview
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 250 % Grown

The README.md

Cadastro de Notícias para IntranetOne

Cadastro de Notícias para IntranetOne. IONews requires IntranetOne., (*1)

Instalação

Composer installation

Laravel 7 or above, PHP >= 7.2.5, (*2)

composer require dataview/ionews dev-master

laravel 5.6 or below, PHP >= 7 and < 7.2.5, (*3)

composer require dataview/ionews 1.0.0

Laravel artisan installation

php artisan io-news:install
  • Configure o webpack conforme abaixo
...
let news = require('intranetone-news');
io.compile({
  services:[
    ...
    new news(),
    ...
  ]
});

  • Compile os assets e faça o cache
npm run dev|prod|watch
php artisan config:cache

The Versions

27/07 2018

dev-master

9999999-dev

serviço de notícias da intranetone

  Sources   Download

The Requires

 

by mdisconzi