1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 00:40:06 +01:00
Commit Graph

354 Commits

Author SHA1 Message Date
Leo Feyer
72c34749b0 Support the app_dev.php front controller 2018-11-05 18:03:20 +01:00
Matt Stauffer
0b233002ce Merge pull request #653 from opdavies/drupal-subdirs
Failing functional tests with Drupal in a sub-directory
2018-10-25 15:54:26 -04:00
Jason Varga
ecf239b9dc Check for GET requests 2018-10-17 16:30:45 -04:00
Oliver Davies
7ceb524bf7 Revert "Use a Collection"
This reverts commit 7315553c8c.
2018-10-14 18:54:08 +01:00
Oliver Davies
7315553c8c Use a Collection 2018-10-14 17:14:51 +01:00
Oliver Davies
b0f0f063c4 Allow for serving Drupal from within a sub-directory 2018-10-14 16:44:30 +01:00
Matt Stauffer
10c5239ddc Merge pull request #630 from sdbruder/fix-ngrok-issue
fix for share of secured sites
2018-09-19 22:24:35 -04: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
Chris Brown
2f17e688ce Add DomainException declaration to #353 2018-09-18 23:27:46 -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
Matt Stauffer
49509b0636 Merge pull request #517 from nystudio107/ssi-on-by-default
Add `ssi on;` to the default config
2018-09-18 16:22:40 -04:00
Sergio Bruder
ac7b371d49 fix for share of secured sites 2018-09-14 03:39:33 -03:00
Matt Stauffer
029b2d7633 Merge pull request #628 from drbyte/fix-share-vs-tld
Remove extra message text from TLD output, for valet share cmd
2018-09-13 22:08:17 -04:00
Chris Brown
c815e349f4 Fix errors from relocation of config dir 2018-09-13 20:57:09 -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
Matt Stauffer
7eb1aec410 Merge pull request #449 from eberkund/master
Move ~/.valet to ~/.config/valet
2018-08-30 08:33:28 -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
Chris Brown
a7d8f32073 Fix merge error
The domain-name determination using strrpos wasn't very efficient. Stripping the `.crt` from the end of the filename is easier to parse.
Now all it returns is the first part of the string up until the final `.`, treating the remainder as whatever tld was used for the domain, regardless of what tld valet is configured for.
2018-08-22 13:40:32 -04:00
Evan Mattson
9674789558 import helpers 2018-08-18 18:03:19 +03:00
Matt Stauffer
4b5ddded71 Merge pull request #590 from robjstanley/patch-1
Update the tap list, current taps deprecated.
2018-08-15 14:14:23 -04:00
Matt Stauffer
9b4b1e1e20 Merge pull request #602 from colindecarlo/namespace-helpers
Move the helper functions into the Valet namespace
2018-08-15 13:29:00 -04:00
Matt Stauffer
a68e83297e Merge pull request #456 from StefanPrintezis/d8_autocomplete
Drupal 8 autocomplete
2018-08-15 10:08:36 -04:00
Matt Stauffer
d780045d93 Merge pull request #541 from martinleveille/craft-driver-optional-separate-index
Craft driver optional separate index.php
2018-08-15 09:50:01 -04:00
Marc Runkel
f48382bedf Support Kirby v3 as well
In version 3, there is no panel directory any longer, it's integrated in
kirby proper.
2018-07-20 12:05:14 +02:00
Chris Brown
e5f9a6163a Merge branch 'master' into tld-alias-for-domain-command 2018-06-22 14:03:56 -04:00
Colin DeCarlo
20afe84f36 Move the helper functions into the Valet namespace 2018-06-20 16:01:37 -04:00
Rob Stanley
f86f0968f3 Update the tap list, current taps deprecated.
> valet install
Stopping nginx...
Installing nginx configuration...
Installing nginx directory...
Installing php71...
Error: homebrew/dupes was deprecated. This tap is now empty as all its formulae were migrated.
Error: homebrew/versions was deprecated. This tap is now empty as all its formulae were migrated.
Error: homebrew/php was deprecated. This tap is now empty as all its formulae were migrated.
2018-05-22 14:12:54 +01:00
Adam Wathan
7ed0280374 Merge pull request #515 from WARP-LAB/master
adding CA to the created certificates
2018-05-07 23:45:55 +09:30
Adam Wathan
282f929f7a Bump version 2018-04-09 15:24:34 -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 2018-04-09 14:34:35 -04:00
Adam Wathan
64cc7448b1 Refactor loop to map 2018-04-09 14:33:40 -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
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 2018-04-05 08:44:49 -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 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
Martin Leveille
49173c0c40 Check if index.php exists in the localized folder 2018-03-25 12:02:16 -04: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 2018-02-09 10:43:04 -06:00