Skip to content

Releases: tighten/lambo

v1.0.0-alpha4

28 Mar 13:59
1981461
Compare
Choose a tag to compare
  • #94 - Revert using Laravel Zero build for now

v1.0.0-alpha3

20 Mar 18:05
Compare
Choose a tag to compare
  • Build production version to limit global dependency issues. (#89)

v1.0.0-alpha2

20 Mar 16:10
0204d42
Compare
Choose a tag to compare

Fix a failed merge that contained vital updates to make the new PHP-based version of Lambo actually functional.

v1.0.0-alpha1

20 Mar 15:55
Compare
Choose a tag to compare

This marks the alpha release of a new version of Lambo, powered by Laravel Zero.

This is the alpha release; there are some known issues but they shouldn't majorly impact your usage of the tool.

Please open new issues on the repo if you have any trouble.

Please note PHP 7.2 is required; if you regularly work with older versions of PHP, please constrain your tightenco/lambo global Composer requirement to below 1.0.0.

v0.5.5

03 Dec 17:05
df03ade
Compare
Choose a tag to compare
  • Fix quiet flag (#79)
  • Use new --auth flag on Laravel installer (#81)

v0.5.4

09 Nov 04:38
869a418
Compare
Choose a tag to compare
  • Allow for setting browser to false to avoid opening a browser (#74)

v0.5.3

09 Nov 04:36
Compare
Choose a tag to compare
  • Fix "Too many arguments" bug introduced in v0.5.1 (via #78)

v0.5.2

09 Nov 04:22
Compare
Choose a tag to compare
  • Allow for creating a database with --create-db (#77)
  • Replace dashes with underscores in database name (#77)

v0.5.1

08 Nov 20:12
a0856e7
Compare
Choose a tag to compare
  • Fix output if $SHELL is passed (allowing for CD-ing into generated directory) (#78)
  • Add "quiet" mode (#78)
  • Fix auto-generated config file to have a SECURE parameter (#76)

v0.5.0

06 Sep 18:10
43836d3
Compare
Choose a tag to compare

Update for Laravel 6's new approach to auth and UI scaffold.