PHP Scripts & CRUD Generator Coming Soon

Build PHP apps faster with a schema-driven CRUD generator and ready-made scripts coming soon.

Latest Blog Posts

Stay informed and inspired with our latest blog posts. Dive into a treasure trove of articles covering a diverse range of topics, from expert insights to practical tips.

Step-by-Step Tutorial: Implementing Yajra Datatables in Laravel 10
Step-by-Step Tutorial: Implementing Yajra Datatables in Laravel 10

In this tutorial, we'll explore Yajra Datatables in Laravel, providing you with essential methods and examples to create and display your own data tables. Whether you're new to Laravel or an experienced developer, this tutorial will help you unlock the potential of Yajra Datatables.

Generate Unique Random Numbers in Laravel
Generate Unique Random Numbers in Laravel

If you thinking about how to generate unique random numbers in Laravel from your database this. Then this post could help you to do that.

Laravel Eloquent whereHas() Condition with Example
Laravel Eloquent whereHas() Condition with Example

In this post, you will learn how to implement Laravel Eloquent whereHas() condition in this method you can able to display the existing relations of a specific record.

Get The Difference Between Two Date and Time in Minutes with Laravel?
Get The Difference Between Two Date and Time in Minutes with Laravel?

If you have a task that should calculate the difference between two DateTime in minutes with Laravel then this could help you.

Learn Laravel Collection Paginate with Example
Learn Laravel Collection Paginate with Example

Learn how to Implement Laravel collection paginate in an easy way and how to change the pagination template from Tailwind CSS to Bootstrap 5.

Check if Laravel Table Exists
Check if Laravel Table Exists

For whatsoever reason, you may want to check the existence of a table in your database. Learn how to achieve this in Laravel using the Schema class.

Laravel Eloquent Order By Query Tutorial with Example
Laravel Eloquent Order By Query Tutorial with Example

In this post, you will learn how to implement Laravel Eloquent Order By method to your query. The orderBy() method will able us to sort the record.

Laravel Collection to Array Tutorial and Example
Laravel Collection to Array Tutorial and Example

Implementing Laravel collection to array (toArray method) will able us to convert it into a plain PHP array for some reason we need to use this in any scenario.

Laravel Collection Sort Tutorial with Example
Laravel Collection Sort Tutorial with Example

Learn how to implement Laravel collection sort if you are working with Laravel collection it needs to learn to sort also because sometimes we need to operate sorting.

Laravel Collection Map Tutorial with Example
Laravel Collection Map Tutorial with Example

Do you want to learn the Laravel collection map() with an example, In this post, I will explain how to implement the Laravel collection map method in your project.

Laravel Like Query Operator in Where Clause with Example
Laravel Like Query Operator in Where Clause with Example

Learn Laravel Like Query on how to search keywords in your records and retrieve the results you need to your front end.

Laravel Eloquent whereNotBetween Query Tutorial and Example
Laravel Eloquent whereNotBetween Query Tutorial and Example

In this tutorial, we will tackle one of Laravel's convenient database query builder. The Laravel eloquent whereNotBetween method.

We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies

More