iantoo/laravel-excuses

This package is abandoned and no longer maintained. No replacement package was suggested.

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: 1

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

This package is auto-updated.

Last update: 2026-04-13 12:02:40 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.