laravel-post
[
][https://packagist.org/packages/cellv/laravel-posts]
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
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., (*2)
Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following., (*3)
bin/
config/
src/
test/
vendor/
Install
Via Composer, (*4)
``` bash
$ composer require cellv/laravel-post, (*5)
## Usage
``` php
$skeleton = new cellv\laravel-post();
echo $skeleton->echoPhrase('Hello, League!');
``` blade
@can('view', $post->comments->first())
@includeIf('post.partials._comments')
@else
Sign In to read comments
@endcan, (*6)
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details., (*7)
Security
If you discover any security related issues, please email maxweb@mac.com instead of using the issue tracker., (*8)
Credits
License
The MIT License (MIT). Please see License File for more information., (*9)