HI THERE! Welcome to my blog. I'm 'Jagadesha NH', passionate programmer, fun-loving web developer living in the 'Silicon Valley of India'.
In recent version of laravel
SESSION_SECURE_COOKIE=true
is set to true by default, and hence cookies won’t work if your using http instead of https.
I ran in to some composer problems and because of which, I removed composer cache.
Right after removing cache the composer install took long time and while searching on internet for a solution came across this package
Alright!
There has been a lot of discussions about both the advantages and disadvantages of repository design pattern! Lets not get in to debate but lets dive in to the implementation.
Well, laravel has a dedicated folder to keep all your routes at once place. By default it has a api.php, channels.php, console.php and web.php.
Imagine your working on a bigger application with multiple modules and 100s of routes!
In this post, I would like to show you how easy it is to let user login with either registered email or phone number.
Make sure you add phone filed to create_users_table migration. In India phone numbers are of 10 digits long, and also…