38
The new, better, improved, more fantastic, cooler, OOP, PHP7-based, <insert another hipster word>, … Framework

20140819 Framework

Embed Size (px)

DESCRIPTION

Uitleg over ons Symfony based mini framework

Citation preview

  • 1. The new, better, improved,more fantastic, cooler, OOP,PHP7-based, , Framework

2. Hello, I am Tijshttps://github.com/tijsverkoyen 3. (will be) Used in ForkLarge communityLT-releases 4. more information on:symfony.com 5. TWIG 6. IDE-support 7. Logic in templates 8. Extending vs including 9. IDE-support(more) Logic in templatesExtending vs including 10. more information on:twig.sensiolabs.org 11. Bundles 12. FrameworkCoreBundleFrameworkErrorBundleFrameworkUserBundleFrameworkSearchBundleFrameworkExampleBundle 13. FrameworkCoreBundle 14. Well, handles core stuff 15. github.com/sumocoders/FrameworkCoreBundle 16. FrameworkErrorBundle 17. Makes our errors look niceIntegrates Errbit 18. github.com/sumocoders/FrameworkErrorBundle 19. FrameworkUserBundle 20. Authentication + FirewallManages users, groupsBased on FOS User Bundle 21. github.com/sumocoders/FrameworkUserBundle 22. FrameworkSearchBundle 23. github.com/sumocoders/FrameworkSearchBundle 24. FrameworkExampleBundle 25. git.sumocoders.be/tijs/frameworkexamplebundle 26. The boring part 27. Creating your first app(WIP) 28. composer create-project sumocoders/framework /path/to/webroot 1.* 29. git clone [email protected]:tijs/framework-example-app.git .rm -rf ./.gitgit initcomposer install 30. Adding an item intothe menu 31. Based onKNPLabs/KNP-menu Bundle 32. Uses events 33. github.com/sumocoders/FrameworkCoreBundle/blob/master/Resources/doc/menu.md 34. create a listener and listen to framework_core.configure_menuadd your items into the ConfigureMenuEvent-objectsit back and relax! 35. Todo 36. a shitload of thingsso any help is appreciated!http://git.sumocoders.be/tijs/framework-example-app/blob/master/TODO.md 37. Questions?