One of the key features of Laravel is its modular structure, which allows developers to break down complex applications into smaller, more manageable pieces. Laravel modules example; In this tutorial, you will learn how to create and use modules system
Category: Laravel
A PHP Laravel Framework is a basic platform that allows us to develop web applications. In other words, it provides structure. By using a PHP Laravel Framework, you will end up saving loads of time, stopping the need to produce repetitive code, and you’ll be able to build applications rapidly (RAD).Laravel Tutorial – Learn Laravel in simple way starting from basic to advanced concepts with examples. Laravel Tutorial For Beingners, In this Laravel Tutorial Learn Laravel Step By Step Guide to Building Your Laravel Applications. Also Learn Laravel Topics Like Laravel Installation, Laravel Passport, Laravel Email Verification, Laravel Pagination, Laravel Rest full apis, Laravel Crud. A complete step by step guide. widows and ubuntu both system are installation process here.
Laravel 10 Firebase Push Notification to Android and IOS
If you want to send push notification to android and ios mobile devices using your Laravel web application with firebase. So for this, you must have fcm key of google firebase. Then through this, you can. Send push notifications to
Read More Laravel 10 Firebase Push Notification to Android and IOS
Laravel whereNotIn Eloquent Query Example
In Laravel, the whereNotIn() method is an Eloquent query builder method that is used to create WHERE NOT IN clauses for database queries. Eloquent is Laravel’s built-in ORM (object-relational mapping) which simplifies database interaction by allowing developers to work with
How to Increment and Decrement Column Value in Laravel
To increment or decrement column value in laravel. In this tutorial, you will how to increment and decrement column value in laravel 10|9|8. Sometimes, we need to increment or decrement a column value by 1,2…. n. Increment And Decrement Column
Read More How to Increment and Decrement Column Value in Laravel
Laravel 10 Firebase OTP Verification
If you want to add an OTP verification system to your Laravel 10 application with phone or mobile number. So for this firebase otp verification is a good option. So, In this guide, you will learn how to add firebase
Laravel 10 Multiple Database Connection Example
Sometimes, you need to connect multiple databases with your Laravel web application. So, In this tutorial, you will learn how to create and use multiple database connections using laravel 7, 8, 9, and 10 apps with example. How to Use
How to Create and Use Query Scope in Laravel 10 Eloquent
If you are working on a Laravel web application. And you do not know about query scope, how query scope is made, and how to use it. So today you will learn this here. So, In this tutorial, you will
Read More How to Create and Use Query Scope in Laravel 10 Eloquent
Laravel 10|9|8 where Like Query Example
Laravel where like query example. Here you will learn how to use laravel whereLike() eloquent method in different ways with query builder and model. In laravel, using whereLike() eloquent method, you can implement laravel where like search query, laravel where
How to Use DB Raw Query in Laravel
Laravel db::raw query example. In this tutorial, you will learn how to use db raw query in laravel to select, insert, update, and delete data from database. Note that, Using the DB::raw() eloquent method, you can add subquery in laravel
Laravel 10 Yajra DataTables Search Relationship
If you are showing data then you have two tables in your dataTable and want to filter column data with different tables in Laravel 10 app. For example, you have 2 tables, 1st is posts and 2nd is users and