vjcspy / izcore
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento-library
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