예제 #1
0
파일: routes.php 프로젝트: miladr/contactly
<?php

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