JCSama / CodeIgniter-develbar

CodeIgniter Developer Toolbar is a third party library based on Profiler Library with additional functionality for debugging and optimisation, Database, Models, Helpers, Libraries, Views, Ajax...
MIT License
176 stars 57 forks source link

How to implement with Blade - https://github.com/cntaoyu/CI-Blade #21

Closed Iyongbudiarso closed 7 years ago

Iyongbudiarso commented 7 years ago

Im using package "xiaoler/blade": "^5.4" for templating my project CI version 3.1.6 If I use library on CI $this->load->view debugbar is running normal But If I use my Library Blade (https://pastebin.com/d9SNT5Xh), $this->blade->view() debugbar is not running

Thanks

JCSama commented 7 years ago

Hello @Iyongbudiarso

But If I use my Library Blade (https://pastebin.com/d9SNT5Xh), $this->blade->view() debugbar is not running

You mean the hole debugbar is not showing up, or just the view Tab ?

Iyongbudiarso commented 7 years ago

Hello @JCSama

No output anything, page just blank

JCSama commented 7 years ago

Any PHP errors ?

Iyongbudiarso commented 7 years ago

No @JCSama I think because Library https://github.com/cntaoyu/CI-Blade not using or passing $this->load->view()

Thanks before

Iyongbudiarso commented 7 years ago

Hello @JCSama This issue is closed, sorry that's my fault. I wrote function exit at the end

Thanks

JCSama commented 7 years ago

But still, the view tab is not gonna display anything, and you will need to change the character tag for blade to something different from {{,}}