Download the PHP package codetyme/inspire without Composer
On this page you can find all versions of the php package codetyme/inspire. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codetyme/inspire
More information about codetyme/inspire
Files in codetyme/inspire
Download codetyme/inspire
More information about codetyme/inspire
Files in codetyme/inspire
Vendor codetyme
Package inspire
Short Description Technology is best when it brings people together.
License
Package inspire
Short Description Technology is best when it brings people together.
License
Please rate this library. Is it a good library?
Informations about the package inspire
Inspiring Quotes
Laravel best quotes package.
Requirements
PHP: ^7.3 or ^8.0
Laravel Framework
Quick Installation
composer require codetyme/inspire:"^1.0"
Configuration
Now, open the config/app.php
file and scroll down to the providers
array. In that array, there should be a section for the package service providers.
Add the following line of code in that section:
/* * Package Service Providers... */ Codetyme\Inspire\Providers\InspirationProvider::class,
How to use
In your controller
public static function Quotes(\Codetyme\Inspire\Inspire $inspire){ return $inspire->justQuote(); }
License
The MIT License (MIT). Please see License File for more information.
All versions of inspire with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^7.0.1
The package codetyme/inspire contains the following files
Loading the files please wait ....