yepos/yepos_style

Style and Js for Yepos System

Installs: 153

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

v1.0.1 2022-06-15 03:42 UTC

This package is auto-updated.

Last update: 2025-06-15 10:16:57 UTC


README

Issues Stars

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, ... ],