Have you already read over http://php.net/manual/en/function.ob-start.php
How to enable Output Buffering on shared hosting for laravel
Hi there, i create application using laravel and on some controllers i need to displaying the live status coz they took too much time to display them all at once.
but i need to know how do can i enable output buffering ? on shared hosting for laravel? is it possible to enable?
i have been googling from 2 days but i still not get proper solution
i also try to enable disable gzip compression in php ini but still there :/
the output buffering is working fine in localhost but not on shared hosting.
i think there is no need to show codes? right?
coz main problem is output buffering of hosting
hope you understand.
please don't mind my English it's not my native language
Thanks
Please or to participate in this conversation.