vjcspy / izcore
There is no license information available for the latest version (0.0.5) of this package.
0.0.5
2016-06-10 16:13 UTC
Requires
- php: >=5.5.9
- composer/installers: ^1.0
- guzzlehttp/guzzle: ~6.0
- intervention/image: ^2.3
- pingpong/modules: ~2.1
- teepluss/theme: ^2.0
README
#Theme
- Để sử dụng 1 theme?
- Tạo thư mục theme tương tự như module IzAdmin
- Khai báo theme ở Service izTheme bằng method registerTheme()
- Theme data Gọi bất cứ ở đâu trong view Theme::get('foo');
Set ở trong controller
View data
Chỉ gọi được trong view file Gọi bằng cách {{$name}}
Set ở trong controller