My Laravel Shoutbox Micro Project

View on GitHub
The project is in a GitHub Repository and the source code can be viewed by anyone!Focus Points
Features of Shoutbox
CRUD
I had a very huge focus on how CRUD operations are done in Laravel
Routing
Routing is a very core part of any MVC application, and good routing makes a scalable application
Authentication
Being able to authenticate a user and their role is something almost any Web Application does today