
NativePHP for Mobile is now free, allowing Laravel developers to build native mobile apps using PHP. A major boost for the Laravel ecosystem. Read more
Roles of HTTP methods like GET, POST, PUT, PATCH, and DELETE in API development, including how they are utilized in Laravel applications. Read more
Explore the nuances between Laravel Collections and stdClass objects in Laravel development with code snippets illustrating their unique features and applications. Read more

In this guide, we'll walk through the steps of setting up localization in Laravel, from language files to dynamic language switching, ensuring your application speaks the language of your users. Read more
The CSRF token mismatch error is occurred when you are trying to access you Laravel API routes or URL using ajax without passing CSRF token. Read more
To get Database Name in laravel, there are various ways, here are few of them you can found to get it easily in laravel using DB/Config. Read more
To check if foreign key exists in laravel is a common issue working with the foreign key to check hasForeignKey('table','column') exists or not in a boolean response mostly. Read more
Last Executed Query in Laravel, let’s enable the query log by taking the help of Laravel query builder’s log feature for its queries by using. Read more

Laravel 9.31 released with added unique deferrable constants for PostgreSQL, Request lifecycle duration handler, Model::withoutTimestamps(..) Read more
