Created
April 29, 2014 18:29
-
-
Save drsii/11408272 to your computer and use it in GitHub Desktop.
platform-content - feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You no longer require a database entry to load content. providing a path will run through Cartalyst/interpret and boom, job done. | |
@content('foo.bar') | |
@content('foo.bar', 'baz') | |
@content('foo.bar', 'http://baz.md') | |
or | |
@content('foo.bar', 'some/folder/http://baz.md') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment