Skip to content
View plfort's full-sized avatar

Block or report plfort

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Symfony Encore trick for completion ... Symfony Encore trick for completion in PHPStorm (Can't analyse webpack.config.js)
    1
    ...
    2
    let config = Encore.getWebpackConfig();
    3
    if(!Encore.isProduction()) {
    4
      fs.writeFile("fakewebpack.config.js", "module.exports = "+JSON.stringify(config), function(err) {
    5
            if(err) {
  2. symfony/symfony symfony/symfony Public

    The Symfony PHP framework

    PHP 29.6k 9.4k

  3. doctrine/orm doctrine/orm Public

    Doctrine Object Relational Mapper (ORM)

    PHP 9.9k 2.5k

  4. APY/APYDataGridBundle APY/APYDataGridBundle Public

    Symfony Datagrid Bundle

    PHP 492 344

  5. lhapaipai/vite-bundle lhapaipai/vite-bundle Public

    Integration with your Symfony app & Vite

    PHP 217 23

  6. Symfony/Doctrine - Switch git branch... Symfony/Doctrine - Switch git branch while taking account of Doctrine migrations
    1
    #!/bin/bash
    2
    set -eu
    3
    
                  
    4
    export XDEBUG_MODE=off
    5
    NEW_BRANCH=$1