I feel this with Vue and Nuxt. Sure, I COULD write vanilla JS, but why would I want to? I could rig solutions together, but I could also just grab the Nuxt modules I need and be done.
@noobcoding19 күн бұрын
Welcome to the Laravel community. :)
@peppis3408Ай бұрын
i dont know why people hate on php/laravel I have started my life with javascript php, and chose laravel and its AMAZING you really enjoy and have fun writing laravel code
@CorTecАй бұрын
I like your zsh colorscheme, custom ?
@MultipladsАй бұрын
I am ok with the Generative AI PHP framework called the PBullet
@NorteXGameАй бұрын
And here I am wondering why next.js is reinventing ssr for the 5th time instead of making cool things like Next.js Jetstream...
@sheriffderek2 ай бұрын
Roughly a year later, did you end up building something with it?
@Andris_Briedis2 ай бұрын
Programming languages are not cool or notcool. This is a profane approach. A programming language is a tool. And like any tool, a good tool, not a useless one-size-fits-all tool, it is meant for specific purposes. And Laravel fulfills its goals perfectly, for those who use it as a tool, not for "cool".
@i3looi22 ай бұрын
PHP by default has the issue of putting strain on the server, while most JS Frameworks distribute the load on the clients.
@boureimaabdoulkadri98592 ай бұрын
Hello! It's been a year since you posted this video. I'm curious to know if you've continued with laravel.
@nickdhawan83392 ай бұрын
Thank you! That’s exactly the motivation I needed this morning with my cup of coffee. I appreciate it!
@zohaibhassan1563 ай бұрын
npm run dev will hot reload. npm run build is for backend devs lol.
@oxEYEzone3 ай бұрын
if you do npm run dev instead of npm run build then you get the hot reload fuctionality! Just saying :)
@younes_khx3 ай бұрын
loved this video , i was thinking of starting a side project that can turn to a startup and i thought about shiping an mvp as fast asp and not invest lot of money
@leojclarke3 ай бұрын
Lol I only just realised what the thumbnal was... 😅
@serhiicho3 ай бұрын
❤🐘 By the way, your keyboard typing sound is so satisfying to listen, oh gosh, makes me wanna go to Monkeytype
@elijahcruz88953 ай бұрын
I know this video is 1 year ago, but cool little tip: If you run "npm run dev" alongside of your "php artisan serve", you actually do get HMR, which includes edits to your blade files, livewire components, and more.
@ninjarogue3 ай бұрын
I’m surprised I’ve never come upon your channel before. Thank you for doing this! I enjoyed it.
@wtfdoiputhere4 ай бұрын
just came across your laravel video as a js dev and wondered if you're still enjoying laravel and your thoughts on it after a year now :)
@عليالعصفوري-ط4ض4 ай бұрын
You should try reverb it a built in web sockt server
@markurionn90044 ай бұрын
That _ _dashboard is an thing for universal translation syntax. So imagine you have site in ENG, DE, PL etc.. and depend of the locale of the user it will switch the language displayed. Btw.. @adamdotdev did you converted to laravel religion yet ?
@skigui14 ай бұрын
Lol
@DJ-pn9te4 ай бұрын
php is server base, so you will not have live reload, but cntrl F5, initiates a call to the server, which will then process, and send to the client instructions....(for creating the html, etc. in the DOM), and javascript will run after the DOM load.
@garyli17934 ай бұрын
2gb of node modules was so freaking funny at 2:59:00
@CNich904 ай бұрын
Love this take, down to earth facts. At the end of the day, never stop learning and make sure it’s fun.
@jaymason70974 ай бұрын
They give you all of that code out of the box to distract you away from the fact that it is written in php
@Secret15-Archive4 ай бұрын
Facebook, wordpress use php, wtf did u even create using whatever you use
@alfiejohng.casama65655 ай бұрын
you can literally live reload it using vite plugin.
@richyrose996 ай бұрын
dude where have you been? 😆
@carlweis6 ай бұрын
Where can I get your nvim theme? It looks like dracula, but muted and I want it! lol. Great content, just subscribed!
@michaelbrauner6 ай бұрын
Yes, I feel the same way! But I've never met anyone personally who feels the same way. Everywhere I work, the developers don't have side projects. They just want to do their job and then don't want to know anything more about it. It's nice to hear that someone ticks just like me!
@doichev-kostia6 ай бұрын
For the Vardump component you could do <Line number={counter++}> where counter is literally let counter = 1; No need in counting children, just copy paste the Line component and counting will adapt. For reference= 47:40
@perfect.stealth6 ай бұрын
inserts "always was meme"
@joshuaheathcote21166 ай бұрын
Everything you're doing with Livewire is server side rendered. Use InertiaJS with React or Vue and you will get the auto update of the UI.
@MaxHeadro0m6 ай бұрын
Look for the difference between "npm run dev" and "npm run watch"
@youssefbenlemlih7 ай бұрын
This felt like a breakup, but you are right. The constant pressure to create new concepts every year or so is too much to keep up with.
@OmarHarroud7 ай бұрын
Nestjs all the way
@mailslurp7 ай бұрын
you'll be back
@SPCPerez19Delta7 ай бұрын
I can't say enough about Laravel. I've used it for over a 11 years now I think and while I've been forced to stay within JS, since people are such elitests in our industry, but I reallllly miss Laravel. What's crazy is that PHP syntax is so similar to most scripting languages (which JS is) and so capable that people IMO again have been brainwashed into not having a real opinion.
@QueeeeenZ7 ай бұрын
Laravel is great for the backend. But you definitely want to build the frontend with a modern frontend framework like Next or Nuxt.
@EddyVinck7 ай бұрын
This was on my recommended today. Definitely want to check out Laravel sometime myself for a small project to try it.
@GabrielFermy7 ай бұрын
i always do run npm dev to enjoy the live reload you used to on javascriptland on the get go.
@friendly__drone93527 ай бұрын
I'm sold! I have to try this!
@johnnydenver-m8r7 ай бұрын
There is a whole team behind Laravel.
@perthDev7 ай бұрын
Jetstream looks amazing
@lucasven02007 ай бұрын
Great content adam, we all feel a little bit like that, I assure you. Just wish you produce more content here, it is really nice the way you are building this
@nexxai7 ай бұрын
Love this video! Was also wondering which NeoVim plugin you use to hide the .env values. Are you able to share? Thanks!
@adamdotdev7 ай бұрын
cloak! github.com/laytan/cloak.nvim
@nexxai7 ай бұрын
@@adamdotdev You're the best! Thank you!
@dipereira01237 ай бұрын
And let's not forget, PHP devs are the ones who see the most $ (just not on bank account tho 😅)
@rezhabahari8 ай бұрын
I think it's because the underlying code is already so strong, that anybody can easily abstract everything now.
@H4KnSL4K8 ай бұрын
Dude, why are you on a Mac? I don't know if I can trust your advice...