Laravel Application

This application is a site built with Laravel, where each user logs in with their credentials and uploads photos. Additionally, each user can modify their own details and their own posts, but they cannot alter other users' data. The administrator user has full access and can influence everything.

There are three categories of users.

Admin : (He can modify and delete all users' data.).

Editor : (He can modify all users' data but cannot delete other users' data, only his own.)

Author : (He can modify and delete only his own data.)

*To test the application, you can either create your own users or use the user with the following details:

Email : bertiosgiorgos@yahoo.com
Password : 123


*This project is a product of a course from the Udemy platform titled "Beginning Laravel 10 - From Novice to Professional (2023)." It helped me get into the game of back-end frameworks, and the purpose of this project was to familiarize myself with Laravel and the insights it can provide.

*Technical Details
This project renders the layout using the Blade engine. It focuses more on the back-end, from authentication to the optimal use of MVC.