Project
This is still a work in progress
This project is a mental health blog site built with Laravel, a popular PHP web framework that follows the Model-View-Controller (MVC) architecture. The project includes a robust authentication and authorization system for both regular users and admin users. Additionally, the site utilises Laravel's Eloquent ORM, a powerful database abstraction layer that makes it easy to work with databases.
The code demonstrates many of the best practices of Laravel development. The use of the MVC architecture, coupled with Eloquent, ensures that the code is easy to maintain and extend. The project also features a clean and intuitive user interface, making it easy for visitors to navigate and read the blog content.
Overall this project is an example of how to build a robust and scalable blog site using Laravel. The project's use of MVC architecture, Eloquent ORM, OAuth, authentication and authorisation features make it a valuable resource for developers looking to learn more about these topics.
Technlogies
PHP
MVC
Laravel
MySQL
Tailwind
Socialite/OAuth
Back