Laravel-based timecard application.
Timecard is a Laravel-based application for managing personal time cards.
- Laravel Passport is used for authenticating API calls.
- Artisan command to generate a user (handy for organizations that just need to create users internally without exposing a registration form)
- API (Coming soon)
- Run
php artisan key:generateto generate the application key - Install Passport (
php artisan passport:install) to create some client IDs
Create a user without going through the registration flow. Will prompt for name, username, password, and email address
QUEUE_NAME_DATA: The name of the queue to handle dataQUEUE_NAME_MEDIA: Name of the queue to handle media