Laravel-Backpack / LangFileManager

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

Enabled custom routing #37

Closed eduardoarandah closed 6 years ago

eduardoarandah commented 7 years ago

related to this pull request Laravel-Backpack/Base#156

lloy0076 commented 7 years ago

https://github.com/Laravel-Backpack/Base/issues/131 will also address this...

lloy0076 commented 7 years ago

@tabacitu - is this one meant to have customizable route files? I forget if that's one huge PR or in each single Backpack sub-repository thingo...

tabacitu commented 7 years ago

@lloy0076 - it's supposed to be a PR for each package. Seems like I missed this one, so it needs to be done :-) Will submit an issue for it so we don't forget.

@eduardoarandah - I think the "extend the routes" procedure we used in all other backpack packages is a more uniform solution - let's go with that one.

Cheers!

lloy0076 commented 7 years ago

@tabacitu - what's up with this?

tabacitu commented 6 years ago

Hi guys,

I think is no longer the "default" way to load routes, so I'm going to close this PR without merging it. In my opinion, this should have a separate routes file that can be overwritten, just like all other packages.

Cheers!