Skip to content

Getting started

Abdulbasit Rubeya edited this page Feb 20, 2025 · 1 revision

Getting started

  • Fork the repository or install from composer

    composer create-project friendlylabs/surveyr
    
  • Run the migrations and seed the database

    php leaf db:migrate
    
    php leaf db:seed
    
  • Start the development server

    php leaf serve
    
  • Login into your app using the default login credentials

Clone this wiki locally