Tag: Laravel

Laravel Disable Auto Increment Primary Key Example

In this, I will show you an example of laravel model disable primary key. If you do not know laravel model disable auto increment then i will show you the way to enable it. I will explain to ... Read more

#laravel #laravel-9x

Live Search With Laravel, Livewire, And Meilisearch Example

Hello artisan, In this tutorial, I will show you how to build a live search using Laravel, livewire, and meilisearch. In my previous tutorial, I have created many tutorial on Laravel search. B... Read more

#laravel #laravel-9x

How To Define Singleton Route In Laravel 9?

Laravel released 9.42 version recently with new features call singleton route. This feature contributed Jess Archer. Now in this tutorial, I will show you how to use and define the sing... Read more

#laravel #laravel-9x

Create Json File And Write It With Dynamic Data In Laravel

Hello artisan, you may face a situation like you want to fetch some data from server and need to create a json file and then read that json file with this data. In this case, how you can solve this pr... Read more

#laravel

Call To A Member Function Map() On Array Laravel - (Solved)

Hello artisan, in this tutorial, i will show you how to solve "call to a member function map() on array laravel" in php laravel application. You know that map returns a new array in php. If... Read more

#laravel

Laravel 10 Multiple WithCount Same Relationship Example

Hello artisan, In this tutorial, we will see how to create the same model multiple with count relationship with the same relationship. Sometimes you may need to create multiple withcount with the s... Read more

#laravel