Completed

Blog site with Laravel

Web, 18 Nov 2022

This is an example blog site created using the Laravel web framework. The site allows users to create, edit, delete, and publish blog posts. Additionally, there are different sections for visitors to the site such as an "About Me" page, a CV page, and a "Contact" page. The project covers basic features of Laravel such as the MVC architecture and usage of packages. Bootstrap 4 is used for site design. Additionally, other Laravel features like page redirection and user authorization are utilized. The project also includes useful tools such as a WYSIWYG editor for blog posts and image uploading capability. Furthermore, there are performance improvements like caching configurations to enhance site speed. This project could be a helpful resource for beginners to learn about Laravel and web development. It can also serve as a good example for those looking to learn basic Laravel features.