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

761 Commits

Author SHA1 Message Date
Taylor Otwell
04d7816bd2 spacing 2016-09-21 09:12:23 -05:00
Taylor Otwell
1fbff12915 fix spacing 2016-09-21 09:12:09 -05:00
Taylor Otwell
8e0030941f wording 2016-09-21 09:04:57 -05:00
Taylor Otwell
559c9cc29e clean up grim code 2016-09-21 09:02:15 -05:00
Adam Wathan
11b9245434 Update to Caddy 0.9.1 to support Sierra 2016-09-20 11:15:38 -04:00
Korvin Szanto
909ba9bd12 Use sockets instead of port 9000 2016-09-19 19:27:45 -07:00
Florian Schwaiger
c56139e2ca added typo3 driver 2016-09-18 15:56:08 -04:00
Adam Wathan
52ffbcd2e6 Document slight hackiness of 'internal /dev/null' 2016-08-18 19:06:36 -04:00
Adam Wathan
4fe39532bf Resecure TLS sites with configured domain, not dev 2016-08-18 18:57:17 -04:00
Adam Wathan
7b9115b1d2 Remove mimes file 2016-08-18 18:55:20 -04:00
Adam Wathan
6800e3cb70 Fix broken tests
Not really stoked on these fixes but will revisit.
2016-08-18 18:55:20 -04:00
Adam Wathan
a54207f7cd Generate new Caddyfiles for secure sites on install
Makes it easy for users to upgrade Valet if we change the Caddyfile
structure.
2016-08-18 18:54:50 -04:00
Adam Wathan
2c26848702 Use /dev/null as dummy internal folder 2016-08-18 18:54:07 -04:00
Adam Wathan
61cfa9fbe3 Start secure Caddyfiles from root and add dummy internal directive 2016-08-18 18:54:07 -04:00
Adam Wathan
4aee028ca5 Fix incorrect path replacement for server.php 2016-08-18 18:54:07 -04:00
Adam Wathan
3409f2998b Working on serving static files through Caddy instead of PHP 2016-08-18 18:54:07 -04:00
Adam Wathan
86d0c6b1a7 Increment version 2016-08-17 17:08:46 -04:00
Adam Wathan
cf7911a0e5 Properly replace VALET_HOME_PATH in secure Caddy files
Fixes #117
2016-08-17 17:07:44 -04:00
Adam Wathan
bf463da7ec Merge pull request #97 from fschwaiger/feature/basic-valet-driver-docroot
Set DOCUMENT_ROOT correctly when serving index.php files.
2016-08-15 21:23:39 -04:00
Adam Wathan
15b2ecb876 Update version string 2016-08-14 10:10:46 -04:00
Adam Wathan
b551cbe7a1 Clean up log commands a bit 2016-08-14 09:42:24 -04:00
Adam Wathan
12d418389d Merge pull request #92 from kapersoft/server-log
Adds the option to view Caddy access- and error-log
2016-08-14 09:36:20 -04:00
Adam Wathan
7458807034 Reword unsecure description 2016-08-14 09:35:56 -04:00
Adam Wathan
9d09d8063d Merge pull request #110 from drbyte/missing-descriptions
Add missing descriptions
2016-08-14 09:29:18 -04:00
Adam Wathan
e8902cc5ed Merge pull request #108 from drbyte/park-param
Allow path parameter for valet park and forget
2016-08-11 20:33:42 -04:00
Jason Conroy
b175fe2890 Update version to match release 2016-08-12 10:28:23 +10:00
Chris Brown
e88731b17c Add missing descriptions 2016-08-11 00:42:12 -03:00
Chris Brown
7e34426e4a Allow path parameter for valet park and forget
Fixes #107
2016-08-11 00:20:23 -03:00
Adam Wathan
506fd3c6b7 Move Drupal driver 2016-08-08 16:43:00 -04:00
Adam Wathan
92ec56e63a Fix bash error, update version 2016-08-08 15:26:02 -04:00
Adam Wathan
13cf1a85e1 Remove Composer-less functionality from master branch 2016-08-08 15:07:48 -04:00
Adam Wathan
47247ea26f Update version 2016-08-08 14:53:02 -04:00
Chris Brown
77cd98f4cc Add basic changes to alllow php71 2016-07-28 12:36:15 -04:00
Tristan Payne
58e3c07fe3 Drupal 7 & 8 Driver (#48)
* Add support for Drupal

* Implement more logic to handle Drupal 6, Drupal 7 and Drupal 8

* Additional fixes for Drupal 8 install. Removed note about Drupal 6 since it doesn't work properly beyond PHP 5.3.

* Rewrite front controller check for Drupal 8
2016-07-26 15:09:15 -04:00
Thiery Laverdure
60dc951513 Redirect wp-admin to wp-admin/ (#96)
When attempting to access `wp-admin` unauthenticated, WordPress redirects to `wp-admin` instead of `wp-admin/` which causes issues with all the links in the admin until you add the trailing slash.
2016-07-15 10:44:49 -05:00
Florian Schwaiger
d9adae9d37 Set DOCUMENT_ROOT when serving index.php files. 2016-07-05 21:41:35 +02:00
Philipp Bräutigam
68ff17aa59 Added valet support for Symfony < 3.0 (#87)
* Added valet support for Symfony < 3.0

* Updated condition for Symfony applications
2016-06-27 09:34:36 -05:00
Vitaliy Ryepnoy
d2f7d57fec fix for the empty $name issue (#94)
fix for the empty $name issue, e.g.    
The [] symbolic link has been removed.
2016-06-27 09:33:33 -05:00
Steve Waag
b0cd7cf373 Convert static file path extension to lowercase 2016-06-17 21:05:48 -07:00
Jan Willem Kaper
4fc1acb7c4 Adds the option to view the Caddy access- and error-log using 'valet server-log' 2016-06-15 22:57:58 +02:00
Adam Wathan
d4e71e51db Merge pull request #86 from nateritter/helper-tap-method-conflict-fix
Helper tap method conflict fix
2016-06-14 17:14:41 -04:00
Jerguš Lejko
a291859926 update version 2016-06-11 23:51:36 +02:00
Gao Feng
cd1c1c9fd4 fix scan certificates directory error when first change domain 2016-06-10 17:59:58 +08:00
Nate Ritter
e43f9a2eb9 Adding a function_exists conditional around the tap method to reduce conflict with the illuminate/support library 2016-06-09 01:17:17 -07:00
Nate Ritter
65b93aa013 Revert "Reducing conflicts with other libraries like illuminate/support by wrapping the tap method in a function_exists conditional."
This reverts commit 8d74945391.
2016-06-09 01:15:22 -07:00
Nate Ritter
8d74945391 Reducing conflicts with other libraries like illuminate/support by wrapping the tap method in a function_exists conditional. 2016-06-09 01:14:29 -07:00
Jan Pingel
3f2ed290c2 Populate SERVER_ADDR to avoid undefined index notices in WordPress (#77) 2016-06-01 09:59:30 -05:00
Lucas Michot
2497122810 Use strict comparisons (#74) 2016-05-27 10:36:50 -05:00
Jason P. Scharf
539898cd94 Fix spaces in path when using 'valet link' (#62)
* Fix spaces in path when using 'valet link'

* Remove custom function and use escapeshellarg()
2016-05-19 10:39:21 -05:00
Till Krüss
bd70e15d00 Detect WordPress by configuration file (#65)
WordPress supports being placed in [it's own directory](https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory), but in both setups the `wp-config.php` file will be in the root directory.
2016-05-19 10:38:50 -05:00