create a file app/config/myawesomesettings.php
and add
<?php
return array('myawesomeperpage' => 15);
now use this throughout you app
Config::get('myawesomesettings.myawesomeperpage'); // 15
lastly take a look at: http://laravel.com/docs/pagination
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community