This repo contains the code of https://demo.laravelfactory.com
The code is generated using Laravel Factory (https://laravelfactory.com)
You can also download and run this app locally.
- Clone the repo:
git clone https://github.com/laravel-factory/sample-app.git [DIRECTORY_NAME]
- Create
.env
file from the example file:
composer run-script post-root-package-install
-
Setup .env variables
-
Install the dependencies and run migrations + seeders
bash install.sh
Done.