-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support for Laravel 5.4 #22
Comments
While the make format doesn't work anymore, you can still use |
please example , i need it |
put this line at the top of your controller: instead of do this: |
Just spent time wondering why the make with setup shortcut wouldn't work for me and turns out it was the removal of make() with params. You can now use makeWith() in newer 5.4 versions of Laravel. It was added to about a month ago. I just upgraded from 5.4.15 => 5.4.19 and it's in there. So now either should work:
or
|
Greetings,
When I install in Laravel 5.4 I get the following error:
FatalThrowableError in shopify.php line 11: Class 'App\Http\Controllers\App' not found
It looks like the
App->Make()
parameters have been removed from Laravel, which is a breaking change for your API.The text was updated successfully, but these errors were encountered: