Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

rubenvanerk/lifesavingrankings.com

Repository files navigation

LifesavingRankings.com

Installation

Prerequisites

  • docker & docker-compose
  • composer

Instructions

cp .env.example .env
composer install --ignore-platform-reqs
vendor/bin/sail up
vendor/bin/sail php artisan migrate --seed
vendor/bin/sail php artisan db:seed --class=FakeSeeder
npm install
npm run dev

If you use Minio as file storage, be sure to create a new bucket in the console: localhost:8900

Go to localhost
For mailhog (sent emails) go to localhost:8025

About

LifesavingRankings.com built with TALL-stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published