dataview / ionews
serviço de notícias da intranetone
Installs: 98
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
This package is auto-updated.
Last update: 2025-03-29 00:39:54 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