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