-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 5.4 support #1057
Comments
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.. |
I cloned and made some fix in my repo |
I use Laravel 5.1 LTS. It works. |
I had the same problem.. How to solve it. |
@exodusanto did it work? |
@naneri yes, I'm supporting also 5.5 |
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
The text was updated successfully, but these errors were encountered: