akuma / sf2-demo-project
Akuma Demo Project
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.4
- ext-curl: *
- ext-pdo: *
- ext-pdo_mysql: *
- akuma/core-bundle: dev-master
- akuma/social-bundle: dev-master
- akuma/user-bundle: dev-master
- braincrafted/bootstrap-bundle: ~2.1
- doctrine/dbal: <2.5
- doctrine/doctrine-bundle: ~1.2
- doctrine/doctrine-fixtures-bundle: 2.2.*
- doctrine/doctrine-migrations-bundle: dev-master
- doctrine/migrations: dev-master
- doctrine/orm: ~2.2,>=2.2.3,<2.5
- incenteev/composer-parameter-handler: ~2.0
- jquery/jquery: 1.11.*
- oyejorge/less.php: ~1.5
- sensio/distribution-bundle: ~3.0,>=3.0.12
- sensio/framework-extra-bundle: ~3.0,>=3.0.2
- symfony/assetic-bundle: ~2.3
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: 2.6.*
- twbs/bootstrap: 3.3.*
- twig/extensions: ~1.0
Requires (Dev)
- sensio/generator-bundle: ~2.3
This package is auto-updated.
Last update: 2024-11-06 00:02:37 UTC
README
Welcome
How to install?
- composer create-project akuma/sf2-demo-project path/
- php app/console doctrine:migrations:diff
- php app/console doctrine:migrations:migrate -n
What's inside?
- The Symfony Standard Edition
It comes pre-configured with the following bundles:
- Akuma Core Bundle - The Core Akuma bundle
- Akuma User Bundle - The Akuma User bundle
- Akuma Social Bundle - The Akuma User bundle
All libraries and bundles included in the Symfony Standard Edition are released under the MIT or BSD license.
Note:
By default application generates urls like http(s)://YOUR_DOMAIN/[SOCIAL_NAME]/connect, example : http://demo.akuma.in/microsoft/connect
Facebook:
- Create project here : https://developers.facebook.com/quickstarts/?platform=web
- App Settings Set Email
- App review-status Go Live
Google:
- Create project here : https://console.developers.google.com/project
- Configure "permissions" if needed
- Enabled "Google+ API"
- Create new credentials "Web Application" type
Microsoft:
- Create project here : https://account.live.com/developers/applications/create?tou=1
- Configure "API Settings" set to "Yes" => "Mobile or desktop client app"
- Configure redirect urls
Enjoy!