yepos/keyword

Record keyword for everyday.

v1.2.1 2022-07-17 22:23 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

整合在 Yepos 的安装办法,前后端分离

完全的前后端分离,在 yepos 端只做后端,另外做一下 app 前端

'providers' => [ ... Collective\Html\HtmlServiceProvider::class, ... ],

'aliases' => [ ... 'Form' => Collective\Html\FormFacade::class, 'Html' => Collective\Html\HtmlFacade::class, ... ],