Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 906 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 906 Bytes

Timecard

Laravel-based timecard application.

What is this?

Timecard is a Laravel-based application for managing personal time cards.

Notes

Features

  • Artisan command to generate a user (handy for organizations that just need to create users internally without exposing a registration form)
  • API (Coming soon)

Setup

  1. Run php artisan key:generate to generate the application key
  2. Install Passport (php artisan passport:install) to create some client IDs

Artisan Commands

user:create

Create a user without going through the registration flow. Will prompt for name, username, password, and email address

.env Variables

  • QUEUE_NAME_DATA: The name of the queue to handle data
  • QUEUE_NAME_MEDIA: Name of the queue to handle media