> For the complete documentation index, see [llms.txt](https://complainify.gitbook.io/complainify-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://complainify.gitbook.io/complainify-docs/getting-started/localhost-installation.md).

# Localhost installation

Follow this space for a quick installation

After editing the information in your .env file

<figure><img src="https://34906138-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlfzrimCsupIS9aXnkQJd%2Fuploads%2FCGUptU8EUFLSSEQfATjE%2FScreenshot_1.png?alt=media&amp;token=adda02b2-2dc7-404e-870a-58bea027a808" alt=""><figcaption><p>.env file</p></figcaption></figure>

<figure><img src="https://34906138-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlfzrimCsupIS9aXnkQJd%2Fuploads%2FTcnIJv85IPFloPq5DUJ4%2Fenv.png?alt=media&amp;token=a3c4d2cb-806e-4e2e-b059-952536a2c7f6" alt=""><figcaption></figcaption></figure>

After creating the database on your localhost, the steps you need to follow are as follows:

1. After completing the `.env` details,
2. Run `php artisan migrate` from your terminal.
3. Then, run `php artisan db:seed` from your terminal.
4. To start the project, you can use the command `php artisan serve`.

After completing these steps, the project will start on your localhost.
