zachleigh / larafolio

A portfolio management system for Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for pages

zachleigh opened this issue · comments

Pages like About should be able to be kept in database as well. Could essentially be the same as project, just with no links and separate menu dropdown.

Use images, text blocks and a new datatype, text lines, for content. Text lines will be short, varchar columns in the db designed for page descriptions, headers, titles etc. To use text blocks, you will first need to modify the existing text block architecture. Use morphMany relationships and change project_id to resource_id in db.

Depends on #49.

Depends on #50.

Still need to do:

  • Create page
  • Edit page
  • Settings
  • Add text lines

v1.0.0