First attempt, trying to build an import stuff routine.

This commit is contained in:
James Cole
2014-09-02 08:58:56 +02:00
parent 420b5790e3
commit f472a01a80
25 changed files with 1050 additions and 101 deletions

View File

@@ -38,6 +38,10 @@ class HomeController extends BaseController
*/
public function index()
{
Queue::push(function($job)
{
Log::debug('This is a job!');
});
\Event::fire('limits.check');
\Event::fire('piggybanks.check');