lud/press
PRESS
Press is a blogging library targeting Laravel 5 with a focus on blogging speed, with automagic pagination and page caching.
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']);
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
617,346,630
9,703