mosaiqo/packet

A simple package to create a workbench for your own packages.

0.0.1 2015-09-27 14:43 UTC

This package is not auto-updated.

Last update: 2024-04-17 09:00:43 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.