laravel-dotenv-editor icon indicating copy to clipboard operation
laravel-dotenv-editor copied to clipboard

A Laravel package for editing the .env file dynamically.

Results 25 laravel-dotenv-editor issues
Sort by recently updated
recently updated
newest added

Illuminate\ Contracts\ Container\ BindingResolutionException Target class [admin] does not exist. PHP 8.1.0 laravel version 9.34.0

Coment se Illuminate\Support\Str! use two!

No hint path defined for [adminlte] My project is not use AdminLTE frontend, anyway to fix this? Thanks

Cannot use Illuminate\Support\Str as Str because the name is already in use

@Brotzka, due to your inactivity it appears like you don't have the time needed anymore to maintain your project. This currently is leading to many issue & PR duplicates +...

Hello, There is an error in DotEnvEditor.php. You have used this twice `use Illuminate\Support\Str;` ![Error](https://user-images.githubusercontent.com/5769361/116784982-fa997f00-aab8-11eb-98a3-aa59d62c0de6.JPG)

Remove the duplication of Illuminate\Str; so it will not produce an error.

https://github.com/Brotzka/laravel-dotenv-editor/blob/843fb4a0b43738641911348bc55f78262fc53b7f/src/DotenvEditor.php#L14 Please remove this line, Thanks

use Illuminate\Support\Str; was use twise thus showing an error