new file: .gitconfig
modified: .gitignore modified: SRC/app/config/app.php new file: SRC/app/controllers/testBd.php modified: SRC/app/routes.php new file: SRC/app/views/testBd.php
This commit is contained in:
@ -27,3 +27,5 @@ Route::get('home', function()
|
||||
{
|
||||
return View::make('home');
|
||||
});
|
||||
|
||||
Route::get('testBd', 'testBd@getS');
|
Reference in New Issue
Block a user