Symfony & Laravel Commands: Cheatsheet
Created at: 2023-10-12
Lately, I had to create a new environment using laravel. Until now I worked using symfony, the project sounds quite exiting, due to the fact that most of the tech used for the project were new to me.
Aim of this article is to provide you a cheatsheet to get the translation's between Laravel and Symfony.
What are Laravel and Symfony
What does the supporters' community look like
Main differences between Symfony and Laravel
Laravel To Symfony Cheatsheet
Laravel | Symfony |
COMMANDES | |
php artisan serve | symfony serve |
COMPONENTS | |
vite + + + |
Webpack Encore
|
Eloquent |
Doctrine |
diverses Comments
when closing a VS Session the artisan's server is still running.
back to list