Larablog – Laravel Blogging Project

Laravel Blogging Project Introduction

Larablog is a simple web blogging application built with laravel. Laravel is a powerful framework for creating complex web applications. Therefore, the web development process is a lot easier and faster without sacrificing crucial application functionality.

This project can be very helpful for beginner developers who are learning laravel to improve their skills in web development. Moreover, this project consists of basics and guidelines for building your first application. For example OOP MVC, user authentication, artisan console, eloquent ORM, blade templating engine, etc.

Project Features

  • Post with category and comments.
  • User authentication with login and registration.
  • Simple search functionality sidebar widget.
  • Dashboard side with CRUD for posts, categories, and comments.

Project Snapshots

Laravel Blogging Project Homepage
Homepage

Laravel Blogging Project CRUD Operation
Post CRUD

Project Installation Process

To install the project, simply clone the GitHub repository or download it in the link below.

git clone https://github.com/sanz/simple-larablog.git simple-larablog
cd simple-larablog
cp .env.example .env
composer install
php artisan key:generate
php artisan migrate

// if you want dummy data and users to ge generated
php artisan db:seed 

Alternatively, you can also download the project from here. Now, there are other laravel projects on our website, you can take a look at them.

Project Login Information

Finally, if you db:seed through artisan command. Then, you can log in using the login info below.

email: [email protected]
password: admin

Asmit Nepali, a Full Stack Developer, holds a Software Engineering degree from Gandaki College of Engineering and Science. Proficient in PHP Laravel, Vue.js, MySQL, Tailwind, Figma, and Git, he possesses a robust technical skill set.

1 thought on “Larablog – Laravel Blogging Project”

Leave a Comment