logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Symfony Projects - Manage Apps | Online Free DevTools by Hexmos

Create Symfony projects and manage your apps effortlessly with Symfony. Check security vulnerabilities, and run local servers with ease. Free online tool, no registration required.

symfony

The console component for the Symfony framework. More information: https://symfony.com/doc/current/setup.html.

  • Create a new Symfony project:

symfony new {{name}}

  • Run a local web server:

symfony serve

  • Stop the local web server:

symfony server:stop

  • Check for security issues in the project’s dependencies:

symfony security:check

See Also