Skip to content

Commit 134e484

Browse files
committed
add roadmap
1 parent 91b0af3 commit 134e484

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33

44
This project serves as an educational guide for Laravel developers looking to create modern, efficient, and flexible Docker environments for both development and production. It demonstrates best practices in building Docker images tailored for Laravel applications, providing a solid foundation for developers to understand and extend Docker functionalities in their own projects.
55

6+
## Current roadmap
7+
- Adjust example app to provide simple page with demonstrating phpinfo(), as well as health check of redis and database.
8+
- Polish production example to optimize build
9+
- Polish docker compose for production
10+
- Setup Dockerignore
11+
- Check env replacement. Add env encryption example.
12+
- Add debugger for devel environment.
13+
- Examples with Laravel Octane.
14+
615
## Table of Contents
716

817
- [Overview](#overview)

0 commit comments

Comments
 (0)