Let’s take an adventure on a Laravel collections tutorial. Having used the framework for some time, I’ve gotten used to working with the various features of it. One of the things I’ve been meaning to ...
The package provides the perfect starting point to integrate ElasticSearch into your Laravel application. It is carefully crafted to simplify the usage of ElasticSearch within the Laravel Framework.
Designing and developing a successful RESTful API is mostly very difficult. There are a lot of aspects to designing and writing a successful RESTful API; for example, securing and limiting the API. In ...
Here is a curated list of free programming courses that you can take in 2022. Including courses from popular universities like Harvard and Stanford, that provide some free certificates.
Automatically generate your API documentation from your existing Laravel routes. Take a look at the example documentation. php artisan api:gen --routePrefix=settings/api/* To generate your API ...
In this tutorial, I will demonstrate the steps involved to deploy Laravel Application on Shared Hosting. I am demonstrating the steps on Hostgator. The steps involved to Host Laravel Application on ...
Ajay Gupta wrote another tutorial on how to validate Laravel forms using Google reCaptcha. This technique can be used to protect our websites from spamming.
Wanna learn about AJAX in Laravel 5? Check out our Laravel 5 Cookbook. Amit is sharing a good tutorial about how to use AJAX in Laravel. This tutorial is for Laravel 4, but it can be used for Laravel ...
If you do not run Laravel 5.5 (or higher), then add the service provider in config/app.php: Add Service Provider Open config/app.php and add shweshi\OpenGraph\Providers\OpenGraphProvider::class, to ...