Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


To shrink a shard in elasticsearch we already have a “/old_index/_shrink/new_index” endpoint , which creates a new index with less shards. An example of endpoin...
Routing allows the user to route application requests to its appropriate controller. Hence, it is important for newcomers to know and extend their knowledge abo...
I’ve recently started to learn Laravel and pretty early on the course introduced me to local development, by local I mean directly off the machine, rather than...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
When your laravel application is slow, caching can be of the best way to gain performance. Additionally, laravel provides bunch of built-in caching methods to h...
This tutorial will show you how to implement Full-Text search capability in Laravel 7 MySQL v5.7.26. Although Laravel currently doesn’t support FULLTEXT indexes...
A blog on PHP, JavaScript and more Amit Merchant · July 24, 2020 · ⋆ JavaScript The easter egg is nothing but a sequence of different keypress known as Konami C...
Doing user management the right way is hard work. Allowing users to register themselves, and verifying their identity can be difficult. With a few web...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Continuous Integration (CI), or the ongoing process of integrating changes in a shared version control repository, should be a goal of every project you work on...
In this tutorial, we will go through a PHP MySQL ajax search autocomplete example or jquery ajax search example. Here, we will be using a text search box to sea...
Software developer, blogger, elegant code enthusiast. Today, while working on one of my projects, I realized that I forgot to reinstall the Imagick PHP extensio...
Software developer, blogger, elegant code enthusiast. To retrieve more data, there are basically two options: Offset-based and cursor-based pagination. ...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Rinvex Widgets is a powerful and easy to use widget system, that combines the both power of code logic and the flexibility of template views. GitHub is home to...
Finding an article about the integration of laravel with google doc is quite difficult, that is why we will be building a sample blog application that integrate...
I love using Test Driven Development a.k.a TDD in my projects, thats why unit test become part of my coding life. I always use Laravel’s RefreshDatabase trait i...
Laravel Eloquent ORM provides a whole lot of useful functionality which allows you to work with your database tables and relationships using an eloquent express...