Should have Laravel Full Stack Template with authentication
The template must have environment suitable for Laravel Full Stack Application.
Thank you so much for taking the time to share your idea with us and for participating in our community.
Because we have officially announced the sunsetting of Firebase Studio and are currently focusing on the migration process, we are no longer accepting or implementing new feature requests for this product.
We appreciate your support and understanding as we transition to our next chapter.
-
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