1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00
Commit Graph

1137 Commits

Author SHA1 Message Date
Francisco Madeira
bb0bee6ab6 Change logo to work on Dark Theme 2021-09-22 01:34:07 +01:00
Matt Stauffer
233539d890 Merge pull request #1086 from drbyte/patch-1
Fix comment typo
2021-08-19 20:18:03 -04:00
Chris Brown
5d8a94fa54 Fix comment typo 2021-08-15 17:10:17 -04:00
Matt Stauffer
e89028e171 Bump version v2.16.0 2021-08-09 18:00:39 -04:00
Matt Stauffer
d6b8b9750e Merge pull request #1083 from MeMattStone/master
Added ability to use a `.valetphprc` file with `valet use` in a project to define the required PHP version
2021-08-09 16:54:13 -04:00
Matt Stauffer
b377131b7d Bump version v2.15.5 2021-08-09 11:14:08 -04:00
Matt Stauffer
40d96afa72 Merge pull request #1082 from devfrey/update-ngrok
Update ngrok binary to latest version v2.3.40
2021-08-09 11:11:46 -04:00
Matt Stone
81b6b8fa12 Changes to rc file and rewording of info messages
Renamed .valetrc to .valetphprc to define it's purpose more
specifically and reworded info message when file with version is found
2021-08-07 00:48:50 +01:00
Matt Stone
8d34524ff5 Changed code to be PSR-12 compliant and added better handling for when the PHP version is already set to the same as the .valetrc file 2021-08-06 14:26:52 +01:00
Jeffrey Angenent
15fc746506 Update ngrok binary to latest version v2.3.40
Downloaded from https://ngrok.com/download ("Mac OS" version)
2021-08-06 11:00:03 +02:00
Matt Stone
3b2967f70c Added check for .valetrc on the valet use command which holds this projects version of PHP. Similar to how .nvmrc works with nvm use 2021-08-04 20:55:03 +01:00
Matt Stauffer
dbf050b4e2 Merge pull request #1074 from olipayne/patch-1
Typo fix
v2.15.4
2021-07-20 22:14:19 -04:00
Matt Stauffer
f8188596c4 Bump version 2021-07-20 22:13:08 -04:00
Matt Stauffer
d997021dce Merge pull request #1072 from jakubtobiasz/fix-for-symfony5-and-up
Set the $_SERVER['SCRIPT_FILENAME'] to the front controller path
2021-07-20 22:12:29 -04:00
Oliver Payne
c6959fd688 Typo fix 2021-07-13 10:43:15 +02:00
Jakub Tobiasz
dbf8f0b89e Move fixing the SCRIPT_FILENAME from server.php to the SymfonyValetDriver.php 2021-07-04 11:22:01 +02:00
Jakub Tobiasz
f09e5a0c00 Set the $_SERVER['SCRIPT_FILENAME'] to the front controller path 2021-07-02 16:33:43 +02:00
Matt Stauffer
f1c1400b7d Bump Version v2.15.3 2021-06-14 18:52:33 -04:00
Matt Stauffer
83c690cfa9 Merge pull request #1068 from stidges/fix/subdomains
Fix subdomain using root domain link
2021-06-14 18:52:10 -04:00
Stidges
1b3c025bc9 Remove .DS_Store check
This check is no longer necessary as we do an `is_dir` check first.
2021-06-14 21:44:53 +02:00
Stidges
6fa23d9f48 Flatten structure 2021-06-14 21:43:07 +02:00
Stidges
6cec35d205 Merge pull request #1 from drbyte/patch-1
Avoid open file handles
2021-06-14 21:14:15 +02:00
Chris Brown
2eb369b455 Avoid open file handles
And added comments for future maintenance
2021-06-14 14:57:06 -04:00
Matt Stauffer
78ee4bf84b Bump version v2.15.2 2021-06-14 13:07:29 -04:00
Matt Stauffer
8449cf7e10 Merge pull request #1069 from drbyte/stop-non-root-services
Stop non-root homebrew services during restarts
2021-06-14 13:06:53 -04:00
Chris Brown
c549c1786a Stop non-root homebrew services during restarts
This is intended to assist with avoiding having competing non-root instances of valet dependency services running due to userland use of brew CLI commands.

