Skip to content

alex1rap/blog

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Installation

  • Create database and DBMS user
  • Copy and configure file .env:
cp .env.example .env
  • Install dependencies:
composer install
npm install

Starting

  • Build frontend:
npm run dev
  • Start backend:
php artisan serve

Open in browser

By default, project address is: http://localhost:8000.