iantoo/laravel-excuses

A Laravel package that generates random excuses from a predefined list of items

dev-main 2024-08-13 08:22 UTC

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

  1. Random excuses - Generate random excuses from a predefined list
  2. Customizable categories - Include different categories of excuses. (e.g. Work, School, Home)
  3. Artisan command: Provides and artisan command to generate and excuse from the command line
  4. Make it easy to use the package in controllers, views and routes.