[go: up one dir, main page]

Skip to content

Laravel web application for sharing wish lists

Notifications You must be signed in to change notification settings

ahenrij/wishbox

Repository files navigation

WishBox

Requirements

  • Composer
  • PHP >= 7.0
  • MySQL

Install dependencies

composer install

Set environnement variables

cp .env.example .env

Create a MySQL database and configure access to it in .env file

Migrate database then fill tables

php artisan migrate --seed

Run application

php artisan serve

About

Laravel web application for sharing wish lists

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published