Skip to content

inachisphp/timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timeline Component

The timeline component is for creating timeline-style pages for use with inachis framework powered sites.

Getting Started

composer require inachisphp/timeline

In order to make schema changes for storing Timeline entries, this will also modify your Doctrine migrations configuration to include:

# config/packages/doctrine_migrations.yaml

doctrine_migrations:
# List of namespace/path pairs to search for migrations, at least one required
migrations_paths:

...

'Inachis\Component\Timeline\Migrations': '@Timeline/Migrations'

About

Create timeline-style pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages