dataview/ionews

There is no license information available for the latest version (1.0.0) of this package.

serviço de notícias da intranetone

Installs: 98

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

1.0.0 2020-04-08 15:36 UTC

This package is auto-updated.

Last update: 2024-04-29 03:50:57 UTC


README

Cadastro de Notícias para IntranetOne. IONews requires IntranetOne.

Instalação

Composer installation

Laravel 7 or above, PHP >= 7.2.5

composer require dataview/ionews dev-master

laravel 5.6 or below, PHP >= 7 and < 7.2.5

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