Skip to content

lud/press

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRESS

Press is a blogging library targeting Laravel 5 with a focus on blogging speed, with automagic pagination and page caching.

Code Climate

Routes sample config

<?php

\Press::SetRoutes();

Route::controllers([
	'auth' => 'App\Http\Controllers\Auth\AuthController',
]);

\Press::listRoute('tag/{tag}', 'tag|sort', ['as' => 'press.tag']);
\Press::listRoute('/', 'dir:articles|sort', ['as' => 'press.home', 'view' => '_::home']);

About

A fast laravel based blog engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages