hi guys,
I have been building some app-sites with Laravel and find myself repeatedly in the situation of adding static content pages for documentation, presentation etc. in a manual in-effective way.
Just discovered getgrav.org (by a joomla developer) which seems to be an incredible elegant tool to manage content in Markdown pages. I have been struggling with wordpress for years now and really only want a simple, easy way to display content integrated with my laravel apps - grav seems to provide that functionality for managing and generating content.
Now am thinking about how to integrate grav with laravel? am not an expert on the internals of laravel but think a loose integration through http could be a simple way of integrating?
advantages
disadvantages
tasks to solve:
Any idea how to approach this? Or any other way of integrating grav into laravel?
cheers cord
I don't know about grav, but integrating such a system seems to raise a lot of problems.
Wouldn't it be simpler to implement something like https://github.com/thephpleague/commonmark for your static content ?
Hi Remi,
grav is worth to have a closer look, it’s a markdown parser on steroids.
When saying content am thinking of documentation libraries where it should be easy to set up chapters and pages. all that would be handled by grav.
cord
looks like a way of putting things together could be done by using grav to generate remote views, found a nice approach here:
I know, but my experience with these kind of monolitic system that are not nativelly build to be integrated can be painful.
Usual method is to host it on a subdomain
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community