Skip to content

Tags: GeoSot/Laravel-EnvEditor

Tags

3.1.0

test: Add BackupObj test & transfer EntryObj to `Dto` namespace

3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat!: change file manager to auto-discover .env file (#47)

2.1.1

chore: linting

2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support Laravel 10 (#35)

*  Configured `composer.json` - Require minimum or above
- `php` 8.0
- `laravel/framework` 8.0

*  Updated `phpunit` CI - Run tests for Laravel `v10.X`

2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: change returned HTTP METHOD Names to Uppercase (#31)

The returned method names fail to work with nginx  installations, Changing the method names to uppercase fixes the issue.

2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: add EntryObj (#24)

Increase testability

breaking change: config('paths.backupDirectory') need to use storage_path() function

v1.1.0

Add test directories to code quality inspections, change eol

v1.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix publish views location (#19)

* Fix publish views location
* Add tests

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `getKey` method (#17)

v1.0.0

move composer.json dev dependencies