2017 © Pedro Peláez
 

library laravel-posts

:simple blog post Laravel package

image

cellv/laravel-posts

:simple blog post Laravel package

  • Monday, November 20, 2017
  • by massimoselvi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

laravel-post

[Latest Version on Packagist][https://packagist.org/packages/cellv/laravel-posts] ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![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)

The Versions