Getting Started
Setup Minia - Symfony
Symfony 6 giving you a clean & powerful API for bundling JavaScript modules, pre-processing CSS & JS and compiling and minifying assets.
Prerequisites:
Please follow the below steps to install and setup all prerequisites:
-
Technical Requirements
Please check the Technical Requirements from the this link https://symfony.com/doc/current/setup.html#technical-requirements
-
Server
Make sure to have the Xampp OR Wamp installed & running in your computer. If you already have installed Xampp / Wamp server on your computer, you can skip this step. Note: PHP version must be 8.1 or higher version.
-
Composer
Make sure to have the Composer installed & running in your computer. If you already have installed composer on your computer, you can skip this step.
Installations:
After you finished with the above steps, you can run the following commands into the terminal/command prompt from the root directory (Minia_*/Symfony/Admin ) of the project to run the project locally or build for production use:
This would install all of the framework's required dependencies in the vendor
folder.
composer install
Run the project locally, The development server is accessible at http://localhost:8000.
symfony server:start
If you wish to run the project locally on different Port. The development server is accessible at http://localhost:8001.
symfony server:start --port=8001