Skip to content

Commit 94a1e7a

Browse files
committed
Add ssl test for laravel-custom.
1 parent fad65b6 commit 94a1e7a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
22

3-
* Updated lando/php to v1.5.0..
3+
* Updated lando/php to v1.5.0.
44

55
## v1.6.0 - [September 30, 2024](https://github.com/lando/laravel/releases/tag/v1.6.0)
66

examples/laravel-custom/.lando.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ config:
1010
webroot: bob
1111
database: mysql:5.7
1212
cache: memcached:1.5.12
13+
ssl: true
1314
xdebug: true
1415
config:
1516
database: config/mysql.cnf

examples/laravel-custom/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ lando exec appserver -- curl -L appserver_nginx/info.php | grep memory_limit | g
4545
lando php -i | grep memory_limit | grep -e "-1"
4646
lando exec appserver -- php -i | grep "memory_limit" | grep -e "-1"
4747

48+
# Should serve and be accessible over ssl if specified
49+
lando exec appserver_nginx -- curl https://localhost
50+
lando exec appserver -- curl https://appserver_nginx
51+
4852
# Should be able to connect to the database with the default creds
4953
lando mysql laravel -e quit
5054

0 commit comments

Comments
 (0)