Adam Wathan
282f929f7a
Bump version
v2.0.12
2018-04-09 15:24:34 -04:00
Adam Wathan
38ab8e1bfc
Merge pull request #565 from jesusgoku/fix/fpmConfigPath-method
...
Fix return string with php-fpm config path for linked PHP
2018-04-09 15:22:47 -04:00
Jesus Urrutia
0da2c6fc0e
Fix return string with php-fpm config path for linked PHP
2018-04-09 16:17:57 -03:00
Adam Wathan
d32afd808d
Bump version
v2.0.11
2018-04-09 14:34:35 -04:00
Adam Wathan
64cc7448b1
Refactor loop to map
2018-04-09 14:33:40 -04:00
Adam Wathan
08932644cf
Merge pull request #561 from jesusgoku/fix/brew-php-versions
...
Unify php versions list. Fix deprecated homebrew/php
2018-04-09 14:30:58 -04:00
Jesus Urrutia
b52ae454a2
Maintain compatibility with the old name of the PHP version
2018-04-09 11:20:19 -03:00
Jesus Urrutia
ab8705425c
Fix testing for Brew class
2018-04-07 16:48:35 -03:00
Jesus Urrutia
b71b580545
Fix supportedPhpVersions method use constant
2018-04-07 16:27:16 -03:00
Jesus Urrutia
1dd83f133b
Unify php versions list. Fix deprecated homebrew/php
2018-04-06 18:52:46 -03:00
Adam Wathan
74e203e37b
Bump version
v2.0.10
2018-04-05 08:44:49 -04:00
Adam Wathan
0064c4eea1
Merge pull request #553 from RobvH/fix-regression-with-brew-php-version-format
...
Fix (really) changes where brew php paths now include @ and semver-st…
2018-04-05 08:42:40 -04:00
Rob van Hoose
2afc61cc6c
Fix (really) changes where brew php paths now include @ and semver-style versions in paths
2018-04-04 11:41:59 -04:00
Taylor Otwell
5d74ad18cb
Revert "fix for new php versions/paths from php installed via brew" ( #551 )
...
* Revert "wip"
This reverts commit 15c961e41e .
* Revert "fix changes where brew php paths now include @ and semver-style versions in paths (#545 )"
This reverts commit 7f61475feb .
2018-04-03 11:38:18 -07:00
Taylor Otwell
15c961e41e
wip
v2.0.9
2018-04-03 09:06:45 -05:00
James Doyle
7f61475feb
fix changes where brew php paths now include @ and semver-style versions in paths ( #545 )
2018-04-03 07:06:10 -07:00
Ed Preston
be8fb05110
Update Brew.php - Homebrew\Core Package Names ( #549 )
...
Update supportedPhpVersions to include the new names used by homebrew now that the php packages have migrated to 'core'. php71 has become php@7.1 etc
The new names are put at the front of the list to optimise the loops that use these collections.
Anyone who installs or updates 'homebrew php' from will start using the new packages names which breaks parts of valet.
2018-04-03 07:05:22 -07:00
Taylor Otwell
567d38eafe
update tests
v2.0.8
2018-03-02 08:26:37 -06:00
Taylor Otwell
884753b75e
fixes
2018-03-02 08:25:57 -06:00
Taylor Otwell
466d66eb9f
version
2018-03-02 08:24:07 -06:00
Adam Wathan
740d716cdd
Accommodate formula name change in latest homebrew
2018-03-02 07:30:26 -05:00
Taylor Otwell
5b7ac6672e
version
v2.0.7
2018-02-09 10:43:04 -06:00
Matt Stauffer
7e27852722
Merge pull request #516 from nystudio107/craft-driver-web-or-public
...
Craft driver web or public
2018-02-09 10:17:11 -05:00
Andrew Welch
2eb4ef84b0
Remove vendor-specific .gitignore
...
Signed-off-by: Andrew Welch <andrew@nystudio107.com >
2018-02-09 09:44:43 -05:00
Matt Stauffer
081fcf7199
Merge pull request #502 from laravel/add-trust-option
...
Add 'trust' command
2018-02-08 15:52:18 -05:00
Indra Gunawan
8d42411fa2
Add support to Symfony Flex directory structure ( #475 )
2018-02-08 14:46:17 -06:00
Andrew Welch
cc0e4922f6
Smarter frontControllerDirectory method
...
The previous method simply returned `web` if there was a file named `craft` in the $sitePath (which means we’re running Craft 3).
The problem is that many sites, especially upgraded ones, will be serving out of `public`. This is also in line with the default Forge/ServerPilot default dirs.
So we test to see if either `/web` or `/public` exist, and return them if so. Otherwise default to the current method.
Signed-off-by: Andrew Welch <andrew@nystudio107.com >
2018-02-01 13:12:03 -05:00
Andrew Welch
e5f9914f05
Ignore PhpStorm .idea editor settings
...
Signed-off-by: Andrew Welch <andrew@nystudio107.com >
2018-02-01 13:06:57 -05:00
Adam Wathan
4c243d7d71
Merge pull request #439 from furey/feature/fallback-site-path
...
Fallback Site Path
2018-01-29 14:15:49 -05:00
James Furey
5f2c2fb36b
Kept logic around checking if a "default" site path is set and serving that if needed, but removed the actual CLI commands to set it (recommending people add/change their "default" path in their ~/.valet/config.json file manually).
2018-01-29 12:09:09 +11:00
Adam Wathan
f3b395b14c
Merge pull request #505 from laravel/fix-valet-links-non-dev
...
Fix valet links non dev
2018-01-18 12:55:33 -05:00
Adam Wathan
ecfcaf4ff0
Merge pull request #495 from jasper-ter-veen/master
...
Update valet links command to parse out https for non-.dev domains
2018-01-18 12:48:16 -05:00
Adam Wathan
83eae5a01e
Merge pull request #461 from simensen/modern-sculpin-support
...
Enable support for modern Sculpin projects.
2018-01-09 09:08:08 -05:00
Beau Simensen
fb276d6177
Compare similar types.
2018-01-08 20:55:31 -06:00
Beau Simensen
ec42860fee
Also check if sculpin/sculpin is required by composer.json
2018-01-08 20:53:46 -06:00
Matt Stauffer
a7777690ee
Add a test that https is parsed correctly for non .dev domains in valet links
2018-01-05 13:16:39 -05:00
Matt Stauffer
8fa22c5823
Merge branch 'master' of git://github.com/jasper-ter-veen/valet into jasper-ter-veen-master
2018-01-05 13:15:26 -05:00
Matt Stauffer
6587fb53a5
Add 'trust' command
2018-01-04 16:36:16 -05:00
Adam Wathan
5df7ed7a1a
Merge pull request #498 from drbyte/symfony4-compat
...
Add compatibility with symfony/process v4
2017-12-23 07:30:16 -05:00
Chris Brown
9402fd25ab
Add compatibility with symfony/process v4
2017-12-23 00:08:12 -05:00
jasper-ter-veen
117a937638
Update Site.php
2017-12-20 16:54:35 +01:00
jasper-ter-veen
06fc109d43
Fix issue #445
...
Can't `valet links` other domain show https except `.dev`
2017-12-20 16:27:44 +01:00
Adam Wathan
a8b6f66c42
Merge pull request #482 from carusogabriel/refactoring-tests
...
Use assertContains
2017-12-18 07:53:44 -05:00
Adam Wathan
fb837beb70
Merge pull request #481 from devinfd/patch-1
...
change .dev to .test
2017-12-09 08:52:15 -05:00
Gabriel Caruso
3d9f34bff5
Use assertContains
2017-12-08 20:28:54 -02:00
Taylor Otwell
eba78ee4e7
update version
v2.0.6
2017-12-08 08:06:16 -06:00
Devin
7d7ca5512b
change .dev to .test
2017-12-08 06:02:05 -08:00
Adam Wathan
9a78f947d0
Merge pull request #476 from carusogabriel/patch-1
...
Test against PHP 7.2
2017-12-01 07:29:16 -05:00
Adam Wathan
61b3ab26f1
Merge pull request #468 from simensen/magento2-document-root
...
Support for Magento Commerce (Cloud) applications that rely on DOCUMENT_ROOT
2017-12-01 07:28:11 -05:00
Gabriel Caruso
4afc32b8e7
Test against PHP 7.2
2017-11-30 18:40:21 -02:00