|
|
|
|
|
by fleitz
4904 days ago
|
|
I took a look at that, it appears that you unzip the framework and then start modifying it directly. After you "upload it to your webserver". Deployment? Source Control? No, not in PHP, you just modify shit right on the webserver. I'm sure this process makes upgrading painless, just unzip the framework and... wait... all your changes just got overwritten. This kind of crap is exactly why everyone with a clue laughs at PHP. |
|
You would upgrade your Laravel framework with composer, which runs on Git. And it'll most likely just work without any "Gem hell" that i've come to experience with some other languages.