Skip to content

roevevgen/blog

Repository files navigation

Installation

Clone the repo

git clone https://github.com/roevevgen/blog.git

Switch into the newly created repo folder

cd blog

Create the .env file

cp .env.example .env

Install the dependencies

composer install
npm install

Generate encryption key

php artisan key:generate

Run the migrations

php artisan migrate

Seed the database

php artisan migrate:fresh --seed

Start

php artisan serve

Releases

No releases published

Packages

No packages published

Languages