Now, when running `valet stop` or `valet restart` it will (silently) attempt to stop the non-root instance (ignoring any errors thrown), before stopping (and/or starting) the sudo/root instance which is normally used.

(Though obvious, I'll point out that this only applies to services Valet manages.)

Fixes #1057
2021-06-13 01:33:22 -04:00
Stidges
43da6f5065 Fix subdomain using root domain link 2021-06-10 19:48:56 +02:00
Matt Stauffer
1aad1e072d Merge pull request #1062 from crynobone/patch-1
Add `-diff` for binary file.
2021-06-10 13:36:56 -04:00
Matt Stauffer
b5fde86c4a Bump version v2.15.1 2021-06-10 13:19:13 -04:00
Matt Stauffer
931d9cf5c0 Merge pull request #1040 from lpheller/lpheller-fix-subdomains
Fix subdomains pointing to root path
2021-06-10 13:14:42 -04:00
Lukas Heller
18d2adc1dd fix typos and bade argument order 2021-05-29 12:02:19 +02:00
Lukas Heller
3345b849dd Move foreach into separated function 2021-05-28 17:10:52 +02:00
Mior Muhammad Zaki
97554530fb Add -diff for binary file.
https://git-scm.com/docs/gitattributes#_marking_files_as_binary

> Git usually guesses correctly whether a blob contains text or binary data by examining the beginning of the contents. However, sometimes you may want to override its decision, either because a blob contains binary data later in the file, or because the content, while technically composed of text characters, is opaque to a human reader.
2021-05-24 16:39:23 +08:00
Matt Stauffer
b10bbf0555 Bump version v2.15.0 2021-05-01 14:56:58 -04:00
Matt Stauffer
f6114b1e8f Merge pull request #1005 from mikaelpopowicz/feature/unsecure-proxy
Add unsecure proxy
2021-05-01 14:56:14 -04:00
Mikaël Popowicz
00707ce04c Reverting secure.valet.conf. 2021-04-30 21:08:29 +02:00
Mikaël Popowicz
01f4b582e6 ♻️ Refactoring proxy command. Proxy is not secured by default. 2021-04-30 14:31:55 +02:00
Mikaël Popowicz
7fdcdd3544 🚚 Use insecure instead of unsecure. 2021-04-26 18:00:33 +02:00
Mikaël Popowicz
b64b9bd81a Removing Ngrok stuff from proxy stubs. 2021-04-26 09:37:18 +02:00
Mikaël Popowicz
bfe95c26dd ♻️ Refactoring secure proxy stub. Fixing SiteTest. 2021-04-23 22:18:14 +02:00
Mikaël Popowicz
3098f5ff0a Merge branch 'master' into feature/unsecure-proxy
# Conflicts:
#	cli/Valet/Site.php
#	cli/stubs/proxy.valet.conf
2021-04-23 22:01:16 +02:00
Matt Stauffer
d312a588f3 Bump version v2.14.1 2021-04-02 22:25:50 -04:00
Matt Stauffer
85ba2f9319 Merge pull request #1050 from laravel/mes/allow-use-in-non-cli
Small changes to allow Valet to be used in non-CLI contexts
2021-04-02 22:24:40 -04:00
Matt Stauffer
a59a4624fa Small changes to allow Valet to be used in non-CLI contexts 2021-03-31 11:09:37 -04:00
Matt Stauffer
2cead8d611 Build v2.14.0 v2.14.0 2021-03-29 13:44:59 -04:00
Matt Stauffer
452d13b1c4 Merge pull request #1039 from mikaelpopowicz/loopback
Add loopback command
2021-03-29 13:43:25 -04:00
Matt Stauffer
323a239d4d Merge pull request #1042 from drbyte/patch-1
Add some self-repair suggestions to the Issues template
2021-03-11 21:06:14 -05:00
Chris Brown
4d86afead2 Update issue_template.md 2021-03-11 19:20:40 -05:00
Mikaël Popowicz
3ecf64d339 💡 Updating addLoopbackAlias phpDoc. 2021-02-24 09:25:40 +01:00
Mikaël Popowicz
9045f3a53e 🔥 Removing useless code. 2021-02-24 09:25:03 +01:00