After I use composer update
with L4 powerpack requirement in composer.json
, it fetches it with no problems. Then I update providers
and aliases
arrays in app.php, but when I use HTML::script(...)
I get the following:
ErrorException: Notice: Undefined index: domain in C:\Users\Dartanjan\Documents\web\big\vendor\laravel\framework\src\Illuminate\Session\SessionServiceProvider.php line 124
I also tried a different package, but I get the same.
Any idea why?
Thanks!
This is not because of the l4 powerpack, but because of newly changes in laravel, download the newest version of laravel and look for the differences in the app/session file