FrozenNode / Laravel-Administrator

An administrative interface package for Laravel
http://administrator.frozennode.com/
MIT License
1.94k stars 503 forks source link

Laravel 5.4 support #1057

Open naneri opened 7 years ago

naneri commented 7 years ago

Laravel does not support $app->share functionality used in src/Frozennode/Administrator/AdministratorServiceProvider.php

Here are some details on the issue - https://laracasts.com/discuss/channels/laravel/undefined-method-illuminatefoundationapplicationshare-when-upgrading-to-laravel-54

Bulmer commented 7 years ago

I managed to convert all those methods, in the frozennode service provider file, to use the singleton method, but then came across more problems and gave up. I would be willing to collaborate with anyone to get this package up and working with 5.4 though, as it is hard to match for speed and customisation ability..

exodusanto commented 7 years ago

I cloned and made some fix in my repo

houbaron commented 7 years ago

I use Laravel 5.1 LTS. It works.

simaguo commented 7 years ago

I had the same problem.. How to solve it.

naneri commented 7 years ago

@exodusanto did it work?

exodusanto commented 7 years ago

@naneri yes, I'm supporting also 5.5