Laravel Blog Clone Script

Overview

This script is a blogging website built on Laravel and it is a exact clone of Laravel Blog(blog.laravel.com). Now you can start using this script and start blogging for personal purpose or start writing blog for your company.

Features

It includes the features like: 

Backend Admin Panel.(Where you can add the blog)

Frontend Website.(Where everyone can view the blog that you have posted)

Requirements

PHP > 5.6

MySql

Instructions

==================================================
Setting up the project
==================================================
1. Add your database credentials on your .env file

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_blog_clone
DB_USERNAME=root
DB_PASSWORD=password

2. Run the following command from the project directory. It will help you to create tables and insert dummy data.

php artisan migrate:fresh –seed

3. Default login email and password are:

email: [email protected]
password: P@ssw0rd

You can change these from database/seeds/UsersTableSeeder on your project.

4. Now everything is good to go.

================================================================
Admin Section
=================================================================
1. Go to http://yourproject.com/login url for login.
2. After successfull login it will redirect to the dashboard page.

=============================================================================
Adding Blog post
=============================================================================
1. Go to blog section on admin panel and click on add new button to add blogs.
2. Now the blog will be posted on your site

Thanks
If you got any issue on installation. Please let me know.

Related