You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@promatik you added Backpack v5 support in #82 , thank you 🙏
But did you think of Laravel 9 too? Does it include compatiblity with that? I'm asking that because in L9 the lang directory has been moved from resources\lang to lang (in root). See https://laravel.com/docs/9.x/upgrade#the-lang-directory
We should be able to provide compatiblity for both, by using app()->langPath()
The text was updated successfully, but these errors were encountered:
@promatik you added Backpack v5 support in #82 , thank you 🙏
But did you think of Laravel 9 too? Does it include compatiblity with that? I'm asking that because in L9 the
lang
directory has been moved fromresources\lang
tolang
(in root). See https://laravel.com/docs/9.x/upgrade#the-lang-directoryWe should be able to provide compatiblity for both, by using
app()->langPath()
The text was updated successfully, but these errors were encountered: