iantoo/laravel-excuses

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

Maintainers

Package info

github.com/youngtoo/Laravel-Excuses

Issues

pkg:composer/iantoo/laravel-excuses

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-02-13 11:39:01 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.