Skip to content

AndrewStarlike/demosonatacustom

Repository files navigation

Demo Sonata Admin Bundle 2.3 and Symfony 2.3

  1. Copy the sources

Git clone the repo or download the archive and put everything inside a folder accessible by web browsers.

Run the following command with composer:

php composer.phar update
  1. Checking your System Configuration

Before starting coding, make sure that your local system is properly configured for Symfony.

Execute the check.php script from the command line:

php app/check.php

The script returns a status code of 0 if all mandatory requirements are met, 1 otherwise.

Access the config.php script from a browser:

http://localhost/path/to/symfony/app/web/config.php

If you get any warnings or recommendations, fix them before moving on.

  1. Create database and run the migration

Edit root/app/config/parameters.yml with your database credentials

Run these commands:

console doctrine:database:create 
console doctrine:migrations:migrate 
  1. Browsing the Demo Application

Congratulations! You're now ready to use the demo.

You can also use a web-based configurator by clicking on the "Configure your Symfony Application online" link of the config.php page.

Access the following page:

web/app_dev.php/admin/dashboard

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

Enjoy!

More @ http://andrewstarlike.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published