🚀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

  • WAMP or 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: Minimum PHP 8.2 or higher version. (8.2 supported).

  • 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.

composer install  

This command will fetch all dependencies listed in /composer.json and place them into/vendor folder.

symfony server:start 
  • 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.

symfony server:start --port=8001  

Enjoy your development with Light Able

Last updated