Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add FirsBundle #1

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
3098de6
add FirsBundle
shubaivan Nov 12, 2014
d14707a
add routing models controller
shubaivan Nov 12, 2014
7768533
corect controller
shubaivan Nov 12, 2014
b6dc5b3
now work
shubaivan Nov 12, 2014
bc3aaaf
add testcontroller
shubaivan Nov 12, 2014
5593ba8
change twig, add checkb, test work
shubaivan Nov 12, 2014
eb84d1e
try DB and CSS
shubaivan Nov 14, 2014
ff65cb2
some change css
shubaivan Nov 14, 2014
d29e3d6
php app/console assets:install web --symlink
shubaivan Nov 14, 2014
016f4a2
trable FOREIGN KEY
shubaivan Nov 14, 2014
c3faa7f
some wrong in doctrine
shubaivan Nov 17, 2014
cc5902d
doctrine, example with documentation
shubaivan Nov 17, 2014
e80c650
add iphp/filestore-bundle and create Iphpsand\PhotoBundle\IphpsandPho…
shubaivan Nov 18, 2014
96ad71a
add sonata bundle
shubaivan Nov 18, 2014
34ade39
- sonata in AppKernel. Trable with routing
shubaivan Nov 18, 2014
cb3b03a
check routing, but not view foto
shubaivan Nov 18, 2014
fa8c28f
fix upload_dir:photo,upload_path:/photo, then work
shubaivan Nov 19, 2014
82dec54
Procfile for Apache and PHP
shubaivan Apr 21, 2015
f34766e
add reaload
shubaivan May 20, 2015
77ec933
fix
shubaivan May 20, 2015
900920c
delete .haccess
shubaivan May 20, 2015
f7dc653
moved .htaccess
shubaivan May 20, 2015
a63d809
add ip
shubaivan May 20, 2015
ddc6d53
app_dev delete if
shubaivan May 20, 2015
e158f5d
heroku-postgresql
shubaivan May 20, 2015
fb0d591
Connection Settings pdo_pgsql
shubaivan May 20, 2015
5dcd3ab
change for pgsql
shubaivan May 21, 2015
f8ede7d
delete AppFirstBubdle
shubaivan May 21, 2015
11d2b11
add AppFirstBundleFirst
shubaivan May 21, 2015
7fa5744
add script HerokuEnvironment
shubaivan May 21, 2015
5b46369
fix parameters
shubaivan May 21, 2015
76c87d5
fix redme.md
shubaivan May 21, 2015
8de5acc
move doctrine mapping
shubaivan May 22, 2015
5b5f205
fix
shubaivan May 22, 2015
74f6cb6
composer update
shubaivan May 26, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: bin/heroku-php-apache2 web/
183 changes: 26 additions & 157 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,170 +1,39 @@
Symfony Standard Edition
========================
Image upload
========

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

This document contains information on how to download, install, and start
using Symfony. For a more detailed explanation, see the [Installation][1]
chapter of the Symfony Documentation.
scrutinizer: [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/shubaivan/symfony.local/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/shubaivan/symfony.local/?branch=develop)

1) Installing the Standard Edition
----------------------------------

When it comes to installing the Symfony Standard Edition, you have the
following options.

### Use Composer (*recommended*)

As Symfony uses [Composer][2] to manage its dependencies, the recommended way
to create a new project is to use it.

If you don't have Composer yet, download it following the instructions on
http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Then, use the `create-project` command to generate a new Symfony application:

php composer.phar create-project symfony/framework-standard-edition path/to/install

Composer will install Symfony and all its dependencies under the
`path/to/install` directory.

### Download an Archive File

To quickly test Symfony, you can also download an [archive][3] of the Standard
Edition and unpack it somewhere under your web server root directory.

If you downloaded an archive "without vendors", you also need to install all
the necessary dependencies. Download composer (see above) and run the
following command:

php composer.phar install

2) 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-project/web/config.php

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

3) Browsing the Demo Application
--------------------------------

Congratulations! You're now ready to use Symfony.

From the `config.php` page, click the "Bypass configuration and go to the
Welcome page" link to load up your first Symfony page.

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

To see a real-live Symfony page in action, access the following page:

web/app_dev.php/demo/hello/Fabien

4) Getting started with Symfony
-------------------------------

This distribution is meant to be the starting point for your Symfony
applications, but it also contains some sample code that you can learn from
and play with.

A great way to start learning Symfony is via the [Quick Tour][4], which will
take you through all the basic features of Symfony2.

Once you're feeling good, you can move onto reading the official
[Symfony2 book][5].

A default bundle, `AcmeDemoBundle`, shows you Symfony2 in action. After
playing with it, you can remove it by following these steps:

