Symfony 5 Login and Registration | Symfony 5 Login and Registration using command line

preview_player
Показать описание
786 (My lucky number)
------
Symfony 5 Login and Registration | Symfony 5 Login and Registration using command line

Setup Symfony 5 login and registration
---------------------------------------
2) setup .env file
3) php bin/console doctrine:database:create
4) php bin/console make:user
5) php bin/console make:migration
6) php bin/console doctrine:migrations:migrate
7) php bin/console make:auth
8) php bin/console make:registration
9) symfony serve

------------
If the command 'symfony serve' not working on your system then use the below command to start server:
php -S localhost:3000 -t public
------------

Рекомендации по теме
Комментарии
Автор

try to make a tutorial to setup up existing symphony project in local host its very useful for us most of the subscriber like want this concept, Thank you

thoufeequeahmed.j
Автор

after instilled i get error The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue.

thoufeequeahmed.j
Автор

Thank u bro ur videos helps me a lot 👌🏻👌🏻

asmagambhir
Автор

When I login I don't get any error and nothing happens. onAuthenticationSuccess is not being called, could you help me? Thank you

jacintofleta
Автор

Hello, thank you so much for your video, i have followed all the steps and it's working very fine, i am launching the app using symfony local web server on port 8000 and it's working correctly. But when i have launched it using wamp in my windows machine, in the login page once i submit it refreshes and redirect to the same page(login page) and i am always anonymous and not authenticated. I have deployed it in my linux server and always the same issue, it's really weird (in my linux server it's working fine with symfony server:startr command)

oussemasferipro