mini-symfony/skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.

The mini Symfony skeleton

Installs: 124

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

Type:project

0.2.0 2016-12-08 10:41 UTC

This package is auto-updated.

Last update: 2021-12-13 14:34:25 UTC


README

Mini Symfony is a skeleton based on Symfony Emtpy Edition and the Micro Framework Bundle.

Installation

composer create-project mini-symfony/skeleton my-project

After the installation is finished you can visit your project eg. http://localhost/my-project/htdocs.

Wiki

Check the Wiki for tips/how to's

Additions

Check that the bundle you want to use does not require symfony/framework-bundle.

Doctrine

https://github.com/Edwin-Luijten/mini-doctrine-bundle
composer require mini-symfony/mini-doctrine-bundle

Benchmarks

Todo

  • debug:container command
  • debug:router command
  • debug:event-dispatcher command
  • debugbar
  • create a separate package for the debug:command, Appbundle should be removable without losing functionality.
  • Environment detection
  • Installer