Milind Daraniya

Recent Posts

My Recent Blog Entries

Laravel: Display Validation Fail Error Messages in Blade File

Laravel provides a powerful validation system to ensure that user inputs meet certain criteria be

How to Create a Laravel Float Data Type Migration

Laravel provides a convenient way to define and modify database tables using migrations. If you n

How to Create or Register Multiple Database Seeders in Laravel

Database seeders in Laravel allow you to populate your database with sample or default data, maki

How to Call Laravel Route in jQuery and JavaScript

Laravel, a popular PHP framework, provides a powerful routing system that makes it easy to define