Matt Stauffer
b14ce74087
Merge pull request #793 from nick-f/add-upgrade-instructions
...
Add link to upgrade instructions in outdated version error message
2019-08-19 14:39:46 -04:00
Matt Allan
76a0c3222e
Fix incorrect comments
2019-08-07 11:11:51 -04:00
Nick Freeland
e7df243d0f
Add link to upgrade instructions in outdated error
...
Previously when checking if the Valet version in use was the latest,
you'd have to go to Valet repo on GitHub, find out that all the docs
were on laravel.com, go there, find the upgrade instructions, and then
upgrade.
This can be simplified by giving the user the option to view the link.
2019-07-09 18:43:04 +10:00
Pete Cooper
79661fa2b8
Fix example log command
2019-06-05 14:55:23 +01:00
Matt Stauffer
a694efc4c5
Pre-emptive version bump
2019-05-14 17:47:29 -04:00
Matt Stauffer
32cf547b47
Replace sortKeys with native ksort to avoid bumping Collect dependency
2019-05-14 17:42:43 -04:00
Matt Stauffer
64c79ab902
Pre-emptive version bump to avoid the shame
2019-05-14 17:29:51 -04:00
Matt Stauffer
c5b9c1926e
Version bump of shame
2019-05-14 17:28:34 -04:00
Matt Stauffer
a6971e0788
Merge pull request #757 from furey/pull-548-refinements
...
#548 Refinements ("valet logs" Command)
2019-04-17 09:12:52 -04:00
Matt Stauffer
1c19eb8f0a
Version bump
2019-04-17 09:12:29 -04:00
James Furey
138df82aa2
Removed "php" and "mysql" log key/path values.
2019-04-13 12:32:57 +10:00
James Furey
12ca66ade1
Changed "logs" command name to "log".
2019-04-13 12:31:36 +10:00
Matt Stauffer
6f70c9a027
Merge pull request #767 from furey/feature/home-autoloader
...
HOME Autoloader
2019-04-12 16:47:32 -04:00
James Furey
2e4b165a3b
Added HOME Composer autoload path to head of Valet CLI file.
2019-04-12 13:55:24 +10:00
James Furey
cb1136e7a6
Resolutions to the following change requests:
...
- https://github.com/laravel/valet/pull/757#discussion_r274547618
- https://github.com/laravel/valet/pull/757#discussion_r274549378
- https://github.com/laravel/valet/pull/757#discussion_r274549637
- https://github.com/laravel/valet/pull/757#discussion_r274549735
- https://github.com/laravel/valet/pull/757#discussion_r274550184
- https://github.com/laravel/valet/pull/757#discussion_r274550266
- https://github.com/laravel/valet/pull/757#discussion_r274550513
- https://github.com/laravel/valet/pull/757#discussion_r274550683
- https://github.com/laravel/valet/pull/757#discussion_r274550831
- https://github.com/laravel/valet/pull/757#discussion_r274550915
- https://github.com/laravel/valet/pull/757#discussion_r274551027
2019-04-12 13:11:47 +10:00
Matt Stauffer
911031fc82
Version bump
2019-04-11 13:54:00 -04:00
Matt Stauffer
51c62c63f2
Version bump
2019-04-11 13:16:47 -04:00
Matt Stauffer
dc7809907d
Version bump
2019-04-09 13:50:11 -04:00
James Furey
b7633422b1
Added default logs array. Sorting merged default/config logs array. Added key/files table and guided info when no key is passed. Added warnings when accessing non-existent key/files.
2019-04-09 15:45:16 +10:00
James Furey
7244468445
Added "logs" command (with optional "follow" and "lines" flags), defaulting to Valet's "/log/nginx-error.log" file if no "logs.[file]" configuration value is found in Valet's "config.json" file.
2019-04-04 14:45:11 +11:00
Matt Stauffer
fdca6cb530
Version bump of shame
2019-02-03 16:06:55 -05:00
James Barnard
6a5c06e934
add tests for use version and return the found version to output
2019-01-28 20:26:13 -05:00
James Barnard
6158e5129b
add more tests for new methods and bits of clean up
2019-01-28 20:26:13 -05:00
James Barnard
25c4fab2b4
stop running php and search brew for php to verify can install it before trying the wrong formula, todos for tests
2019-01-28 20:26:13 -05:00
James Barnard
28748baa80
working on php version and tests
2019-01-28 20:26:13 -05:00
Matt Stauffer
d6ea8cdb2d
Version bump
2018-12-07 16:36:34 -05:00
Matt Stauffer
dd258c39f5
Version bump
2018-12-07 16:34:40 -05:00
Matt Stauffer
af007f9958
Bump version:
2018-11-13 08:18:46 -05:00
Chris Brown
4ca3e0acb4
Sanity check for tld config
...
In some cases of mixed older versions and configs, the 'tld' config entry was not set.
This now updates (sets) the `tld` config entry if it is not set.
2018-11-11 19:33:03 -05:00
Matt Stauffer
9c7a64efd6
Bump version
2018-11-09 13:36:04 -05:00
Matt Stauffer
95cd656fad
Bump version
2018-09-19 22:06:03 -04:00
Chris Brown
b23650c9d7
Automatically move config for upgrade
...
Fixes #635 by detecting if the config directory is in the old location and moving it immediately when running any Valet command.
2018-09-19 19:04:12 -04:00
Matt Stauffer
b76bb0db68
Update version number to 2.1.0
2018-09-19 12:35:36 -04:00
Matt Stauffer
0323607850
Merge pull request #353 from antonioribeiro/improveUnlink
...
Unlink renamed links
2018-09-18 22:24:09 -04:00
Matt Stauffer
08046db6f6
Merge pull request #493 from pavinthan/patch-1
...
Valet secure, unsecure PhpFpm restart remove
2018-09-18 22:20:54 -04:00
Chris Brown
16c58aa9da
Remove extra message text from tld command output, for valet share cmd
...
The `valet share` command relies on the `tld` command outputting only the TLD and not a status message.
This removes the status message that was added with the recent tld update.
2018-09-13 20:22:11 -04:00
Chris Brown
f4281b4eaa
Fix tld php errors from #241
...
Fixes #618 - PHP errors running TLD command if didn't run `valet install` as part of upgrading from version 2.0.12
2018-08-24 15:05:39 -04:00
Matt Stauffer
23e2eee8a1
Merge pull request #241 from drbyte/tld-alias-for-domain-command
...
Rename `valet domain` command to `valet tld`
2018-08-23 11:52:52 -04:00
Evan Mattson
9674789558
import helpers
2018-08-18 18:03:19 +03:00
Chris Brown
e5f9a6163a
Merge branch 'master' into tld-alias-for-domain-command
2018-06-22 14:03:56 -04:00
Adam Wathan
282f929f7a
Bump version
2018-04-09 15:24:34 -04:00
Adam Wathan
d32afd808d
Bump version
2018-04-09 14:34:35 -04:00
Adam Wathan
74e203e37b
Bump version
2018-04-05 08:44:49 -04:00
Taylor Otwell
15c961e41e
wip
2018-04-03 09:06:45 -05:00
Taylor Otwell
466d66eb9f
version
2018-03-02 08:24:07 -06:00
Taylor Otwell
5b7ac6672e
version
2018-02-09 10:43:04 -06:00
Matt Stauffer
6587fb53a5
Add 'trust' command
2018-01-04 16:36:16 -05:00
Pavinthan
9cb575808b
Valet secure, unsecure PhpFpm restart remove
...
Valet secure, unsecure PhpFpm restart remove
2017-12-20 13:29:10 +05:30
Taylor Otwell
eba78ee4e7
update version
2017-12-08 08:06:16 -06:00
Chris Brown
58e4645fe2
Change valet domain command to valet tld
...
Fixes #144
".test" or ".dev" is really a TLD, not a "domain" in the conventional sense.
Changing the command to `valet tld` more accurately reflects the purpose of the command (to set or get the configured TLD served by Valet)
The use of `valet domain` is currently preserved as an alias for `valet tld`, but will be removed at a later date.
2017-10-17 15:47:39 -04:00