merged skunkworks into develop.
This commit is contained in:
@@ -7,10 +7,10 @@ class Home_Controller extends Controller {
|
||||
| The Default Controller
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Instead of using RESTful routes and anonymous functions, you may wish to
|
||||
| use controllers to organize your application API. You'll love them.
|
||||
| Instead of using RESTful routes and anonymous functions, you might wish
|
||||
| to use controllers to organize your application API. You'll love them.
|
||||
|
|
||||
| To start using this controller, simply remove the default route from the
|
||||
| To start using this controller simply remove the default route from the
|
||||
| application "routes.php" file. Laravel is smart enough to find this
|
||||
| controller and call the default method, which is "action_index".
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user