Articles in this series
The command is: php artisan optimize:clear
Many times, we are facing the issue to assign a different CSS class depending on which page we are visiting. I present 2 ways to do this. Using php...
In this post we will see how to authenticate users that have a DB field of is_admin to separate them from normal users. In users migration file we...