Dries Vints
a0e1e02a47
Test Valet commands ( #1256 )
...
* First attempt at testing CLI commands
* Apply fixes from StyleCI
* Protect from running locally
* Fix test
* wip
* wip
* wip
* wip
* wip
* Update app.php
* Create config folder and files for CLI tests
* Apply fixes from StyleCI
* Fix some formatting
* Fix imports
* Update all output() calls to use the writer passed in by the command
Ugly capture of all $outputs from commands, by passing them into `writer()` to be bound into the container, where they can then be pulled out from calls to `output()` and its buddies `info()`, `table()`, and `warning()`.
* Apply fixes from StyleCI
* Flesh out park command test
* Apply fixes from StyleCI
* Drop php 7.0 and 7.1
Co-authored-by: StyleCI Bot <bot@styleci.io >
Co-authored-by: Matt Stauffer <matt@tighten.co >
2022-12-02 09:32:28 +01:00
Dries Vints
f03a3a158b
Update valet.php
2022-11-15 18:23:04 +01:00
Dries Vints
a937836d81
Update valet.php
2022-10-25 18:40:07 +02:00
Evan Goss
b8483172e1
Add description to secured command ( #1288 )
2022-10-24 14:42:07 +02:00
Dries Vints
6f1e4d421b
Update valet.php
2022-09-08 13:42:09 +02:00
Dries Vints
bc56e30185
Update valet.php
2022-07-18 17:23:52 +02:00
Dries Vints
cdd742bb9b
Update valet.php
2022-05-26 14:19:18 +02:00
Matt Stauffer
99740a7dc6
Bump version
2022-05-22 09:44:07 -04:00
Taylor Otwell
b084a8dfdd
wip
2022-04-18 14:44:05 -05:00
Matt Stauffer
3772761881
Add extra info output to phpfpm install method
2022-04-18 13:38:16 -04:00
Matt Stauffer
47759b2406
Bump version
2022-04-18 11:12:49 -04:00
Matt Stauffer
ae56443715
Bump version
2022-04-18 10:38:27 -04:00
Dries Vints
b9234e5253
Confirm tld command
2022-04-18 16:22:24 +02:00
Matt Stauffer
d44f4a3b71
Bump version
2022-04-15 11:51:43 -04:00
Matt Stauffer
3dd14eed72
Merge branch 'master' of github.com:laravel/valet
2022-04-13 23:20:59 -04:00
Matt Stauffer
066494509f
Bump version
2022-04-13 23:19:05 -04:00
StyleCI Bot
53735c9b69
Apply fixes from StyleCI
2022-04-14 03:18:04 +00:00
Matt Stauffer
5dc0a62e7c
Fix code style
2022-04-13 23:17:14 -04:00
Matt Stauffer
99cf3d4647
Merge branch 'feature/support-parked-domains' of https://github.com/antonioribeiro/valet into antonioribeiro-feature/support-parked-domains
2022-04-13 23:05:38 -04:00
Matt Stauffer
9799b4622a
Merge pull request #1229 from electricpulp/master
...
Add PHP version to `valet links` output table
2022-04-13 22:55:35 -04:00
Matt Stauffer
f89ca174dd
Bump version
2022-04-06 08:57:01 -04:00
Michael Lehmkuhl
315af8904a
Add PHP version to valet links output table
2022-04-03 18:35:51 -05:00
NasirNobin
3ae6dae57e
Update cli/valet.php
2022-04-03 09:50:56 +06:00
NasirNobin
fa0bd53d12
Read .valetphprc on isolation command ( #6 )
...
* Read .valetphprc on isolation command
* wip
* wip
* wip
* remove $site->getSiteUrl() dependency to avoid expection
* StyleCI patch
2022-04-01 00:25:46 +06:00
Matt Stauffer
b1ff8deff0
Merge branch 'master' into feature/support-parked-domains
2022-03-31 10:52:18 -04:00
Matt Stauffer
9e46ace983
Bump version
2022-03-31 10:02:27 -04:00
Matt Stauffer
022923d247
Refactor which-php command
2022-03-31 09:59:54 -04:00
Matt Stauffer
0045896d8e
Merge pull request #1216 from NasirNobin/feature/valet-run
...
PHP version isolation helper for command line
2022-03-31 09:55:22 -04:00
NasirNobin
804a924c53
StyleCI Patch
2022-03-30 11:13:21 +06:00
Nasir Uddin Nobin
6bc502446d
Update cli/valet.php
2022-03-30 11:11:43 +06:00
Nasir Uddin Nobin
390f87eaa8
Update cli/valet.php
...
Co-authored-by: Matt Stauffer <mattstauffer@users.noreply.github.com >
2022-03-30 11:10:11 +06:00
Matt Stauffer
5dcd39e9f0
Bump version
2022-03-29 21:16:16 -04:00
NasirNobin
2acd133f9f
StyleCI Patch
2022-03-30 03:49:06 +06:00
Nasir Uddin Nobin
d198d7739c
wip - refactor with valetphprc version ( #10 )
2022-03-30 03:48:03 +06:00
NasirNobin
dd8c8fc663
add normalizePhpVersion inside getPhpExecutablePath
2022-03-29 09:10:07 +06:00
Nasir Uddin Nobin
40cb21ec91
Apply suggestions from code review
...
Co-authored-by: Matt Stauffer <mattstauffer@users.noreply.github.com >
2022-03-29 08:56:01 +06:00
Matt Stauffer
b406c0d4ee
Bump version
2022-03-28 15:04:56 -04:00
Nasir Uddin Nobin
6d3d191f44
[wip] Valet run/refactor with brew opt ( #9 )
2022-03-24 05:15:45 +06:00
Nasir Uddin Nobin
fbf96b9abc
Apply suggestions from code review
...
Co-authored-by: Shifat Hossain <52673893+shifat160@users.noreply.github.com >
2022-03-23 14:16:57 +06:00
NasirNobin
6f085bc70e
StyleCI Patch
2022-03-23 04:13:00 +06:00
Nasir Uddin Nobin
67ba790e37
Update cli/valet.php
2022-03-23 03:25:41 +06:00
Nasir Uddin Nobin
faeee5eb9a
Apply suggestions from code review
2022-03-23 02:02:49 +06:00
NasirNobin
ca2924daca
Self code review
2022-03-23 01:35:30 +06:00
Nasir Uddin Nobin
6b0c6f511f
Merge branch 'laravel:master' into feature/valet-run
2022-03-22 19:08:23 +06:00
NasirNobin
720fed1a43
refactor code & tests
2022-03-22 19:07:45 +06:00
NasirNobin
1824ae4989
wip
2022-03-22 16:25:26 +06:00
NasirNobin
4f098a8028
refactor with which-php command
2022-03-22 15:26:53 +06:00
Matt Stauffer
c72e2d0591
Bump version
2022-03-21 16:09:29 -04:00
NasirNobin
794fbc0c57
wip
2022-03-22 01:10:06 +06:00
NasirNobin
ee6a17ea57
wip
2022-03-21 19:50:43 +06:00