Laravel One to One Eloquent Relationship
Laravel comes with a great feature called eloquent. It is an object-relational mapper (ORM) that makes it easy for you to interact with the database. Using eloquent, each database has …
Laravel comes with a great feature called eloquent. It is an object-relational mapper (ORM) that makes it easy for you to interact with the database. Using eloquent, each database has …
As you know laravel is a popular framework based on the PHP language. It is a Model, View, Controller (MVC) structure and has many in-built features. So today in this …
In this tutorial, we will learn laravel eloquent methods firstOrNew(), firstOrCreate() and updateOrCreate(). These methods are very helpful but most users are not familiar with them and don’t know how …
In this tutorial, we will learn how you can use where condition in laravel eloquent. It is very easy and short as compared to SQL raw query. We will also …
If you are a beginner in the web development field and want to grow up with the Laravel framework? Then you should definitely pick this most popular scalable framework. So, …