iantoo / laravel-excuses
A Laravel package that generates random excuses from a predefined list of items
dev-main
2024-08-13 08:22 UTC
Requires
- illuminate/support: ^11.20
This package is auto-updated.
Last update: 2025-07-13 10:16:36 UTC
README
Laravel package that generate random excuses for common scenarios like being late to a meeting, missing a deadline, or not responding to emails.
Features
- Random excuses - Generate random excuses from a predefined list
- Customizable categories - Include different categories of excuses. (e.g. Work, School, Home)
- Artisan command: Provides and artisan command to generate and excuse from the command line
- Make it easy to use the package in controllers, views and routes.