문제

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top