Austin Drummond
e7c0dbadd6
update phrasing
2024-06-21 13:46:10 -04:00
Austin Drummond
a39a7b0937
prevent the old cert from being removed if the trust ca command is canceled
2024-06-21 13:14:48 -04:00
Austin Drummond
72845a36f7
throw exception if trust CA is canceled
2024-06-21 13:14:32 -04:00
driesvints
35b32b6047
Update CHANGELOG
2024-06-18 16:58:23 +00:00
driesvints
2c3e2f3da1
Fix code styling
2024-06-18 16:58:03 +00:00
Dries Vints
42ba0b20ad
version
v4.7.0
2024-06-18 18:57:43 +02:00
Matt Stauffer
78657cdb35
Merge pull request #1486 from antonL95/feat_add_nette_framework_driver
...
Adding support for Nette Framework.
2024-06-03 10:43:12 -04:00
Matt Stauffer
0844c565a5
Merge pull request #1477 from adriaanzon/fix-path-keys
...
Add values() call to reset keys after modifying paths
2024-06-02 09:43:01 -04:00
Anton
4a43ab03db
Updated serves method to better determine that it's actually nette project.
2024-06-01 14:57:23 +02:00
Matt Stauffer
964ec7a402
Merge pull request #1485 from NickSdot/patch-1
...
fix: Warning: Constant VALET_* already defined in X
2024-05-31 18:46:57 -04:00
mattstauffer
cb1cc54927
Fix code styling
2024-05-31 22:45:28 +00:00
Matt Stauffer
3003ccb18e
Merge pull request #1471 from Werbschaft/patch-1
...
Update KirbyValetDriver.php
2024-05-31 18:45:03 -04:00
mattstauffer
d3a6e9fdb4
Fix code styling
2024-05-31 22:42:04 +00:00
Matt Stauffer
cba22f38bc
Refactor code for restarting specific PHP version
2024-05-31 18:41:34 -04:00
Matt Stauffer
2399ca90d7
Merge branch 'specify-restart-version' of https://github.com/N-Silbernagel/valet into N-Silbernagel-specify-restart-version
2024-05-31 18:36:16 -04:00
mattstauffer
6118bc2668
Fix code styling
2024-05-31 22:34:01 +00:00
Matt Stauffer
2da59f9934
Merge pull request #1463 from adrum/feature/trust-ca-cert
...
Trust CA Certificate only
2024-05-31 18:33:37 -04:00
driesvints
b62bc68477
Update CHANGELOG
2024-05-21 18:13:45 +00:00
Dries Vints
53a3c8ae8a
version
v4.6.3
2024-05-21 20:13:05 +02:00
Anton
8cf9bd2b91
Adding support for Nette Framework.
2024-05-14 12:00:43 +02:00
NickSdot
5699f347c0
fix: Warning: Constant VALET_* already defined in X
...
Similar issue as in https://github.com/laravel/prompts/pull/146 . To make packages like `symfony/var-dumper` available globally you prepend the global Composer autoload.php like so:
```
// php.ini
auto_prepend_file = ${HOME}/.composer/vendor/autoload.php
```
In Valet this can result in
```
( ! ) Warning: Constant VALET_HOME_PATH already defined in ~/.composer/vendor/laravel/valet/server.php on line 12
Call Stack
# Time Memory Function Location
1 0.0354 571296 {main}( ) .../server.php:0
2 0.0380 571488 define( $constant_name = 'VALET_HOME_PATH', $value = '~/.config/valet' ) .../server.php:12
( ! ) Warning: Constant VALET_STATIC_PREFIX already defined in ~/.composer/vendor/laravel/valet/server.php on line 13
Call Stack
# Time Memory Function Location
1 0.0354 571296 {main}( ) .../server.php:0
```
2024-05-12 14:51:32 +08:00
Oleg339
b2cddba7e5
add server name to valet.conf ( #1458 )
...
* add server name to valet.conf
* Cosmetic change
* Cosmetic change
* change server_name `valet` to `"!valet!" ""`
---------
Co-authored-by: Bahar Oleg <oleg.b@section228.com >
2024-05-10 11:08:18 +02:00
driesvints
3bf6955a17
Update CHANGELOG
2024-05-07 14:26:22 +00:00
Dries Vints
64c9bd6e69
version
v4.6.2
2024-05-07 16:25:45 +02:00
Ahmed Ammar
0f3ab1fec8
Ignore invalid paths ( #1478 )
2024-05-07 15:22:40 +02:00
Chris Brown
a21d0bfa9a
Support Illuminate:11 and Symfony:7 ( #1481 )
...
Fixes #1480
2024-05-07 15:22:16 +02:00
Chris Brown
336135515e
Add quotes around $PHP ( #1473 )
...
Updates #1431
Fixes #1472
2024-05-07 15:21:40 +02:00
Adriaan Zonnenberg
b637376b2e
Add values() call to reset keys after modifying paths
2024-03-22 21:47:46 +01:00
Oli
40c6b2891b
Update KirbyValetDriver.php
...
This makes it possible to open PHP files again, see this discussion. The solution from rasteiner works perfectly. You can also have a look @pedroborges ?
https://forum.getkirby.com/t/use-php-and-kirby-in-css-file/30724
2024-02-19 09:49:37 +01:00
N-Silbernagel
48acec61f9
allow specifying php version to restart
2024-02-09 23:25:24 +01:00
Dries Vints
d91e62dd20
Update 1_Bug_report.yml
2024-01-29 11:16:27 +01:00
Dries Vints
6559c55892
Update coding-standards.yml
2024-01-25 14:47:23 +01:00
Sergii Kauk
ca1518aea7
Merge branch 'master' into cloudflared
2024-01-24 23:18:43 +01:00
Sergii Kauk
a5707751c8
Update Brew formula
2024-01-22 16:27:58 +01:00
driesvints
013eb14178
Fix code styling
2024-01-18 13:55:18 +00:00
Dries Vints
3760cfc678
Update RELEASE.md
2024-01-18 14:54:56 +01:00
Sergii Kauk
4c5fd953fc
A bit of refactoring
2024-01-08 09:57:46 +01:00
Sergii Kauk
ca288d4066
Add a new share tool, cloudflared
2024-01-07 18:18:10 +01:00
driesvints
a6e3bb60ec
Update CHANGELOG
2024-01-01 09:14:11 +00:00
Dries Vints
9f03cdc17d
version
v4.6.1
2024-01-01 10:13:28 +01:00
Chris Brown
e3e5bea388
Allow renew() to be called without parameters ( #1465 )
...
A reasonable default is set here, consistent with the default set in other places.
Fixes #1464
Updates #1461
2024-01-01 10:12:56 +01:00
driesvints
02d6075ae8
Update CHANGELOG
2023-12-27 14:48:08 +00:00
Dries Vints
b076ad6a49
Update app.php
v4.6.0
2023-12-27 15:47:29 +01:00
Austin Drummond
c0a2c7ed57
Merge branch 'master' into feature/trust-ca-cert
2023-12-22 12:42:24 -05:00
Austin Drummond
c79bc9851a
only trust the CA, not the individual cert
2023-12-22 12:41:55 -05:00
Matt Stauffer
59b19a20aa
Clean up syntax from #1461
2023-12-20 22:46:05 -05:00
Matt Stauffer
3ecfb36331
Merge branch 'master' of github.com:laravel/valet
2023-12-20 22:45:41 -05:00
mattstauffer
9d3d2ee785
Fix code styling
2023-12-21 03:45:03 +00:00
Matt Stauffer
81a2b3bd52
Merge pull request #1461 from adrum/feature/renew-certs
...
added the ability to renew certs and view their expiration dates
2023-12-20 22:44:43 -05:00
Matt Stauffer
b1b84fe163
Minor formatting tweaks to #1460
2023-12-20 22:40:28 -05:00