Tag: Authentication

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