Skip to content
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

Building a Pivot Grid and handling jqGrid $app is undefined #16

Closed
vishok opened this issue Oct 18, 2014 · 0 comments
Closed

Building a Pivot Grid and handling jqGrid $app is undefined #16

vishok opened this issue Oct 18, 2014 · 0 comments

Comments

@vishok
Copy link

vishok commented Oct 18, 2014

Following the tutorial "Building a Pivot Grid and handling jqGrid" i get an error. Laravel say to me $app is undefined. The piece of code that generate the problem is this :
Route::post('/invoice-item-grid', function() use ($app)
{
GridEncoder::encodeRequestedData(new InvoiceItemRepository($app['db']), Input::all());
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants