Where to keep additional functions in Laravel 4? -
i want use couple of own functions in laravel, don't want include
them in each file using it. guess there must place store things , load them when needed. unfortunately, haven't found in l4 docs.
you can use service providers , facade.
Comments
Post a Comment