Skip to content

olivernorden-blog/Silverstripe-PDFs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Silverstripe-PDFs

Rendering Silverstripe CMS data objects as PDFs
Tutorial: Silverstripe PDFs

Set up project locally

  1. Make sure you have Docker or Docker desktop for Mac/ Windows installed.
  2. Download the project.
  3. Run docker-compose run --rm silverstripe composer install
  4. Run docker-compose up -d
  5. Go to http://localhost:8080/ to access the Silverstripe application

Data objects for PDFs are created on http://localhost:8080/admin/my-data-objects/ and viewed on http://localhost:8080/pdf/. Default admin credentials are admin:password.

About

Rendering Silverstripe CMS data objects as PDFs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published