Javascript Programming Styling Console Messages As developers, we at a point log messages to the console for debugging purpose. Getting unexpected results can be stressful at times especially if you have multiple components in your application. In this case, console messages are extremely helpful. What if you can style your console messages? Probably not for only debugging purpose but to […] Written by Clemence Ayekple September 18, 2019October 9, 2019
Laravel New in laravel 6 The Laravel team has release Laravel 6 on 3rd September 2019 and it’s now available for developers. According to the release notes, this release of Laravel framework (laravel/framework) follow Semantic Versioning standard. Also, this release is compatible with Laravel Vapor. Laravel 6 Versioning Schema Laravel 6.0 is the new LTS version of Laravel and a […] Written by Clemence Ayekple September 13, 2019September 16, 2019
Laravel Custom Validation Rules in Laravel 5.5 Custom validation rules introduced in Laravel 5.5. Laravel custom validation makes it possible to add validation rules that are not defined in laravel. In this article, we will try to determine if a phone number is valid or not using laravel custom validation rules. Get started by creating the validation rule using the following artisan […] Written by Clemence Ayekple September 7, 2019September 7, 2019