Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 374 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 374 Bytes

Laravel Blog Post

Installation

First clone this repository, install the dependencies, and setup your .env file.

git clone git@github.com:3omarbadr/Blog.git
composer install
cp .env.example .env

Then create the necessary database.

php artisan db
create database blog

And run the initial migrations and seeders.

php artisan migrate --seed