5.7 Package Documentation
Permalink 1 user found helpful
Just giving everyone a heads-up that we've launched a new section of 5.7 documentation. This installment details how to create packages for Concrete5. Packages bundle up bits of code into directories that can be installed, upgraded and uninstalled. If you've ever installed anything from the marketplace you've worked with packages.
http://www.concrete5.org/documentation/developers/5.7/packages/over...
Hope this helps!
http://www.concrete5.org/documentation/developers/5.7/packages/over...
Hope this helps!
Awesome, thanks Andrew.
One little typo I found, on this page:
http://www.concrete5.org/documentation/developers/5.7/packages/modi...
I think the second example should be:
(there's an extra unneeded closing parenthesis)
One little typo I found, on this page:
http://www.concrete5.org/documentation/developers/5.7/packages/modi...
I think the second example should be:
public function on_start() { \Events::addListener( 'on_page_view', function ($e) { $c = $e->getPageObject(); // do something with the current page object } ); }
(there's an extra unneeded closing parenthesis)
Thanks! fixed
This is great, thank you.