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 ...
    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 Public

    The Symfony PHP framework

    PHP 30.3k 9.6k

  3. doctrine/orm Public

    Doctrine Object Relational Mapper (ORM)

    PHP 10k 2.5k

  4. APY/APYDataGridBundle Public

    Symfony Datagrid Bundle

    PHP 496 342

  5. lhapaipai/vite-bundle Public

    Integration with your Symfony app & Vite

    PHP 252 25

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