Download the PHP package unicodeveloper/laravel-codepen without Composer
On this page you can find all versions of the php package unicodeveloper/laravel-codepen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download unicodeveloper/laravel-codepen
More information about unicodeveloper/laravel-codepen
Files in unicodeveloper/laravel-codepen
Package laravel-codepen
Short Description A Codepen Package for Laravel 5
License MIT
Homepage https://twitter.com/unicodeveloper
Informations about the package laravel-codepen
laravel-codepen
Laravel 5 Package to work with Codepen. Very easy to use. Offers the use of Facades and Dependency Injection
Installation
PHP 5.5+ or HHVM 3.3+, and Composer are required.
First, pull in the package through Composer.
Another alternative is to simply add the following line to the require block of your composer.json
file.
Then run composer install
or composer update
to download it and have the autoloader updated.
Add this to your providers array in config/app.php
This package also comes with a facade
Usage
CodepenManager
This is the class of most interest. It is bound to the ioc container as 'laravel-codepen'
and can be accessed using the Facades\Codepen
facade.
Facades\Codepen
This facade will dynamically pass static method calls to the 'laravel-codepen'
object in the ioc container which by default is the CodepenManager
class.
Examples
Here you can see an example of just how simple this package is to use.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
You can run the tests with:
Alternatively, you can run the tests like so:
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.