mosaiqo / packet
A simple package to create a workbench for your own packages.
0.0.1
2015-09-27 14:43 UTC
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ~6.0
- illuminate/console: ~5.1
- illuminate/filesystem: ~5.1
- illuminate/support: ~5.1
- mustache/mustache: ~2.9
Requires (Dev)
- codeception/codeception: master-dev
- laravel/elixir: dev-master
- phpspec/phpspec: master-dev
This package is not auto-updated.
Last update: 2024-11-13 12:06:40 UTC
README
This is a simple package to create a workbench in your (Laravel)[http://laravel.com] project.
PSR4 Support.
Install
Via Composer
$ composer require mosaiqo/packet
Usage
Copy this line in to the providers array
'providers' => [ ... Mosaiqo\Packet\PacketServiceProvider::class, ...
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email boudydegeer@mosaiqo.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.