2017 © Pedro Peláez
 

library timeline

This package is used for timeline.

image

affenpilot/timeline

This package is used for timeline.

  • Saturday, November 11, 2017
  • by Affenpilot
  • Repository
  • 1 Watchers
  • 0 Stars
  • 190 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 400 % Grown

The README.md

Affenpilot Timeline

This is a basic timeline module for Laravel., (*1)

Installation

Add the following line in the providers array in 'config\app.php':, (*2)

...

'providers' => [
    ...
    Affenpilot\Timeline\TimelineServiceProvider::class
    ...
]

...

Publish and migrate:, (*3)

php artisan vendor:publish --provider="Affenpilot\Timeline\TimelineServiceProvider"

Usage

<?php

namespace App;

use Affenpilot\Timeline\HasPosts;
use Illuminate\Database\Eloquent\Model;

class User extends Model
{
    use HasPosts;
}

The Versions

11/11 2017

dev-master

9999999-dev

This package is used for timeline.

  Sources   Download

The Requires

  • php ^7.0

 

by Florian Buechner

laravel package timeline

11/11 2017

v1.0.0

1.0.0.0

This package is used for timeline.

  Sources   Download

The Requires

  • php ^7.0

 

by Florian Buechner

laravel package timeline

11/11 2017

dev-develop

dev-develop

This package is used for timeline.

  Sources   Download

The Requires

  • php ^7.0

 

by Florian Buechner

laravel package timeline