Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

laravel-factory/sample-app

Repository files navigation

Laravel Factory Demo

This repo contains the code of https://demo.laravelfactory.com

The code is generated using Laravel Factory (https://laravelfactory.com)

Installation

You can also download and run this app locally.

  1. Clone the repo:
git clone https://github.com/laravel-factory/sample-app.git [DIRECTORY_NAME]
  1. Create .env file from the example file:
composer run-script post-root-package-install
  1. Setup .env variables

  2. Install the dependencies and run migrations + seeders

bash install.sh

Done.