TutorialsCollectionwrap() and unwrap() Brief introduction about wrap() wrap() method creates new instance of collection from any value supplied to it. It…April 8, 2021No comments
TutorialsGet ID of inserted Model While developing a web app, you might need to get the id of last inserted data to assign…April 3, 2021No comments
TutorialsEmail validation using Laravel DNS validation Most of the laravel developers use default email validation service provided by laravel. And it does its job…April 3, 20212 comments
TutorialsTips to speed up your laravel websites Speed of a website is an important factor that determines its overall quality. In fact, it is estimated…November 19, 2020No comments
TutorialsLaravel Upsert Its a really troublesome task to update mass data in production. One of the most used method to…October 24, 2020No comments
Read More...1 minute read ProjectsSchool Management System – Laravel 7 School Management System is a web application made with Laravel. This system aids in maintaining information regarding teachers,…September 10, 2020 3 shares 3 0 0 10 comments
TutorialsGuide to Laravel Authentication Authentication in laravel is really easy and simple to handle. It is important for application to have authentication…August 16, 2020No comments
Read More...1 minute read ProjectsInventory Management System – Laravel 7 The inventory management system is a web application that manages inventory and stock systems, sales, transactions for small…August 14, 2020 17 shares 17 0 0 47 comments
TutorialsNotificationLaravel Notification As laravel is a heavy framework, it provides support for sending notification across various channels. Here in this…August 12, 2020No comments
TutorialsError HandlingException Handling Methods While doing a project, it is common to come across various errors and exceptions. Luckily for us, error…August 10, 2020No comments