agileti/iotestimonials

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

serviço de testimonials da intranetone

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/agileti/iotestimonials

dev-main 2020-11-20 13:44 UTC

This package is auto-updated.

Last update: 2025-10-21 01:24:54 UTC


README

Admin de Testimonials.

Conteúdo

Instalação

composer require agileti/iotestimonials
php artisan io-testimonials:install
  • Configure o webpack conforme abaixo
...
let testimonials = require('intranetone-testimonials');
io.compile({
  services:{
    ...
    new testimonials()
    ...
  }
});
  • Compile os assets e faça o cache
php artisan config:cache
npm run dev|prod|watch