Search code examples
phplaravellaravel-3

Laravel Support Class


Is laravel 3 have classes specially for handling Email, FTP, File upload, ZIP File, Captcha, Web service? Or should be made its own class for the function?


Solution

  • Yes, with the power of Bundles! If they put every possible feature in the core then everyone's gonna whine how bloated the framework will be. So that's where bundles come in.

    Here are some examples:

    The Input class has support for file uploads.