Skip to content

Releases: fly-apps/fly-laravel

v0.1.7

22 Aug 07:10
Compare
Choose a tag to compare
Bugfix: randomly generated MySQL username exceeded MySQL's 32-charact…

…er limit.

v0.1.6

22 Aug 06:51
Compare
Choose a tag to compare
Made sure that DB_USERNAME is set in the secrets instead of the [env]…

… section of the mysql fly.toml file.

v0.1.5

21 Aug 13:23
Compare
Choose a tag to compare
Made sure that DB_USERNAME is set in the secrets instead of the [env]…

… section of the mysql fly.toml file.

v0.1.4

21 Aug 12:01
Compare
Choose a tag to compare
Changed __DIR__ to getcwd() to enable using the .phar build

v0.1.3

16 Aug 16:47
Compare
Choose a tag to compare
removed AppServiceProvider.php so it won't interfere with users AppSe…

…rviceProvider

v0.1.2

16 Aug 16:43
Compare
Choose a tag to compare
Moved Laravel zero framework from `require` to `require-dev` in compo…

…ser.json

v0.1.1

16 Aug 16:35
00cd607
Compare
Choose a tag to compare
Merge pull request #53 from fly-apps/create_feature_test_for_launch_c…

…ommand

Create Initial test for Launch command

v0.1

02 Jun 10:41
94b108e
Compare
Choose a tag to compare
Merge pull request #43 from fly-apps/build-v0-1

Built v0.1

0.0.7

05 May 13:55
3bd7ee6
Compare
Choose a tag to compare
Merge pull request #23 from fly-apps/minor-enhancements

Minor Enhancements

0.0.6

04 May 14:54
3949b7b
Compare
Choose a tag to compare
Merge pull request #22 from fly-apps/prepare-for-dev-release

Added APP_KEY generation