Astrotomic / stancy

This package aims to provide the most common and flexible CMS features to your Laravel project.
https://docs.astrotomic.info/stancy
MIT License
36 stars 5 forks source link

create a Laravel demo app #9

Open Gummibeer opened 4 years ago

Gummibeer commented 4 years ago

https://github.com/Astrotomic/stancy-laravel-demo

The demo app should show the basic features and in best case contain some integration tests using spatie/phpunit-snapshot-assertions. Only simple tests like: if I call this url/route I expect this response/html/snapshot.

relates to #8

marcusmyers commented 4 years ago

@Gummibeer So is this an issue for the https://github.com/Astrotomic/stancy-laravel-demo app or to create a new demo app?

Gummibeer commented 4 years ago

It's for the repo you've linked. But you can improve it or even create your own repo to demonstrate it in a real usecase. After I've implemented the static export command I will also try to build an astrotomic landing page with it and later rebuild my own website.

marcusmyers commented 4 years ago

Perfect! I'll give it ago with your demo app.

Gummibeer commented 4 years ago

Keep in mind that the pre v1 releases could be breaking during minor ones. So you should fix a minor release (see readme).

And send me every feedback you have. A missing method for easier usage or what else could get improved (except the docs 😅 ).