wrap() and unwrap()
Brief introduction about wrap() wrap() method creates new instance of collection from any value supplied to it. It is very much similar to make() method. …
Brief introduction about wrap() wrap() method creates new instance of collection from any value supplied to it. It is very much similar to make() method. …
While developing a web app, you might need to get the id of last inserted data to assign to another model. There are various ways …
Most of the laravel developers use default email validation service provided by laravel. And it does its job to some extent. Our regular email validation …
Speed of a website is an important factor that determines its overall quality. In fact, it is estimated that if a website takes more than …
Its a really troublesome task to update mass data in production. One of the most used method to do this task is: updateorCreate() method basically …
School Management System is a web application made with Laravel. This system aids in maintaining information regarding teachers, students and other components. School and universities …
Authentication in laravel is really easy and simple to handle. It is important for application to have authentication for security reasons. If you want to …
The inventory management system is a web application that manages inventory and stock systems, sales, transactions for small businesses. Also, This application has a rich …
As laravel is a heavy framework, it provides support for sending notification across various channels. Here in this session, we will take a look at …
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 …