Table of Contents
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
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
comment