yepos / yepos_style
Style and Js for Yepos System
v1.0.1
2022-06-15 03:42 UTC
This package is auto-updated.
Last update: 2026-03-15 12:02:50 UTC
README
Keyword for daily
Just a simple app to easy remembering what you done daily.
The Parent project needs to install the required dependencies
composer require laravelcollective/html
'providers' => [ ... Collective\Html\HtmlServiceProvider::class, ... ],
'aliases' => [ ... 'Form' => Collective\Html\FormFacade::class, 'Html' => Collective\Html\HtmlFacade::class, ... ],