Skip to content

Settings and activity

2 results found

  1. 10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Raheel Khan commented  · 

    php is already supported so you can eiasly run any Laravel application, just create empty project and add "php81" and "php81Packages.composer" in dev.nix file and rebuild the environment

    like this
    packages = [
    pkgs.php81
    pkgs.php81Packages.composer
    ];

    then you can run php and composer commands in terminal and Laravel should work, but currently i'm not able to figure out to run mysql service so you might need to run database externally

    Raheel Khan supported this idea  · 
  2. 29 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  General » Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Raheel Khan supported this idea  ·