Skip to content

Commit ed71738

Browse files
committed
remove compose-lp-survey-anchor tag, adjust newlines
1 parent eaac035 commit ed71738

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

content/guides/frameworks/laravel/common-questions.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,3 @@ It’s recommended to use `alpine`-based images in production for smaller image
3535
Additionally, consider using **Docker Scout** to scan for vulnerabilities, especially in production environments. For more information, refer to the [Docker Scout documentation](/scout/).
3636

3737
For additional information about using Docker Compose in production, see [this guide](/compose/how-tos/production/).
38-
39-
<div id="compose-lp-survey-anchor"></div>
40-

content/guides/frameworks/laravel/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ A fundamental understanding of Docker and how containers work will be helpful. I
2828
This guide assumes you have a basic understanding of Laravel and PHP. Familiarity with Laravel’s command-line tools, such as [Artisan](https://laravel.com/docs/11.x/artisan), and its project structure is important for following the instructions.
2929

3030
- Laravel CLI: You should be comfortable using Laravel’s command-line tool (`artisan`).
31-
- Laravel Project Structure: Familiarize yourself with Laravel’s folder structure (`app`, `config`, `routes`, `tests`, etc.).
31+
- Laravel Project Structure: Familiarize yourself with Laravel’s folder structure (`app`, `config`, `routes`, `tests`, etc.).

content/guides/frameworks/laravel/production-setup.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,5 +438,3 @@ This command will build and start all the services in detached mode, providing a
438438
### Summary
439439

440440
By setting up a Docker Compose environment for Laravel in production, you ensure that your application is optimized for performance, scalable, and secure. This setup makes deployments consistent and easier to manage, reducing the likelihood of errors due to differences between environments.
441-
442-
<div id="compose-lp-survey-anchor"></div>

0 commit comments

Comments
 (0)