Going Vanilla PHP - Only real experience with Laravel
So a bit of context. My first job as a PHP developer already required me to use Laravel, so even though I already knew at least how to write PHP I never really got to work with just PHP.
Now I find myself in need to write some simpler stuff without having to install a hole framework to do it. So what would you say are the gotchas I should look in to when going to vanilla from a Laravel background ?
Laravel doesn't add a whole lot of overhead.. I guess it's not super necessary if you're building a small one-off script with no useful output to manipulate a file or something, but it provides such a nice environment within which to build apps of basically every sort, I don't know why you'd really bother not using it, honestly.