Verifying Emails in laravel, jovialcore
Laravel

Verifying emails in laravel using laravel ui

Laravel makes building web applications simple and pretty straight forward especially we give credits to it’s out-of-the-box functionalities like Authentication Scalffolding. In this tutorial, we will be creating our authentication files using laravel ui package. Install laravel create-project –prefer-dist laravel/laravel app From your terminal, CD into app. Next, go to your .env file and make […]

Chidiebere Chukwudi 
How I was able to install php-cs-fixer. Vscode + Linux machine
cakephp Laravel php wordpress wordpress-api

How I was able to install php-cs-fixer. Vscode + Linux machine

What caused me to write this article was after a frequent failed lint test for an open source organisation that I’m currently contributing to via google summer of code. The resource I used for installation but wait.. To be bit a elaborate and for a proper updated installation process, here is what I did: I used the latest version of php-cs-fixer then […]

Chidiebere Chukwudi