1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00
Commit Graph

458 Commits

Author SHA1 Message Date
Ashley Shenton
566729b603 fix: check for the secure proxy stub when resecuring with a fresh config 2022-11-29 13:27:58 +00:00
Erik | Sobit
3dbecab9dd added missing ) 2022-11-11 09:42:06 +01:00
Erik Dohmen
753f2db745 Update cli/Valet/Site.php
Co-authored-by: Matt Stauffer <mattstauffer@users.noreply.github.com>
2022-11-11 09:37:38 +01:00
Erik | Sobit
2d429c353d solution for only remove the tld if it is at the end of the site name
o check if tld is at the end of the site name and if so remove it
o added corresponding test
2022-11-02 11:53:04 +01:00
NasirNobin
305736bd76 Valet fetch-share-url issue fix (#1285)
* valet fetch-share-url issue fix

* StyleCI patch
2022-10-24 14:41:39 +02:00
Dries Vints
d0d42acff7 PHP 8.2 support (#1279)
* PHP 8.2 support

* wip

* Apply fixes from StyleCI

* wip

* wip

* wip

* Update tests.yml

Co-authored-by: StyleCI Bot <bot@styleci.io>
2022-09-08 13:37:17 +02:00
Jerry Price
e668e77f3d Merge branch 'master' into feature/custom-site-stubs 2022-07-08 09:21:51 -04:00
Dries Vints
0208251cee Revert ngrok arm binary (#1258) 2022-05-26 14:18:06 +02:00
Matt Stauffer
e69d448245 Update Ngrok (valet share) to lowercase domains before matching 2022-05-18 11:47:30 -04:00
Matt Stauffer
3772761881 Add extra info output to phpfpm install method 2022-04-18 13:38:16 -04:00
NasirNobin
0267da704e remove preg_replace deprecation warning 2022-04-16 18:47:38 +06:00
Matt Stauffer
70969872cf Roll back #1088 2022-04-15 11:51:34 -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
Jerry Price
c35900eacb styleci update 2022-04-13 11:15:54 -04:00
Jerry Price
021a4d1a5c use getStub to allow custom stub files 2022-04-13 10:50:41 -04:00
Michael Lehmkuhl
bc68b6a4b7 Clean up coding style 2022-04-03 18:47:37 -05:00
Michael Lehmkuhl
30af32d856 Clean up coding style 2022-04-03 18:44:56 -05:00
Michael Lehmkuhl
315af8904a Add PHP version to valet links output table 2022-04-03 18:35:51 -05:00
Matt Stauffer
b1ff8deff0 Merge branch 'master' into feature/support-parked-domains 2022-03-31 10:52:18 -04:00
Matt Stauffer
96991252ce Merge branch 'master' into patch-1 2022-03-31 10:29:24 -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
Nasir Uddin Nobin
d198d7739c wip - refactor with valetphprc version (#10) 2022-03-30 03:48:03 +06:00
be57ffaf36 CI fixes 2022-03-29 20:07:19 +02:00
e7cd171582 Remove unnecessary comment 2022-03-29 20:01:45 +02:00
a52355ec49 Restore original directory permissions
As discussed in #1220, cleaning up after stopping Homebrew services that
run as root is probably the best solution for now.

What's changed:

- Stopping any Homebrew service now restores the appropriate permissions
  for the Homebrew directories
- Stopping nginx now also happens via $this->brew
  (to avoid code duplication)

The tests were updated to reflect this change.
2022-03-29 19:59:33 +02:00
NasirNobin
0202f7773a remove static from normalizePhpVersion 2022-03-29 23:17:32 +06:00
NasirNobin
dd8c8fc663 add normalizePhpVersion inside getPhpExecutablePath 2022-03-29 09:10:07 +06:00
NasirNobin
1838945f57 Fix typo on arePhpVersionsEqual 2022-03-29 09:01:22 +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
Nasir Uddin Nobin
9a9f73faf9 Update cli/Valet/Brew.php 2022-03-24 18:21:50 +06:00
NasirNobin
23aebbe1d9 StyleCI Patch 2022-03-24 05:17:13 +06:00
Nasir Uddin Nobin
6d3d191f44 [wip] Valet run/refactor with brew opt (#9) 2022-03-24 05:15:45 +06:00
NasirNobin
6f085bc70e StyleCI Patch 2022-03-23 04:13:00 +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
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
NasirNobin
09f3d3e392 wip 2022-03-22 02:02:12 +06:00
NasirNobin
b7880793a9 wip 2022-03-22 01:52:51 +06:00
NasirNobin
3d85b44e6a wip 2022-03-22 01:47:37 +06:00
NasirNobin
794fbc0c57 wip 2022-03-22 01:10:06 +06:00
Matt Stauffer
29b2f45719 Add --site to isolate and unisolate commands
- Add --site to isolate
- Add --site to unisolate
- Refactor some tests
- Update Site@getSiteUrl to throw an exception instead of returning false
- Fix a few minor typos/grammatical issues
2022-03-21 01:25:23 -04:00
Matt Stauffer
c8e70396e4 Specifically look for cert files in secured() method.
Fixes #1210
2022-03-17 13:08:22 -04:00
NasirNobin
9fdc02021a Fix Homebrew PHP default www pools issue 2022-03-16 19:12:44 +06:00
Matt Stauffer
b09a9163fa Inline site check in unisolate command 2022-03-14 15:02:16 -04:00
Matt Stauffer
b1d9b2b669 Clean up 2022-03-14 15:00:05 -04:00
Matt Stauffer
383aa62137 Change magic isolation config string to "ISOLATED_PHP_VERSION"
Co-Authored-By: Jacob Baker-Kretzmar <18192441+bakerkretzmar@users.noreply.github.com>
2022-03-14 14:40:45 -04:00
Matt Stauffer
e4c7a9b3e5 Symlink valet.sock *after* restarting so it's not deleted by restarting PHP-FPM
Co-Authored-By: Jacob Baker-Kretzmar <18192441+bakerkretzmar@users.noreply.github.com>
2022-03-14 14:22:37 -04:00
Matt Stauffer
b8885a4115 Move deleting valet.sock into install()
Co-Authored-By: Jacob Baker-Kretzmar <18192441+bakerkretzmar@users.noreply.github.com>
2022-03-14 14:10:49 -04:00