Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 801 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 801 Bytes

Symfony Skeleton dockerized application 🐳

🚀 Getting Started

To get started, make sure you have Docker installed on your machine. Then, clone the repository and navigate to the project directory.

Run the following command to create a new Symfony project and install the dependencies:

📋 Commands

make install

Creates a new Symfony project by running composer create-project and installs the dependencies. It also creates the cache directory for the application.

If you already installed your application, then:

make up

Starts the Docker containers in detached mode.

🎉 Congratulations!

Your Symfony application has been installed inside the ./application directory.

Head over to http://localhost:8585/ and begin exploring the possibilities of Symfony. 🚀