Ayhan ALTINOK

Results 2 comments of Ayhan ALTINOK

Hi @FayazK I have added the following code to the "config/autoload.php" file ``` $autoload['libraries'] = array('theme'); $autoload['helper'] = array('theme','url'); $autoload['config'] = array('theme'); ``` I have installed "duncan3dc/blade" composer I have...