Laravel-Backpack / LangFileManager

A quick interface to edit Laravel language files, for Backpack.
http://backpackforlaravel.com
MIT License
92 stars 42 forks source link

Undefined variable: crud (View: /home/nisteanunturi/public_html/vendor/backpack/langfilemanager/src/resources/views/translations.blade.php) #13

Closed AurelDragut closed 8 years ago

AurelDragut commented 8 years ago

When i access /admin/language/texts i get the error in the title, and when i access /admin/language i get "FatalErrorException in Crud.php line 195: Call to a member function get() on null". Usually the function getEntries gets an object as $this->crud->query but this is null when accessing the language section.

laravel-2016-06-06.txt

f-liva commented 8 years ago

The same here

Alf3001 commented 8 years ago

+1

bulukcrazy commented 8 years ago

some trouble

Ghitu commented 8 years ago

Please update the package with composer. It should fix the issue.

AurelDragut commented 8 years ago

Yeah, it's working now. Great job, mate!