Yes, i know....the title sounds really weird but basically this is my question, now let me provide a bit of context.
So basically i don't have an experience as coder, i was always techy, i always liked to do stuff on pc and never gave up until i managed to accomplish what i wanted, like installing OSX on PC, rooting different android devices via terminal and so on.
Anyway, fast forward till late last year where i picked up some html, css and javascript, nothing too advanced. I got employed recently as a junior back-end developer by a local company where they use Laravel for back-end projects and i started my journey by learning php for ~2 weeks, basic stuff like variables, data types, some php globals, even did some small projects via some tutorials but nothing by myself.
After 2 weeks i started with laravel, and i knew Jeffrey from the 30 days html course, so laracast was an easy choice for me to start learning laravel fundamentals and boy, it was rough in the first 3 days where i had to learn so much stuff at once but i did it, i mean i am decent in terminal with artisan commands, i learned about mvc, etc. In ~1 month+ i did a small to medium internal project for my company in laravel, basically a CRM where i learned more or less about CRUD operations, db relations, routing, datatables, installing and using different packages and a bit of javascript/jquery. Of course, with some help from senior dev when really needed.
Now going back to my question, is that i'm a bit afraid that i'm neglecting PHP along the way and i don't know if it's true overall but laravel just doesn't look or feel like plain PHP, for me it seems mostly like a new language. So if i learn Laravel to be really decent or even more, will i be able to understand plain PHP after that? I feel like Laravel is doing a lot of stuff behind and i know it really does and by beginning so early with a framework it's hard for me to imagine writing php without some sort of framework or packages. I am correct to be worried? Should i continue with laravel and PHP will come almost naturally along the way or should i focus more on learning plain PHP when i can(free time + a bit of work time) ?
Thanks!