Complainify Docs
  • Welcome
  • Getting Started
    • System requirements
    • Localhost installation
    • Shared hosting installation
  • Frontend
    • Homepage
    • Complaint
    • Brand
  • User dashboard
    • My profile
    • My complaints
    • My comments
    • My favories
    • Write complaint
  • Brand dashboard
    • Brand setting
    • Pending complaint
    • Solution complaint
    • Complaint comment
  • Admin dashboard
    • Login
    • Dashboard
    • Pages
    • Abouts
    • Faqs
    • Blogs
    • Brands
    • Complaints
    • User & Admin
    • Settings
  • Code support
    • Frontend
    • Backend
Powered by GitBook
On this page
  1. Getting Started

Localhost installation

Follow this space for a quick installation

PreviousSystem requirementsNextShared hosting installation

Last updated 3 months ago

After editing the information in your .env file

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.

.env file