Controllers

Controllers

Introduction

Instead of defining all of your request handling logic as Closures in route files, you may wish to organize this behavior using Controller classes. Controllers can group related request handling logic into a single class. Controllers are stored in the app/Http/Controllers directory.

doc_Laravel
2016-11-02 16:13:43
Comments
Leave a Comment

Please login to continue.