wrap() and unwrap()

wrap and unwrap functions

Brief Introduction About wrap() wrap() method creates a new instance of collection from any value supplied. It is very much similar to make() method. If …

Read More

Laravel Upsert

Laravel Upsert

It’s a troublesome task to update mass data in production. One of the most used methods to do this task is: updateorCreate() method has two …

Read More

What’s New in Laravel 8?

What's New in Laravel 8?

Laravel 8 is now officially released and has some brand new features such as Laravel Jetstream, new application scaffolding, class-based migration factories, migration squashing, rate-limiting …

Read More

Laravel Notification

Laravel Notification

As Laravel is a heavy framework, it provides support for sending notifications across various channels. Here in this session, we will take a look at …

Read More

Exception Handling Methods

Exception Handling Methods

While doing a project, it is common to come across various errors and exceptions. Luckily for us, error and exception handling is already configured in …

Read More