Exemple #1
0
<?php

Route::post('/Contactly/send', array('before' => 'csrf', function () {
    return APP::make('Contactly')->proccess();
}));