Settings and activity
2 results found
-
10 votes
An error occurred while saving the comment Raheel Khan supported this idea · -
29 votes
We have released a preview version of PHP support for you all to try out! :-)
https://community.idx.dev/t/check-out-our-new-backend-focused-templates/746
Feel free to reply in the forums itself with your feedback.
Raheel Khan supported this idea ·
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