Skip to content

This is just a base setup for Symfony2 to use for all future projects. This is setup to work with Godaddy cpanel shared hosting. Uses Jquery, Bootstrap, custom js and css file for a base

License

Notifications You must be signed in to change notification settings

tlsimmons88/symfony2_base_project

Repository files navigation

How to Setup

  1. SSH into Godaddy Shared hosting account
  2. cd to www/ dir
  3. git clone this repo down

How to Use after setup

  1. To see html updates run:

php ~/www/app/console cache:clear --env=dev --no-debug

php ~/www/app/console cache:clear --env=prod --no-debug

  1. To see js/css updates run:

php ~/www/app/console assets:install

php ~/www/app/console assetic:dump

Symfony Standard Edition

Welcome to the Symfony Standard Edition - a fully-functional Symfony2 application that you can use as the skeleton for your new applications.

For details on how to download and get started with Symfony, see the Installation chapter of the Symfony Documentation.

What's inside?

The Symfony Standard Edition is configured with the following defaults:

  • An AppBundle you can use to start coding;

  • Twig as the only configured template engine;

  • Doctrine ORM/DBAL;

  • Swiftmailer;

  • Annotations enabled for everything.

It comes pre-configured with the following bundles:

  • FrameworkBundle - The core Symfony framework bundle

  • SensioFrameworkExtraBundle - Adds several enhancements, including template and routing annotation capability

  • DoctrineBundle - Adds support for the Doctrine ORM

  • TwigBundle - Adds support for the Twig templating engine

  • SecurityBundle - Adds security by integrating Symfony's security component

  • SwiftmailerBundle - Adds support for Swiftmailer, a library for sending emails

  • MonologBundle - Adds support for Monolog, a logging library

  • AsseticBundle - Adds support for Assetic, an asset processing library

  • WebProfilerBundle (in dev/test env) - Adds profiling functionality and the web debug toolbar

  • SensioDistributionBundle (in dev/test env) - Adds functionality for configuring and working with Symfony distributions

  • SensioGeneratorBundle (in dev/test env) - Adds code generation capabilities

  • DebugBundle (in dev/test env) - Adds Debug and VarDumper component integration

All libraries and bundles included in the Symfony Standard Edition are released under the MIT or BSD license.

Enjoy!

About

This is just a base setup for Symfony2 to use for all future projects. This is setup to work with Godaddy cpanel shared hosting. Uses Jquery, Bootstrap, custom js and css file for a base

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published