Skip to content

3omarbadr/Blog

Repository files navigation

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

About

Blog - Laracast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published