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
I have an issue because package override my lang directory:
This is example of fix from another package:
public function boot()
{
$configPath = DIR.'/../../config/config.php';
$configKey = 'localization-js';
@stefanrakicfaxi
when publishing the resources of the package the files are under
/resources/lang/vendor/world
what is the issue in your case with this?
I have an issue because package override my lang directory:
This is example of fix from another package:
public function boot()
{
$configPath = DIR.'/../../config/config.php';
$configKey = 'localization-js';
The text was updated successfully, but these errors were encountered: