Home » Backend » Laravel
Laravel is a free and open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller architectural pattern and based on Symfony.
The sitemap contains information about the pages, videos, and other files on your site, including their relationships. This file is read by search engines like Google so they can crawl your site more efficiently.
In this article, we will learn how we can send emails using Laravel. Laravel provides a clean, simple email API for email. With Laravel's email drivers, you can easily send mail through SMTP, Mailgun, Postmark, and Amazon SES.
In this article, we will learn how to build REST API in Laravel. REST APIs are application programming interfaces that conform to the constraints of the REST architecture style and interact with RESTful web services. A REST API allows you to access web services in a simple and flexible manner without having to process any data.
The Laravel Excel package simplifies exports and imports by wrapping PhpSpreadsheet with a manageable and elegant solution. The PhpSpreadsheet library is written in pure PHP and includes classes for reading and writing spreadsheets such as Excel and LibreOffice Calc.
In most cases you’d use supervisor.d or some other monitoring daemon to look after queue worker process in Laravel applications, In this post, I am going the show how pm2 can be used to run and monitor the Laravel queue.