Skip to content

danielschleindlsperger/patch-day

Repository files navigation

PatchDay Build Status

Platform for management of periodic updates of software projects.

Install & Setup

  • clone this project
  • $ cd patch-day
  • $ composer install && npm install && npm run dev
  • $ mv .env.example .env
  • set database credentials in the .env file
  • $ php artisan key:generate
  • $ php artisan migrate --seed
  • link storage directories
  • $ php artisan storage:link
  • $ phpunit
  • Hopefully all green and ready to go ✌️

Documentation

  • publish vendor files: $ php artisan vendor:publish
  • build docs: $ php artisan api:gen --middleware="web" --actAsUserId=1
  • docs for the API can be found at /docs

Build commands

  • Development build $ npm run dev
  • Watcher $ npm run watch
  • Combine for frontend development: $ npm run dev && npm run watch
  • Build for production (minify, uglify, strip console.log(), ..): $ npm run production

Dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published