Skip to content

Releases: Brotzka/laravel-dotenv-editor

Fixed some quote-errors

07 May 05:42
Compare
Choose a tag to compare

For more details, see pull-request #35

Minor Changes

11 Mar 10:42
Compare
Choose a tag to compare
Merge pull request #30 from awjudd/master

Adding in quotes to strings

Fixed broken route:list

28 Jan 06:56
Compare
Choose a tag to compare

Within this version, the problem with the php artisan route:list should be fixed.

Minor changes

24 Nov 14:39
Compare
Choose a tag to compare

Excluding repository images from version control (not necessary for production). Pull-request #23

Minor changes

13 Nov 17:13
Compare
Choose a tag to compare
  • Dutch language files
  • Default path to backup-directory and .env-file in config
  • Removed empty line from end of file

Nested routes enabled

10 Oct 12:34
Compare
Choose a tag to compare

Now it is possible to use nested routes for your backend-routes.

Added comment support

14 Sep 03:58
Compare
Choose a tag to compare

Thanks to @jozefbalun for adding comment support.

Fixed an error in the view and in the controller

01 Aug 04:42
Compare
Choose a tag to compare
v2.0.1

Fixed Error in view and controller

General Update

31 Jul 06:46
Compare
Choose a tag to compare

This update comes with new and more functions.

Also it comes with a optional graphical user interface. More Details could be found in the wiki.

More functions and an extended readme.

18 May 11:12
Compare
Choose a tag to compare
Readme update & 2 more methods

Added methods:
- keyExists($key)
- getValue()

getValue() is the same as the build-in function env()

Added all available methods to the readme.