Hacker News new | past | comments | ask | show | jobs | submit login

It can certainly help to learn some Laravel stuff, it seems that's where a lot of PHP stuff is heading. Good luck!



Laravel is Nice I wish it's documentation was a full as Symfony's.

My personal pet peeve, too much docker.


You don't need docker for Laravel. You will need PHP 8 and Composer (package manager) installed and then you can run:

    composer create-project laravel/laravel example-app
You can start a server by running

    php artisan serve


Yeah too much Docker for sure.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: