Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 805 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 805 Bytes

Portfolio Backend v1.0

Portfolio Backend is an easy to setup laravel project to spin up your portfolio site.

Tech

Installation

Portfolio backend Requires:

  • PHP 7.2 - Laravel 5.7 requires PHP >= 7.1.3
  • Laravel 5.7 - This project is build using Laravel 5.7

Setup Steps:

  • Setup .env file
  • Composer Install
  • php artisan migrate
  • php artisan user_account:create {username} {password} (So you can login)

Frontend

Be sure to checkout the Portfolio frontend HERE