Skip to content

eurofurence/fursuit-reg-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fursuit Registration Tool

This tool is using Laravel 11 with inertia.js (Vue).

Contributing

Prerequisites

  • PHP >=8.3
  • Composer
  • Docker (+ Compose plugin)

Windows

  • tbd.

OSX / Linux Setup

  1. Rename .env.example to .env

    mv .env.example .env
  2. Adjust env variables if necessary

  3. Install PHP dependencies

    composer install
  4. Install Node dependencies

    npm install
  5. Install Node dependencies

    npm run build
  6. Start sailing

    ./vendor/bin/sail up
  7. Migrate Database

    ./vendor/bin/sail artisan migrate
  8. Open http://localhost:80 in your browser

Troubleshooting

REPL

You can open a repl session with Tinker, calling:

./vendor/bin/sail artisan tinker

License

The Laravel framework is open-sourced software licensed under the MIT license.