Should have Laravel Full Stack Template with authentication
The template must have environment suitable for Laravel Full Stack Application.
10
votes
Hammad Zafar
shared this idea
-
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