GeoSot
GeoSot
@TheZachh Check in your project config/dotenveditor.php and align it with this [config](https://github.com/Brotzka/laravel-dotenv-editor/blob/master/config/dotenveditor.php) I guess you have published the config file and the latest version has changed some things inside (like...
@twf-nikhila please give a try on [this](https://github.com/GeoSot/Laravel-EnvEditor)
@timacdonald Can you help fixing this or propose a way in order to open a PR? Any help will be appreciated
This change could solve the issue you describe, but I am not sure if it counts as breaking or not ```php // Helpers/EnvFilesManager.php:154 protected function getEnvFileName(): string { return app()->environmentFile();...
@saade can we help, in order to merge this?
I am not sure if any other than @sitenzo can edit this PR
[array_merge_recursive](https://www.php.net/manual/en/function.array-merge-recursive.php), maybe is not the perfect solution here _Possible help: https://copyprogramming.com/howto/php-merge-arrays-with-only-not-duplicated-values_ Edit: @saade, supposing you bing back [`mergeArraysRecursive`](https://github.com/saade/filament-fullcalendar/pull/130/commits/536cf81eec33021ed7d467ced44178e76b4b6e48), from the initial commit, it will be fine to go
Unfortunately, I can confirm too. The last days my apps, are always working if I access them using the ''localhost:{port}', but when I use the subdomain, the 60% of times,...
Yes of course. Dynamic/lazy loading gives us the opportunity to handle lazy loading with webpack (better loading time), https://webpack.js.org/guides/lazy-loading/ . It needs some extra configuration on webpack and we can...
Try to use the following scripts on your test: ``` https://deploy-preview-34085--twbs-bootstrap.netlify.app/docs/5.0/dist/js/bootstrap.bundle.min.js https://deploy-preview-34085--twbs-bootstrap.netlify.app/docs/5.0/dist/css/bootstrap.min.css ``` I suppose it will work fine. (and please feedback us)