zeusjammer/inspiring
Composer 安装命令:
composer require zeusjammer/inspiring
包简介
Alternative inspiring quotes Chuck Norris Facts for Laravel 5
README 文档
README
Change Laravel inspiring quotes to Notepad++ easter egg quotes and have a lot more inspiration.
Instalation
Include this package via Composer:
composer require zeusjammer/inspiring
Laravel 5.3
In Laravel 5.3, app/Console/Commands/Inspire.php has moved to routes/console.php clousure command.
Edit your use in the same way in Laravel 5.2 and backwards:
<?php //use Illuminate\Foundation\Inspiring; use Zeusjammer\Inspiring; /* |-------------------------------------------------------------------------- | Console Routes |--------------------------------------------------------------------------
Laravel 5.0 to 5.2
Edit your app/Console/Commands/Inspire.php
<?php namespace App\Console\Commands; use Illuminate\Console\Command; //use Illuminate\Foundation\Inspiring; use Zeusjammer\Inspiring;
Then run php artisan inspire and have fun! :)
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2017-02-16