yepos/yepos_style

Style and Js for Yepos System

Maintainers

Package info

github.com/kevin416/yepos_style

Language:Blade

pkg:composer/yepos/yepos_style

Statistics

Installs: 651

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-15 12:02:50 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, ... ],