diff --git a/advanced-config/index.html b/advanced-config/index.html index 3953c38..4362490 100644 --- a/advanced-config/index.html +++ b/advanced-config/index.html @@ -412,7 +412,7 @@
- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/db-adapter/index.html b/db-adapter/index.html index 69cafa4..70f9e21 100644 --- a/db-adapter/index.html +++ b/db-adapter/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/event-manager/index.html b/event-manager/index.html index a4dae7c..edcdc85 100644 --- a/event-manager/index.html +++ b/event-manager/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/getting-started/conclusion/index.html b/getting-started/conclusion/index.html index 55bd7c3..3f08abc 100644 --- a/getting-started/conclusion/index.html +++ b/getting-started/conclusion/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/getting-started/database-and-models/index.html b/getting-started/database-and-models/index.html index cba69e5..60f7cad 100644 --- a/getting-started/database-and-models/index.html +++ b/getting-started/database-and-models/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/getting-started/forms-and-actions/index.html b/getting-started/forms-and-actions/index.html index 8f0344f..c897d5f 100644 --- a/getting-started/forms-and-actions/index.html +++ b/getting-started/forms-and-actions/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/getting-started/modules/index.html b/getting-started/modules/index.html index f91b74a..f6c15e3 100644 --- a/getting-started/modules/index.html +++ b/getting-started/modules/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/getting-started/overview/index.html b/getting-started/overview/index.html index eb7b1f2..36688f1 100644 --- a/getting-started/overview/index.html +++ b/getting-started/overview/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/getting-started/routing-and-controllers/index.html b/getting-started/routing-and-controllers/index.html index e1c3d16..1cf758c 100644 --- a/getting-started/routing-and-controllers/index.html +++ b/getting-started/routing-and-controllers/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/getting-started/skeleton-application/index.html b/getting-started/skeleton-application/index.html index 8f447cc..095155a 100644 --- a/getting-started/skeleton-application/index.html +++ b/getting-started/skeleton-application/index.html @@ -412,7 +412,7 @@At this point, you will be prompted to answer questions as noted above.
-Alternately, if you do not have Composer installed, but do have either -Vagrant or docker-compose available, you can run Composer via those:
-# For Vagrant:
-$ vagrant up
-$ vagrant ssh -c 'composer install'
-# For docker-compose:
-$ docker-compose build
+Alternately, if you do not have Composer installed, but do have docker-compose available, you can run Composer via those:
+$ docker-compose build
$ docker-compose run laminas composer install
Timeouts
If you see this message:
@@ -630,7 +625,6 @@ Web Servers
server:
- Via the PHP built-in web server.
-- Via Vagrant.
- Via docker-compose.
- Using Apache.
@@ -650,20 +644,6 @@ Using the Built-in PHP web Server
Development only
PHP's built-in web server should be used for development only.
-Using Vagrant
-Vagrant provides a way to describe and provision
-virtual machines, and is a common way to provide a coherent and consistent
-development environment for development teams. The skeleton application provides
-a Vagrantfile
based on Ubuntu 14.04, and using the ondrej/php
PPA to provide
-PHP 7.3. Start it up using:
-$ vagrant up
-Once it has been built and is running, you can also run composer from the
-virtual machine. As an example, the following will install dependencies:
-$ vagrant ssh -c 'composer install'
-while this will update them:
-$ vagrant ssh -c 'composer update'
-The image uses Apache 2.4, and maps the host port 8080 to port 80 on the virtual
-machine.
Using docker-compose
Docker containers wrap a piece of software and everything needed to run it,
guaranteeing consistent operation regardless of the host environment; it is an
@@ -766,7 +746,6 @@
Error reporting
throw new RuntimeException(
"Unable to load application.\n"
. "- Type `composer install` if you are developing locally.\n"
- . "- Type `vagrant ssh -c 'composer install'` if you are using Vagrant.\n"
. "- Type `docker-compose run laminas composer install` if you are using Docker.\n"
);
}
@@ -1154,13 +1133,13 @@ Support
- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/i18n/index.html b/i18n/index.html index fcd0ccf..2bc5ca3 100644 --- a/i18n/index.html +++ b/i18n/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/in-depth-guide/data-binding/index.html b/in-depth-guide/data-binding/index.html index 8a2fb36..82ce1f3 100644 --- a/in-depth-guide/data-binding/index.html +++ b/in-depth-guide/data-binding/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/in-depth-guide/first-module/index.html b/in-depth-guide/first-module/index.html index 99b2131..be05536 100644 --- a/in-depth-guide/first-module/index.html +++ b/in-depth-guide/first-module/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/in-depth-guide/laminas-db-sql-laminas-hydrator/index.html b/in-depth-guide/laminas-db-sql-laminas-hydrator/index.html index 6eb6153..87788b0 100644 --- a/in-depth-guide/laminas-db-sql-laminas-hydrator/index.html +++ b/in-depth-guide/laminas-db-sql-laminas-hydrator/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/in-depth-guide/laminas-form-laminas-form-fieldset/index.html b/in-depth-guide/laminas-form-laminas-form-fieldset/index.html index d543779..30de7c9 100644 --- a/in-depth-guide/laminas-form-laminas-form-fieldset/index.html +++ b/in-depth-guide/laminas-form-laminas-form-fieldset/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/in-depth-guide/models-and-servicemanager/index.html b/in-depth-guide/models-and-servicemanager/index.html index 5e751ce..5ea17d2 100644 --- a/in-depth-guide/models-and-servicemanager/index.html +++ b/in-depth-guide/models-and-servicemanager/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/in-depth-guide/preparing-databases/index.html b/in-depth-guide/preparing-databases/index.html index 8af2cc5..3e48f7b 100644 --- a/in-depth-guide/preparing-databases/index.html +++ b/in-depth-guide/preparing-databases/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/in-depth-guide/review/index.html b/in-depth-guide/review/index.html index 2c04394..f71f604 100644 --- a/in-depth-guide/review/index.html +++ b/in-depth-guide/review/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/in-depth-guide/understanding-routing/index.html b/in-depth-guide/understanding-routing/index.html index 5ab516b..aa5ac8f 100644 --- a/in-depth-guide/understanding-routing/index.html +++ b/in-depth-guide/understanding-routing/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
diff --git a/index.html b/index.html index 51fc261..705e2fa 100644 --- a/index.html +++ b/index.html @@ -412,7 +412,7 @@- © 2023 Laminas Project a Series of LF Projects, LLC. + © 2024 Laminas Project a Series of LF Projects, LLC.
@@ -964,6 +964,6 @@