yepos / keyword
Record keyword for everyday.
v1.2.1
2022-07-17 22:23 UTC
This package is auto-updated.
Last update: 2025-06-18 04:34:17 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
整合在 Yepos 的安装办法,前后端分离
完全的前后端分离,在 yepos 端只做后端,另外做一下 app 前端
'providers' => [ ... Collective\Html\HtmlServiceProvider::class, ... ],
'aliases' => [ ... 'Form' => Collective\Html\FormFacade::class, 'Html' => Collective\Html\HtmlFacade::class, ... ],