SO Backend Framework
Complete the setup steps below to get started
Install Dependencies
Install PHP dependencies using Composer.
2
Configure Environment
Copy the example environment file and configure your settings.
cp .env.example .env
Copy
3
Setup Database
Configure your database connection in the .env file.
4
Ready to Go!
Your application will be ready to use.