jonpurvis/laravel-uninspire

The opposite command of the Laravel artisan inspire command
53,785 23
Install
composer require jonpurvis/laravel-uninspire
Latest Version:v3.0.0
PHP:^8.3
License:MIT
Last Updated:Aug 12, 2026
Links: GitHub  ·  Packagist
Maintainer: JonPurvis

Laravel Uninspire

A humerous alternative to the Laravel Inspire command.

GitHub last commit Packagist PHP Version GitHub issues GitHub Packagist Downloads

Introduction

If you're familiar with Laravel, then you should be familiar with php artisan inspire. It's a simple command that outputs an inspirational quote when you run it.

I thought it would be fun to build the opposite of that command. A command that when ran, spits out a humourous uninspiring quote.

Installation

To install Laravel Uninspire, you can run the following in your project's root:

composer require jonpurvis/laravel-uninspire

This package supports PHP 8.3, 8.4, and 8.5, and Laravel 12 and 13.

Usage

This package adds a new command to your Laravel application, which you can see by running php artisan. To run it, you can run the following command:

php artisan uninspire

Contributing

Contributions to the package are more than welcome. Feel free to submit a Pull Request with any additions. If you have any issues using the package, then please open an Issue.

Related Packages

reliese/laravel

Reliese Components for Laravel Framework code generation.

3,991,690 1,705
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,315 160
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

368,693 86
laravel/laravel

The skeleton application for the Laravel framework.

64,930,508 84,972