:package_description
Add the package-skeleton package to your composer.json
file.
{
"require": {
"sammyk/package-skeleton": "1.0.*"
}
}
Or via the command line in the root of your Laravel installation.
$ composer require "sammyk/package-skeleton:1.0*"
use SammyK\Skeleton;
$skeleton = new Skeleton();
echo $skeleton->echoPhrase('Hello, World!');
$ phpunit
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.