Porto

Laravel

Laravel





Laravel

What does every owner of a web application has to expect from it. That it has to have only authenticated users. None of us want unauthenticated users on our web applications. Laravel makes implementing authentication very simple. Almost everything is configured out-of-the-box. Laravel also provides a simple way to organize authorization logic and control access to resources. Many web application owners want their applications to send out automatic mails or notifications after several customer driven events. Laravel allows an application to quickly get started sending mail through a local or cloud based service.

In addition to support for sending email, Laravel provides support for sending notifications across a variety of delivery channels, including SMS (via Nexmo) and Slack. A very important aspect of every high performing web application is its speed. By default, Laravel is configured to use the file cache driver, which stores cached objects in the file system. For larger applications, with Laravel it is even possible to configure multiple cache configurations.