🚀Quick Start
Setup the Light Able using Symfony 7.0
Prerequisites
Before you begin, make sure you have the following installed on your machine:
Please check the Technical Requirements from the this link https://symfony.com/doc/current/setup.html#technical-requirements
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.
Please setup Symfony CLI regarding your operating system. https://symfony.com/download
Build Assets
Before running the application we need to build theme assets:
Step 1: Unzip Unzip The Downloaded Folder and open it in vscode or any other code editor you use.
Step 2: This would install all of the framework's required dependencies in the
vendor
folder.
This command will fetch all dependencies listed in /composer.json
and place them into/vendor
folder.
Step 3: Run the project locally, The development server is accessible at http://127.0.0.1:8000.
Step 4: If you wish to run the project locally on different Port. The development server is accessible at http://127.0.0.1:8001.
Enjoy your development with Light Able
Last updated