Browsing Tag
Route
In this article, we will discuss "How to Create a Custom Route File in Laravel". You can found all the route files in the "routes" directory. Laravel provides an easy way to manage all our application route from some of the specific files…
Laravel Default Authentication Setup
In this article, We will discuss Laravel Default Authentication Setup. Laravel is a great PHP framework and currently, it's the most starred PHP project on GitHub. Today, I will show you how easy it to add authentication to it without…