4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
17 results tagged symfony x
  • Encore Installation (Symfony Docs)
    May 22, 2018 at 1:00:27 PM GMT+2 - permalink - archive.org - https://symfony.com/doc/current/frontend/encore/installation.html
    encore symfony webpack
  • Using Symfony Flex to Manage Symfony Applications (Symfony Docs)
    May 22, 2018 at 1:00:16 PM GMT+2 - permalink - archive.org - https://symfony.com/doc/current/setup/flex.html
    flex symfony
  • Routing ( FOS Rest Bundle Docs)

    this is insane

    April 17, 2018 at 2:35:34 PM GMT+2 - permalink - archive.org - https://symfony.com/doc/current/bundles/FOSRestBundle/5-automatic-route-generation_single-restful-controller.html
    rest symfony
  • Symfony Security Monitoring
    April 5, 2018 at 2:52:01 PM GMT+2 - permalink - archive.org - https://security.symfony.com/
    symfony
  • Performance (Symfony 3.4 Docs)
    December 17, 2017 at 2:51:37 PM GMT+1 - permalink - archive.org - http://symfony.com/app.php/doc/3.4/performance.html
    perf php symfony
  • thumbnail
    Symfony 4 : un état des lieux avant la sortie | Integral Service
    November 30, 2017 at 11:39:23 AM GMT+1 - permalink - archive.org - https://www.integral-service.fr/symfony-4-un-etat-des-lieux-avant-la-sortie
    php symfony
  • The Symfony 3.3 DI Container Changes Explained (autowiring, _defaults, etc) (Symfony Docs)
    October 31, 2017 at 12:01:54 PM GMT+1 - permalink - archive.org - http://symfony.com/doc/current/service_container/3.3-di-changes.html
    service symfony
  • thumbnail
    How to Configure Symfony to Work behind a Load Balancer or a Reverse Proxy (current)
    August 30, 2017 at 11:23:47 AM GMT+2 - permalink - archive.org - http://symfony.com/doc/current/request/load_balancer_reverse_proxy.html
    header lb proxy symfony
  • thumbnail
    How to Set external Parameters in the Service Container (2.7)
    August 23, 2017 at 11:03:46 AM GMT+2 - permalink - archive.org - https://symfony.com/doc/2.7/configuration/external_parameters.html
    env symfony
  • thumbnail
    How to Set external Parameters in the Service Container (2.7)

    En gros pour dockeriser une app symfony pre 3.2 (ET 2.7 minimum) :

    • il faut utiliser des env var speciales : SYMFONY__*
    • faire en sorte que apache les passent en contexte à l'application (PassEnv)
    • Bien sur il faut que tout ça soit dynamique... (entrypoint, sed conf apache..)

    sed -i "s/PLACEHOLDER/PassEnv $(env|grep -Po 'SYMFONY__[^=]+'| paste -s -d' ')/" test.file

    A partir de symfony 3.2 c'est beaucoup plus facile car les variables d'environnements sont directement accessibles dans les fichiers de configuration

    August 18, 2017 at 5:33:48 PM GMT+2 * - permalink - archive.org - http://symfony.com/doc/2.7/configuration/external_parameters.html
    docker php symfony
  • Symfony 4: Best Practices – Fabien Potencier – Medium
    June 8, 2017 at 2:54:17 PM GMT+2 - permalink - archive.org - https://medium.com/@fabpot/symfony-4-best-practices-b4bbd6a9c994
    futur parameters symfony
  • Note: symfony mail

    $message = \Swift_Message::newInstance()
            ->setSubject('Hello Email')
            ->setFrom('toto@gmail.com')
            ->setTo('toto@gmail.com')
            ->setBody('toto',
                'text/html'
            )
        ;
        $this->get('mailer')->send($message);

    May 23, 2017 at 5:17:07 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?nZlPeA
    mail php symfony
  • GitHub - hautelook/AliceBundle: A Symfony bundle to manage fixtures with Alice and Faker.
    May 10, 2017 at 10:30:50 AM GMT+2 - permalink - archive.org - https://github.com/hautelook/AliceBundle
    fixture php symfony
  • thumbnail
    Symfony and Monolog, how use Processor in your project: a practical example « Stefano Alletti
    March 24, 2017 at 5:09:44 PM GMT+1 - permalink - archive.org - https://stefanoalletti.wordpress.com/2017/03/09/symfony-and-monolog-how-use-processor-in-your-project/
    log monolog php symfony
  • The Big Picture (current) - Symfony
    March 22, 2014 at 3:32:50 PM GMT+1 - permalink - archive.org - http://symfony.com/doc/current/quick_tour/the_big_picture.html
    php symfony
  • The HttpKernel Component (current) - Symfony

    Doc intéressante à lire sur le composant HttpKernel

    August 21, 2013 at 9:25:46 PM GMT+2 - permalink - archive.org - http://symfony.com/doc/current/components/http_kernel/introduction.html
    doc php symfony
  • How to Create and store a Symfony2 Project in Subversion (2.0) - Symfony
    September 15, 2012 at 2:12:10 PM GMT+2 - permalink - archive.org - http://symfony.com/doc/2.0/cookbook/workflow/new_project_svn.html
    symfony
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation