0
votes
2answers
503 views

Laravel extending class

Are there any other steps required to extend a class in Laravel 3? I created application/libraries/response.php: class Response extends Laravel\Response { public static function json($data, ...