GENL / matice

Use your Laravel translations in JavaScript.
MIT License
99 stars 15 forks source link

Update matice.php #31

Closed mgralikowski closed 2 years ago

mgralikowski commented 2 years ago

Make path L9 compatible.

GENL commented 2 years ago

Thank you. I'll review it,

patrickomeara commented 2 years ago

This looks good. lang_path() is also available in version 8.

Anyone looking for backwards compatibility can use:

'lang_directory' => function_exists('lang_path') ? lang_path() : resource_path('lang'),