symfony serve
Introducción
Bienvenida
Symfony CLI y programas necesarios
Tipos de proyectos
La importancia de leer código
Fundamentos Symfony
Estructura de carpetas de un proyecto webapp
Proceso HTTP
Templates
Debug
Database
Entity
Migration
Proyecto del curso
Estructura inicial
Form
Validator
Frontend
Diseño web
Conclusión
Despedida
No tienes acceso a esta clase
¡Continúa aprendiendo! Únete y comienza a potenciar tu carrera
Convierte tus certificados en títulos universitarios en USA
Antes: $249
Paga en 4 cuotas sin intereses
Termina en:
Profesor Italo Morales F
Aportes 4
Preguntas 6
symfony serve
Code symfony new --webapp symfony_app
Creating a “symfony/skeleton” project at "./symfony_app"
Info from https://repo.packagist.org: #StandWithUkraine
Cannot use symfony/skeleton’s latest version v6.3.99 as it requires ext-iconv * which is missing from your platform.
In CreateProjectCommand.php line 421:
Could not find package symfony/skeleton with stability stable in a version installable using your PHP version, PHP extensions and Composer version.
create-project [-s|–stability STABILITY] [–prefer-source] [–prefer-dist] [–prefer-install PREFER-INSTALL] [–repository REPOSITORY] [–repository-url REPOSITORY-URL] [–add-repository] [–dev] [–no-dev] [–no-custom-installers] [–no-scripts] [–no-progress] [–no-secure-http] [–keep-vcs] [–remove-vcs] [–no-install] [–no-audit] [–audit-format AUDIT-FORMAT] [–ignore-platform-req IGNORE-PLATFORM-REQ] [–ignore-platform-reqs] [–ask] [–] [<package> [<directory> [<version>]]]
unable to run /usr/bin/composer create-project symfony/skeleton /home/neotran/Code/symfony_app --no-interaction
symfony new simple
symfony new webapp --webapp
symfony new demo --demo
symfony new full --full
symfony serve
Luego ir al navegador a la url 127.0.0.1:8000
¿Quieres ver más aportes, preguntas y respuestas de la comunidad?