* delete the `src/Acme` directory;

* remove the routing entry referencing AcmeDemoBundle in `app/config/routing_dev.yml`;

* remove the AcmeDemoBundle from the registered bundles in `app/AppKernel.php`;

* remove the `web/bundles/acmedemo` directory;

* empty the `security.yml` file or tweak the security configuration to fit
your needs.
Symfony projekt Image upload is simple web application for Image upload. This application developed on Symfony2 Framework.

What's inside?
---------------

The Symfony Standard Edition is configured with the following defaults:

* Twig is the only configured template engine;

* Doctrine ORM/DBAL is configured;
--------------

* Swiftmailer is configured;
The Image upload is uses with the following libraries and bundles:

* Annotations for everything are enabled.

It comes pre-configured with the following bundles:

* **FrameworkBundle** - The core Symfony framework bundle
* [**StofDoctrineExtensionsBundle, Stof**][2] - This bundle provides integration for DoctrineExtensions
in your Symfony2 Project.

* [**SensioFrameworkExtraBundle**][6] - Adds several enhancements, including
template and routing annotation capability

* [**DoctrineBundle**][7] - Adds support for the Doctrine ORM

* [**TwigBundle**][8] - Adds support for the Twig templating engine

* [**SecurityBundle**][9] - Adds security by integrating Symfony's security
component

* [**SwiftmailerBundle**][10] - Adds support for Swiftmailer, a library for
sending emails

* [**MonologBundle**][11] - Adds support for Monolog, a logging library

* [**AsseticBundle**][12] - 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**][13] (in dev/test env) - Adds code generation
capabilities

* **AcmeDemoBundle** (in dev/test env) - A demo bundle with some example
code
* [**IphpFileStoreBundle, vitiko**][9] - The IphpFileStoreBundle is a Symfony2 bundle that automates file uploads that are attached to an entity.
The bundle will automatically name and save the uploaded file according to the configuration specified on a per property basis using a mix of configuration and annotations.

* [**SonataDoctrineORMAdminBundle, sonata-project**][12] - This bundle integrates the SonataAdminBundle with the Doctrine ORM project.


Enjoy!

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

Enjoy!
[2]: https://github.com/stof/StofDoctrineExtensionsBundle
[3]: https://github.com/doctrine/DoctrineFixturesBundle
[4]: https://github.com/FriendsOfSymfony/FOSUserBundle
[5]: https://github.com/FriendsOfSymfony/FOSRestBundle
[6]: https://github.com/kbsali/php-redmine-api

[1]: http://symfony.com/doc/2.5/book/installation.html
[2]: http://getcomposer.org/
[3]: http://symfony.com/download
[4]: http://symfony.com/doc/2.5/quick_tour/the_big_picture.html
[5]: http://symfony.com/doc/2.5/index.html
[6]: http://symfony.com/doc/2.5/bundles/SensioFrameworkExtraBundle/index.html
[7]: http://symfony.com/doc/2.5/book/doctrine.html
[8]: http://symfony.com/doc/2.5/book/templating.html
[9]: http://symfony.com/doc/2.5/book/security.html
[10]: http://symfony.com/doc/2.5/cookbook/email.html
[11]: http://symfony.com/doc/2.5/cookbook/logging/monolog.html
[12]: http://symfony.com/doc/2.5/cookbook/assetic/asset_management.html
[13]: http://symfony.com/doc/2.5/bundles/SensioGeneratorBundle/index.html
[7]: https://github.com/schmittjoh/JMSSerializerBundle
[8]: https://github.com/nelmio/NelmioApiDocBundle
[9]: https://github.com/vitiko/IphpFileStoreBundle
[10]: https://github.com/hautelook/AliceBundle
[11]: https://github.com/hwi/HWIOAuthBundle
[12]: https://github.com/sonata-project/SonataDoctrineORMAdminBundle
8 changes: 8 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"addons": [
"heroku-postgresql:hobby-dev"
],
"scripts": {
"postdeploy": "php app/console doctrine:schema:create"
}
}
9 changes: 8 additions & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@ public function registerBundles()
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new App\FirstBundle\AppFirstBundle(),
new Iphpsand\PhotoBundle\IphpsandPhotoBundle(),
new Iphp\FileStoreBundle\IphpFileStoreBundle(),
// new Sonata\AdminBundle\SonataAdminBundle(),
// new Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle(),
// new Sonata\BlockBundle\SonataBlockBundle(),
// new Knp\Bundle\MenuBundle\KnpMenuBundle(),
// new Sonata\CoreBundle\SonataCoreBundle(),
);

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
$bundles[] = new Acme\DemoBundle\AcmeDemoBundle();
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
Expand Down
Loading