This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors. Create a link to a medium article.
You can install the package via composer:
composer require appstract/:package_name
Then add the ServiceProvider to your config/app.php
file:
'providers' => [
...
Appstract\Skeleton\SkeletonServiceProvider::class
....
]
$skeleton = new Appstract\Skeleton();
echo $skeleton->echoPhrase('Hello, Appstract!');
$ composer test
Contributions are welcome, thanks to y'all :)
Appstract is a small team from The Netherlands. <3 Laravel, Vue and other awesome tools.
Would be awesome if you would buy us a beer! Or a lot of beer :)
The MIT License (MIT). Please see License File for more information.