πŸš€Quick Start

Setup the Light Able using Symfony 7.0

Prerequisites

Before you begin, make sure you have the following installed on your machine:

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  
circle-check
symfony server:start 
circle-info

Enjoy your development with Light Able

Last updated