callcocam/tall-theme

该包自动为Laravel模型生成slug。

安装: 27

依赖: 1

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

语言:Blade

类型:

dev-main 2022-12-07 18:20 UTC

This package is auto-updated.

Last update: 2024-09-07 22:04:54 UTC


README

#TAL 主题

#安装包

...  npm i tw-elements

Configure tailwind.config.js

module.exports = {
    content: [
        ...
       './node_modules/tw-elements/dist/js/**/*.js'],
    plugins: [
        ...
        require('tw-elements/dist/plugin')
    ]
}


#发布

artisan vendor:publish --tag=theme-img