Skip to content

yuvraj-timalsina/laravel-blog

Repository files navigation

Laravel Blog

Laravel Blog Management System.

Installation

Clone the project using SSH or HTTPS.

[email protected]:yuvraj-timalsina/laravel-blog.git

Run Locally

Go to the Project Directory

cd laravel-blog

Create and configure the Database

sudo mysql -u <username> -p
create database laravel_blog;

Install Dependencies

composer install

Generate Application Key

php artisan key:generate

Run the Database Migrations and Seeders

php artisan migrate:fresh --seed

Create a Symbolic Link to Storage

php artisan storage:link

Run the Server

php artisan serve

Author

About

Blog Application Built w/ Laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published