webberdoo/webberdoo

The Webberdoo Skeleton Framework is a PHP Micro Framework built with Symfony.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Language:JavaScript

dev-master 2017-01-31 08:43 UTC

This package is not auto-updated.

Last update: 2024-04-13 19:02:09 UTC


README

To add a fresh copy of the framework, run:

composer create-project webberdoo/webberdoo YOUR-FOLDER dev-master

The framework uses all the goodness of Symfony but just slimmer. Comes with prebult Admin area and Security sytem already configured abd ready to use lost password and user email verification - (Not FOSUserBundle)

To install database tables go to http://your-website.com/install. (create a database first)

Installatation is controlled by the InstallController.php located in src > AppBundle > Controllers

More docs to come! For Now Check out Symfony Docs