/afued

Quora (https://quora.com) website clone

Primary LanguageBlade

About

a Quora (https://quora.com) website clone

Built With

Framework

Library

Api

Package

Overview

Getting Started

Installation

  • Clone the repo, then enter the project directory with terminal
composer install
cp .env.example .env
php artisan key:generate
  • Create new database, then change the .env
php artisan migrate
  • Run
php artisan serve