/sample-app

The code of https://demo.laravelfactory.com generated using Laravel Factory

Primary LanguagePHP

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.