From the course: MVC Frameworks for Building PHP Web Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Laravel classes

Laravel classes

From the course: MVC Frameworks for Building PHP Web Applications

Start my 1-month free trial

Laravel classes

- [Instructor] The Laravel framework includes a large library of classes that you can use in your development. Let's take a look at their API and see what's available. Their API is available online for all of the different major versions that are currently available in the Laravel development space. You can see they have them organized by namespaces and all of them are in the Illuminate package. Some of them are very low-level, like the controllers, the service containers, and the database. However, there are a number of different classes available for managing cookies, encryption, talking to the file system, performing hashes, setting up broadcasters, running queries, working with middleware, all kinds of things. One of the nice things about Laravel is their documentation is very well put together. You can see some of the packages that are official. These will add a lot of elements directly to your application and they're essentially included within the Laravel environment. So…

Contents