Laravel-Backpack / LangFileManager

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

Extend routes functionality #58

Closed jakobjohansson closed 6 years ago

jakobjohansson commented 6 years ago

This includes a check for routes/backpack/filemanager.php as requested in #42, in which case the original route file will be overwritten, for instance if you would want to set translating permissions with the backpack permission manager.

welcome[bot] commented 6 years ago

BOOM! Your first PR with us, thank you so much! Someone will take a look at it shortly.

Please keep in mind that:

Thank you!

-- Justin Case The Backpack Robot

tabacitu commented 6 years ago

Hi @jakobjohansson ,

I've just merged PR #58 which includes your change. Thank you very much for the PR. You can now replace the routes after a composer update.

Cheers!