-
Notifications
You must be signed in to change notification settings - Fork 42
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
Kickstart pathing issue to Flatten.php #43
Comments
Not sure what you mean? |
I think the problem is located in /flatten/src/Flatten.php - Line 127 ff.
|
Ah yes I see, would you mind sending a PR to |
I can't get Flatten to work at all in Laravel 5.0 - has this been tested? As I said above, the pathing in the docs is wrong for using kickstart(): I'm just going through it now to work out what's wrong, I'll let you know if I find anything. Cheers, |
The service provider seems to be fine, and the kickstart() method is looking in the right place etc, the problem seems to lie with the caching of the pages - it just doesn't seem to be caching anything. Also, a dd() in the handle() method in FlattenMiddleware.php never gets hit and presumably this is how the L5 Flatten is now working? |
The documentation for using Kickstart, the pathing appears to be wrong:
require __DIR__.'/../vendor/anahkiasen/flatten/src/Flatten/Flatten.php';
require __DIR__.'/../vendor/anahkiasen/flatten/src/Flatten.php';
The text was updated successfully, but these errors were encountered: