Laravel-Backpack / LangFileManager

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

Language Route admin/language Access Error on Laravel 5.5 #53

Closed lucianobapo closed 6 years ago

lucianobapo commented 6 years ago

Bug report

What I did:

When access route admin/language

What I expected to happen:

Expected to open list of languages

What happened:

DataTables warning: table id=crudTable - Ajax error. For more information about this error, please see http://datatables.net/tn/7

What I've already tried to fix it:

Tried and fixed it!

Change on app/Http/routes.php file From: "Route::resource('language', 'LanguageCrudController');" To: "CRUD::resource('language', 'LanguageCrudController');" It works like a charm!

Backpack, Laravel, PHP, DB version:

backpack/langfilemanager "version": "1.0.21",

"name": "laravel/framework","version": "v5.5.21",

PHP v7.1 DB: Postgresql

lucianobapo commented 6 years ago

50 here is the solution

nicolabavaro commented 6 years ago

Thanks! @lucianobapo

tabacitu commented 6 years ago

Merged! Thanks @lucianobapo and @nicolabavaro .