Php developer here for 10 years and laravel for 7 years. It get's the job done, smoothly and beautifully. That's what I can say.
@HartleySan3 ай бұрын
Absolutely!
@illegalsmirf3 ай бұрын
well that's just not good enough, u should be reimplementing ur backend every few months in the latest and greatest and migrating your database back and forth between MongoDB, PostgreSQL and the latest whatever.
@HartleySan3 ай бұрын
@@illegalsmirf Hehe! Yep! Exactly!
@raident293 ай бұрын
@@illegalsmirf i see what you did there lol!
@jonno0812 ай бұрын
do you use blade or a FE frame work? for the past 18 months or so I've been using Laravel for my API server and Angular as my FE. i quite enjoy this setup but in the back of my mind i wonder if i should just stick to laravel for both
@nicholasbell61283 ай бұрын
Laravel Developer here. The #4 - Documentation is a great point, they have really nailed it!
@hungry_khid10073 ай бұрын
I want to start I have done some raw php at school, which laravel stack should I use as a somewhat beginner in web development? Also, does laravel fix full page refresh? Also I've only use a little Javascript for front end but I hate it
@kdannothere3 ай бұрын
@@hungry_khid1007 you'd better start without starter kit so you won't get confused in the beginning. There are some tutorials on KZbin. You're welcome.
@nicholasbell61283 ай бұрын
@@hungry_khid1007 I think the stack that you use depends on what you want to achieve. We use Laravel, with either Inertia+Vue for the more bespoke User front-end, or use Filament PHP for the admin side of the apps I work on. I would recommend checking out Filament PHP, since you can code entirely in PHP (it uses Laravel Livewire under the hood, which I am fairly basically skilled in). Bear in mind, filament PHP is more for building apps, if you want to build a really beautiful interactive website I don't think you can do it without Javascript (not in a meaningful way). Both of these frontends avoid full page refresh most of the time.
@sagarkapasi0993 ай бұрын
Rehnede Bhai, Desi Channels Pe Ja @@hungry_khid1007
@jediampm3 ай бұрын
@@hungry_khid1007 you should search on google for laravel bootcamp, and try it. this will answer almost all your question. About full page refresh, you also will find the a answer, however you should try with js + xhr / fetch / axios or with a solution like htmx. ;)
@drao282 ай бұрын
Laravel's focussed efforts to simplify things for the dev has really made it shine. In a way, it has made php and full-stack development cool and enjoyable again. Its a welcome relief from the stress and fatigue of keeping up with constantly changing JS frameworks.
@TravisMedia2 ай бұрын
Nicely said
@abrahamarango8433 ай бұрын
Laravel + Inertia + {Vue,React,Svelte} is an unbeatable stack
@Lotenz-bl3dt3 ай бұрын
I literally tried it yesterday, never looking at any other framework EVER
@illiakyselov69133 ай бұрын
true but is it highly required nowdays? there is low percent of such stacks in market unfortunately
@Ali-lm7uw3 ай бұрын
What is inertia?
@HanifCarroll3 ай бұрын
@@Ali-lm7uw It's a JavaScript library + adapter that allows you to connect a back end framework to a page built with a front end framework. Instead of your back end being an API project that is completely separate from your front end, they're a bit more connected. Normally, in a server side rendered back end application, a controller will return a HTML template file that you can fill in with values from your app. Inertia lets you return a template written with your JS framework of choice, and you can pass values from your app to the component as props.
@ykristianhd2 ай бұрын
I love Laravel + Inertia
@JerLuis993 ай бұрын
when you embrace laravel, programming becomes fun again
@tuananhdo18703 ай бұрын
For me it’s react
@sagarkapasi0993 ай бұрын
@@tuananhdo1870React and Fun?
@LatenightDev2 ай бұрын
True
3 ай бұрын
After 14 years as a web developer I finally decided to create something with laravel last month and basically that's the only thing I'm doing since
@choanlpoto3 ай бұрын
Try symfony next ;)
@Lotenz-bl3dt3 ай бұрын
@@choanlpoto I tried Symphony after I tried Laravel, it is good. but there is a lot of tinkering to get the template you want
@gameinspiration15402 ай бұрын
tried symfony as a musician, S&M was good but the framework is garbage wasting my time
@kutmanamangeldiev2970Ай бұрын
How is it going?
@XEQTIONRZАй бұрын
@@choanlpoto .. Laravel is built on top of Symfony.
@rtothec12343 ай бұрын
What people like about PHP (and Ruby for that matter) is that Laravel and Symfony are pretty much the defacto frameworks and it’s an easy choice. Composer is the goto package manager. That’s it. With Ruby it’s RoR. With JavaScript, it’s fucking annoying and exhausting all the frameworks du jour. Then you wake up tomorrow and there’s another framework that is trying to supersede the previous ones. Same with the package manager. Which one is it? npm? yarn? pnpm? Make up your fucking mind people! You wanna get people confused and reluctant to your software then give them too many choices and never agree or reach consensus . In fact, fragment your ecosystem amongst frameworks and within your frameworks.
@datastatacian3 ай бұрын
framework of a framework of another framework on top of another framework.
@SinghinCA3 ай бұрын
I think you never heard abt package-lock.json
@EightNineOne3 ай бұрын
All trying to replicate a clunkier, more fragmented version of something Laravel or rails was doing in 2015
@HartleySan3 ай бұрын
So true!
@dixztube3 ай бұрын
Go !
@gramajocristianismael2822 ай бұрын
The best part about Laravel is that sometimes you don't need a big server, so you host on shared hosting (most of these services only support PHP and are usually cheap). And if you need to scale, it's relatively easier.
@devOnTheGo3 ай бұрын
I am a Laravel developer. when I started learning web development Laravel documentation helped me not give up on it.
@glennraya3 ай бұрын
Laravel is on a different level, it's already incredible before even more so today. Everything is just easy with Laravel when it comes to web development.
@michalfrantisek3 ай бұрын
Laravel drives our IoT business very well. It's a joy to develop with Laravel!
@nonefvnfvnjnjnjevjenjvonej33843 ай бұрын
Fantastic docs, smooth framework and Jeffrey Way. I think the fact that Jeffrey Way of Laracasts is one of the best technical teachers on the internet has a huge role to play in making Laravel what it is.
@elkanaajowi90933 ай бұрын
PHP Developer for over a decade, almost a year in Laravel, and it is really good. Maybe I don't know about other great tools but this one is sufficient, at least for now.
@samialghamdi93402 ай бұрын
I am the one who keeps trying different things all the time. My advice is to stick to it. It has been 5 years where I tinker with much stuff, but when it comes to doing reliable things, I blindly choose Laravel.
@ernestharuna2 ай бұрын
Laravel is a game changer. Those who don't use it are ignorant of its power and those who use it are constantly mind blown. :)
@cybertuffguy713 ай бұрын
20 years in PHP 100% love this video!!
@bororobo3805Күн бұрын
You have a Ferrari? 😂
@mjdev-i1p3 ай бұрын
I have worked with many technologies and so far i can say that laravel gives me the highest productivity. It is also very nice that the ecosystem is not so fragmented making dependency handling easy
@hungry_khid10073 ай бұрын
Do u use live wire or inertia with a vue/rect? I'm a beginner and I want to know which to use
@josea83203 ай бұрын
@@hungry_khid1007x2
@yogeshwarbarai96862 ай бұрын
Laravel is my first framework and my gateway to Software Industry. It helped me, became my bread and butter of my life. Helped me switched to Software from my previous profession. Documentation of Laravel is just awesome and love so much that i don't like other documentation xD . Addicted to its migration feature, seeder. Framework is so flexible to all needs. With upcoming php 9 and 10 which boost php power as whole will be game changer.
@ThrowBackZone3 ай бұрын
I've been a Laravel fan for years, but this new funding and Laravel Cloud? Game changer! 💥
@Neverhood.2 ай бұрын
I'm currently into web development, but my heart always pulls me back to Laravel. I'm diligently studying and would gladly welcome any advice, roadmaps, or courses, as I'm very new to it. Please wish me success!
@Necropheliac2 ай бұрын
Once I tried inertiaJS I couldn’t go back. The PHP back end is really elegant, and the front-backend integration is so smooth. I like coding in JavaScript when the project is new, but when a project sprawls out in size it can get really frustrating and ugly to look at. The PHP code when done properly just seems to keep everything bite size and simple to understand and work on. Even when the project gets really large, the code is correctly compartmented into a file for its relevant concern. It just feels cleaner.
@antoniocs88733 ай бұрын
Have you seen Symfonys documentation? One of the best I've seen. And also has a big slack community.
@manfroma3 ай бұрын
ART
@TravisMedia3 ай бұрын
I have honestly never used Symfony. I’ll check it out. Thanks for mentioning.
@forevernoob973 ай бұрын
Symfony is seriously underrated!!!! Best framework in my opinion. The marketing team there seriously need to up their gane.
@youaskforit3 ай бұрын
I used Symfony in the old days with propel ORM. Nowadays, I used laravel though.
@HT-hj5jp3 ай бұрын
Symfony's documentation won't give you a production code; it will only give you a glue of the concept and API they expose. Very unpractical, with a lot of unnecessarily complicated boilerplate (and source) code and YAML configurations. That's what Symfony is all about. It is seriously overrated among guys who use it and they can't even give objective arguments why. They spent that insanely huge amount of time learning it they don't want to learn something else. They will say that Laravel has facades or an Active Record ORM and that's ruining the world so we need to continue using Symfony... Give yourself a favor and leave it alone.
@Broxerlol3 ай бұрын
Laravel is fine. Most non-JS frameworks are. Biggest con is the job opportunities.
@TravisMedia3 ай бұрын
That’s true
@sjwatts203 ай бұрын
Depends on country. Things are very very different outside the USA. UK is very much a PHP dominated market
@_TJProductions3 ай бұрын
True for the US. I’m from the UK, and the job opportunities are very good for PHP and Laravel.
@Dgmstudios403 ай бұрын
The funny thing is that if more companies started using Laravel, they wouldn't need to hire as many people to manage their apps. It would just work lol
@mouctechy3 ай бұрын
For Web development, Laravel is always my favourite ❤❤. Simple MVC, Clean very fast. Within minutes, your product is accessible on the Web. The Docs cover every aspect of the framework, with bootcamps, great details and we'll structured. Grateful to the Laravel Team & Community ❤❤
2 ай бұрын
Great insight, I am using Laravel since 2022 and it is a great tool :)
@jediampm3 ай бұрын
Hi, Laravel has a good Docs, however Symfony has better. And one thing that almost everyone dont pay attention or dont care, is the fact that laravel under the hood use some components / libs of Symfony. Symfony never was only framework, It has stand alone components and since Symfony version 5 is more like Vuejs, a progressive framework, where in symfony you start only as a router, if you only want as web API, you choose your own ORM or even use it without it. Add a view engine, if you are creating traditional web app, like twig or choose other or go with plain php, your choice. Ssymfony is not bloated when you start, like laravel, symfony start small. And to finish, symfony take advantage on latest feature of PHP when they are available, for example PHP attributes, released on php 8.0, symfony in next version was already use it in the routing system where laravel only now since this month it start take advantage with few attributes, only after 4 years. LOL. 😱
@ivanjelenic56273 ай бұрын
No. Laravel docs are much better. And Laravel is simply better and simpler than Symfony for a vast majority of people.
@jediampm3 ай бұрын
@@ivanjelenic5627 Lol. Recommend you to read the docs of symfony. For me , Laravel only has this 2 positive points better than symfony; - Great integration with modern frontend solutions ( even with some costs over time) - it is thanks to laracast with great and free content, in my opinion, that makes a big diff and of course nowadays exist a lot of content on youtube and on learning plataforms than symfony ( which even has something similar to laracast) With symfony as a framework ( because exist also symfony components which some for example laravel use), give you choices, install it as full framework with everything you already setup and ready to create websites or web apps or start small and simple as router and install only the packages / components you think you need. And your are always using the latest features of PHP. Just see how simple and clean the routing system of symfony is. With laravel, you only have one place and a way to define routes. Be prepare to organize your routes, even routes as resources or groups, always will exist a lot of definitions and you wll have to find a way to organize and keep it clean. This is not a exclusive problem of laravel, this can happen in another php framework like cakePHP, phaconPHP, CI4 (however they have other alternative way to define routes) and even in other framework on js universe backend or frontend. Another problem with laravel: is bloated , even that they start to trim it, However in the wrong way, They should look at what symfony and node js version of laravel, call adonisJS did. Start small and simple. What i mean being bloated ? for example if you are building a Web api, why you need a template engine installed, why you need a package for session or cookies, why you need things related to frontend. The official or not official packages should only be install when you need it. This is a problem on ecosystem of some frameworks on PHP, JS, etc,
@gullijons91353 ай бұрын
Symfony's documentation was the best a while back but Laravel really raised the bar. Symfony has been catching up in recent years but still has some work do to, and I say this as a developer who would pick Symfony over Laravel any day of the week.
@retrogamer84403 ай бұрын
that documenation part is spot on,reading laravel docs was smooth and straightforward,unlike .net asp,just find the right docs was a headache
@ryanb5093 ай бұрын
2:20 Not to mention if its an SPA like app you want, Laravel has you covered with Interntia for Vue or React front ends, or Livewire's new SPA mode (which while not strictly an actual SPA operates like one by just switching out the parts of the DOM that change instead of a full reload).
@anasouardini3 ай бұрын
I don't wish for Nextjs to go full throttle on opinionating stuff, but I wish for more stacks to popup for easier project kick-start. Tho, very few people need to kick-start lots of project in a short period of time.
@magnusvaughan76643 ай бұрын
I'd add Laracasts to this list.
@modernometry25383 ай бұрын
I started using Laravel (as a professional) a few months ago. For doing the same thing, you often write less lines of code than with Symfony. But I think Symfony has a better documentation and more flexibility.
@stefanointroini60013 ай бұрын
Laravel, Inertia, Vue and Tailwind, the best stack on planet❤
@jimb65543 ай бұрын
Those 2 memes in the beginning had me rolling
@jay.jaroszАй бұрын
I love all the positivity from Laravel users in the comments, has me excited to give it a try myself!
@BneiAnusimАй бұрын
I own a marketing company, I run in WordPress but I've been refreshing my Laravel skills for two weeks because I think I'm moving all my sites to Laravel in the near future.
@sparkerkhan5772 ай бұрын
Give me some suggestions.Currently i am learning MERN stack and have done html/css/js/react and now on next js. Should i have to learn Laravel or go for node.js like MERN stack is so saturated now
@samialghamdi93402 ай бұрын
If you want to play with cool stuff, go with the JS ecosystem. For reliable, real-world tasks that save time, choose Laravel and PHP. In all cases, the tools should fit the purpose you need. And for me , Laravel is all I need for my life.
@samialghamdi93402 ай бұрын
I also need Python and plain JS. Just exaggeration.
@mrrolandlawrence2 ай бұрын
was a WP dev for over 10 years. Laravel is something im giving serious consideration to move over too now especially with the latest fallout.
@princeani39293 ай бұрын
People confuse paths. Enterprise developer; full stack midsize; freelance developer; startup developer All have common denominators but are very different. Influencers like being controversial for views and confuse newbies. Rough times.
@TravisMedia3 ай бұрын
You overthought this video
@princeani39293 ай бұрын
@@TravisMedia I wasn’t strictly talking about this video/you even tho you bashed .net because of Microsoft even though the documentation is comprehensive. But my point was these are all tools it’s not one or the other. Saying a shovel is better than an excavator because it’s ergonomic is not only wrong but short sited. I like your videos. I just wanted to share that with the channel.
@hungry_khid10073 ай бұрын
@@TravisMediayea he did
@princeani39293 ай бұрын
My response is gone lol 😂
@jonno0812 ай бұрын
to be fair I don't he was talking about you. i think he meant many of those influencers who dump on laravel or php etc do so just for the clicks
@mvellandi3 ай бұрын
Great coverage! I’m totally all for batteries-included, convention over configuration. It’s enough already on one’s plate to ship accessible, SEO friendly, responsive apps with decent UX, error handling, appropriate schema designs, integration with 3rd party services, metrics, testing, deployment… That said, I come from using Phoenix (Elixir) which also has excellent docs and conventions, but doesn’t promote a full-suite of great available utilities
@rodrigorios783 ай бұрын
2:00 wait until people find out that you can use React as the view layer of Laravel (with components, interaction, spa navigation, and everything else), and you don't need to wire up several packages together just to have basic authentication, caching, queueing, mailing, and other stuff that comes out of the box in Laravel.
@tuananhdo18703 ай бұрын
Wire up several package is ok. Because you understand and can modify them
@blubblurb3 ай бұрын
If you are thinking about Inertia, I'm doing a project with it but I am now thinking about replacing it by just doing classical SPA and Laravel for the Backend I think it's just easier. If you are ok with basically reloading the page on every state update Inertia is ok. But if you have a mix of Ajax calls and page reloads it's hard to master.
@rodrigorios783 ай бұрын
@@tuananhdo1870 I understand that some projects have specific needs, but Laravel allows you to modify stuff too, via the container.
@rodrigorios783 ай бұрын
@@blubblurb you're not supposed to be getting page reloads when the state changes, but only when navigation occurs. Are you sure you're not using some form of `Inertia.reload()`?
@blubblurb3 ай бұрын
@@rodrigorios78 Oh I do router.reload() on purpose, because I do some Ajax calls and the same page needs to reflect the change of that data. But it would be easier if I could just do the ajax request and change the state after the call using JS. But that's not how it works with inertia. The reload is not really visible for the user, so I don't mind it too much. Simple example, delete an item of the list. Instead of removing that item from the state after the ajax call you would do router.reload() or instead of ajax + router.reload you would do router.visit in one call. But anyway you would usually return the full new state in that call.
@rajausamah75693 ай бұрын
no matter how much you hate js you cant completely ditch js and you dont need fancy frameworks to get job done with vanilla js jamstack you can build any application
@MonospaceMentor3 ай бұрын
As a long-time Ruby developer, I disagree on some minor points 😉, but I'm fully on board with making pragmatic choices that don't depend on the flavour of the month.
@samuelwilliam17103 ай бұрын
i love your videos,.... i saved some of your videos in media wallet so i could revisit them for future references. please continue to make these typa content
@matthieu8753 ай бұрын
i personally switched to golang it's easy elegant & fast + the standard lib is huge
@dotesislifeeee3 ай бұрын
Its because laravel is complete. From the routings, migrations, ORM, queueing, etc.. It all comes during installation unlike in any other framework like Nodejs express where you have to install all the packages you need.
@animanaut3 ай бұрын
i noticed personally, the use of ctrl-shift-f5 has increased for me since the raise of SPAs. which page refresh is worse: the actual needed one or the one i am forced to do bc the FE tries to be clever, fails and gets stuck somewhere??? the latter one is the worse UX as it completely undoes all of the pretended benefits. just fetch the damn page. i can wait.
@HarpreetSingh-n9e2n2 ай бұрын
So react + php? I want to learn php but always been told not to lol use next.js or etc but I cant deal with next.js
@jazzynikoАй бұрын
How much PHP do i need to know before learning Laravel? Installing, setting up stuff or deploying to a Linux server is what i like the most 😊 I'm finishing the OOP section of PHP & MySQL by Jon ducket. Do i need to complete the book like going into database driven web sites? How much SQL should i know? How much OOP PHP should I know? I've already build some responsive websites with html css and bootstrap.
@yaboilasthopeАй бұрын
leran basic sql queries upadte delete select and stuff learn first leanr php and get really good with php oop interfaces and stuff them come to laravel php oop is the key to mastering laravel
@SilverPaladin14 күн бұрын
The thing about page refresh is all the state is from the server, so development is simpler and faster. Plus the speed of the web these days, a page refresh is hardly noticeable anymore. If I want to refresh just a portion, a few commands with htmx and I am done.
@reze_dev3 ай бұрын
I used to love Laravel with Livewire, but i prefer Sveltekit
@emmanuelezeagwula74363 ай бұрын
tell me about it
@apisaga3 ай бұрын
i love both
@charlesbcraig3 ай бұрын
SvelteKit DX is just so good. Also, once the client side router loads, its page navigation performance is amazing compared to loading a new page each time.
@reze_dev3 ай бұрын
@@charlesbcraig Yeah, I wonder why not so many big projects use Sveltekit.
@charlesbcraig3 ай бұрын
@@reze_dev it’s still “new” compared to other mainstream frameworks. Svelte 5 is going to have even better performance. I’ve been running my own comparisons of Svelte vs Astro vs Qwik. Yes, the other two have a marginal first time load performance advantage, but after that you’re only loading a few KB at a time. Amazing for slower connections
I’m a React/NextJS developer and loving its capabilities. In the past worked with PHP more than a decade and used Laravel briefly (never liked PHP syntax and workflow due to classes and namespaces). But I want to congratulate Laravel team because they used similar hype of JS frameworks with fancy micro service titles, features and branding to revive PHP popularity again. Apparently React’s full-stack approach gave them an opportunity to shine and I must say they do a great job spreading the word.
@Dgmstudios403 ай бұрын
Yikes
@laminbarrow3 ай бұрын
Ruby on Rails, the framework that set the standard for MVC frameworks since its introduction in 2005, has been widely influential. If a new developer were to ask whether to pursue PHP Laravel or another path, I would advise them to consider JavaScript technologies like NodeJS, React, and Next.js, along with SQL and NoSQL databases such as MongoDB. This recommendation is based on the earning potential, as developers specializing in these technologies tend to have higher salaries compared to those focusing on PHP-based development.
@laminbarrow3 ай бұрын
Also, because JavaScript as a language and skillset is easily transferable to other platforms such as building desktop based applications with Electron and mobile applications with React Native.
@losmandev3 ай бұрын
looks like an ai generated response lol
@MrKyriakos323 ай бұрын
@@losmandev looks like it but its honest and realistic, I share the same opinion
@eacardenase3 ай бұрын
I would only consider focusing on JavaScript taking into account the potential to also build mobile apps via React Native and just by sharing components with a web based React application. However, if I’m a solo developer trying to build product, I would just use Laravel or Rails, just because of how quickly you can ship.
@datguy41043 ай бұрын
Thank you Mr. GPT.
@Novia5555Ай бұрын
Laract here! Yes, it less painfull for making website with it.
@MrXperx3 ай бұрын
Why not Rails or Spring Boot? Why Laravel? Why not NestJS with a templating library?
@remy85873 ай бұрын
Honeslty Django has it all and should be mentioned more.
@DevCyberOps3 ай бұрын
I started with Django(It's still my favorite) and that's right - Django has it all. But Laravel's Documentation is so much good.
@oboynitro3 ай бұрын
@@DevCyberOps and laravel’s great adoption for building frontend (full stack) projects makes me like it a bit more than django 😊
@neugey3 ай бұрын
I also think the simple-page app phenomenon has also started to wear out its welcome.
@nightshade4273 ай бұрын
I like rails and nuxt
@TheHronarАй бұрын
Opinions make for fast development, when those opinions coincide with your requirements
@EightNineOne3 ай бұрын
Big fan of both rails and laravel. One thing I’d say is the “quietness” of the rails community is that it has some benefits. Rails devs have just got their heads down, doing stuff. Once you enter the ecosystem you begin to realise the sheer number of products still built with it. The community itself is incredibly friendly, filled to the brim with knowledgeable people keen to share that knowledge in a positive way. It’s probably the nicest dev community I’ve come across. Even moreso than Laravel, which is also generally very friendly. The thing rails could really do with, is their version of laracasts. Gorails exists but it doesn’t have quite the same energy or coverage
@TravisMedia3 ай бұрын
Thanks for sharing this
@choanlpoto3 ай бұрын
You people from USA act like symfony doesn’t even exist ! Insane when it’s more robust, fast and easy than laravel
@TravisMedia3 ай бұрын
@@choanlpoto 🤷
@SamehMustafa0073 ай бұрын
What about angular?
@aleatennu3833 ай бұрын
What's you opinion on NestJS
@imrankhan42593 ай бұрын
As .Net developer and who has used Laravel (v7 to v10) for my side project its true the Laravel have way better documentation.
@nikosnw97935 күн бұрын
What about Django though? Not even mentioned once
@hakanaki3 ай бұрын
Why don't we have frameworks like Laravel and Django for Javascript, is there something we don't know?
@jasinrefiku29143 ай бұрын
Angular?
@jamie.thorpe3 ай бұрын
AdonisJS. Haven’t looked at it in a while, but being the JS Laravel seemed to be the goal.
@remusomega3 ай бұрын
I use react pure client side with Django as my backend. It’s great. Except for migrations.
@youarethecssformyhtml3 ай бұрын
@@jasinrefiku2914angular isn't a a backend framework
@youarethecssformyhtml3 ай бұрын
We have. AdonisJS.
@flogginga_dead_horse40223 ай бұрын
Sorry I got to the part where you said Laravel didn't have fan bois and I nearly spit out my red bull. That community was the biggest fan community I ever experienced, Taylor "Lambo" Otwell could do no wrong and if you said anything bad about him you were immediately attacked. Super toxic a few years ago.
@jonno0812 ай бұрын
but that's not a Laravel thing. that's an every language / framework thing. just think pythonistas. those fan boys even have a name. which for some reason just makes me think of coffee
@imqqmi2 ай бұрын
Would Larafellas work? 😉
@gameinspiration15402 ай бұрын
Hahaha, pythonists even say that PHP developers code in index.php file these days!
@AdilKhan-vf2es3 ай бұрын
Has anyone noticed the job market for Laravel drop or increase?
@codernerd70763 ай бұрын
It's under the low-paid PHP jobs and there was a huge drop last year of Laravel/php related jobs
@AdilKhan-vf2es3 ай бұрын
@@codernerd7076 should focus on MERN or React with Python?
@AdilKhan-vf2es3 ай бұрын
@@codernerd7076 which would you recommend... MERN or python and react?
@yashuabaryosef44133 ай бұрын
The job market has definitely seen a downturn, and Laravel seems to be struggling to maintain its relevance. It appears that they’re trying to revive interest by leveraging social media influencers for promotion. While Laravel is a decent framework, it’s extremely opinionated and built on top of PHP, which has a mixed reputation. Over the years, it has improved by incorporating elements from languages like C#, Java, and JavaScript. Personally, I enjoyed using Laravel up until version 7. However, the frequent major version releases one every year have become a significant burden, as they require constant updates to keep your applications up to date. Lack of built-in generics in PHP is one of the things that makes type-hinting in PHP a nightmare. They're still one step behind the big players like Java and C# when we talk about enterprise application.
@EightNineOne3 ай бұрын
@@yashuabaryosef4413 great nuanced answer! For large scale, it really does not hold up as well as the likes of Java/modern .net and for smaller, more agile teams…honestly I’d just go with rails now. You don’t have the same development pace in Laravel and despite rails’ reputation, it’s much less restrictive than Laravel and holds together better when you need to do novel things with the framework. If you’re just serving an API, I’d still probably go with rails, I prefer active record to eloquent, rails routing is immensely good and rails is also a little faster than Laravel.
@martinkordas7130Ай бұрын
Laravel docs is great. However the article submenu is not sticky and I must always scroll up to see it again, which is annoying. 😒 I solved it by creating a custom stylesheet which makes the menu stick to the right side of the page. Much better experience! 😏
@sadiqumar18Ай бұрын
Have you tried making a PR for it ? It feels annoying honestly 😢
@HridoyKhan-nf9le2 ай бұрын
I am learning laravel. Its very good, But using it as api for backend it gives less help. like no starter kit for api. there is breeze api but need to edit a lot to work with it for api. other problem i encountered is if i am using it as an api when i sent mail for reset password or mail verification i need to edit the code in appservice provider for appending frontend url. or it will send the link with backend url. I think laravel framwork is focusing on full stack using inertia . it gives less support in api development.
@indigoram893 ай бұрын
php and laravel are very powerful tools
@gcornelisse2 ай бұрын
PHP has been my primary language since 1998. I don't generally use Laravel. Not because I wouldn't use Laravel, because my software is so specific and the opinions do get in the way for my requirements. I build my own light-weight framework with many of the same packages. But, guess where I go first when I want to see how someone else has solved a problem in a elegant manner ...the Laravel docs. If I wanted to spin up a typical SaaS, I'd go straight to Laravel. All these languages are just a tool. Pick the one(s) for you. I still do a ton of JS/React, etc.
@anasouardini3 ай бұрын
I like Laravel as a back-end Framework, that's it: Inertia is not a good solution to the integration issue.
@remusomega3 ай бұрын
I barely understand how we are comparing react (basically frontend) with an MVC framework
@TheCodeholic3 ай бұрын
Laravel has everything you ever need to build real world applications and it get better and better every week.
@thangtran31123 ай бұрын
While Laravel is fun, and for hobbiest. To be honest, the ecosystem, community ,libraries around React, Angular, Vue, NextJS are much much bigger. The prospect for Laravel in Enterprise apps is tiny
@gokul2003g3 ай бұрын
I tend to switch frameworks pretty often so I don't get stagnant. Next is Laravel! Anyone has any cool project ideas, drop a comment! 😄
@zahash10453 ай бұрын
shut up 😄
@gokul2003g3 ай бұрын
@@zahash1045 🤥 that's mean
@samuelakinnuoye99383 ай бұрын
What about a social media chatting app, where users can have star progress increase depending on how long they stay on the app. From Novice to legend star progress. 6-7 star progress in between novice and legend. just a simple interface like WhatsApp, users create their group themselves to chat with friends and family. A group where user can boost their star progress also by engaging in ai generated games in different fields. e.g sport, programming etc. leader board page with points earned.
@mohammadseddighi55013 ай бұрын
if you need simple things that's only be enough for small projects (like email as you said) yeah go use laravel, but it's never gonna be enough for big projects and if your program become popular your gonna face big issues
@jonno0812 ай бұрын
i use it on some fairly busy sites (several thousand visitors at peak times). no issues. granted its not millions of visitors but its a decent amout of users......
@myst.youtubeАй бұрын
How about springboot?
@BneiAnusimАй бұрын
4:00, I'm on Laravel because of RoR. 😉
@theybecameus3 ай бұрын
U shifted to PHP and Laravel after 6 years in React and NextJS
@TravisMedia3 ай бұрын
I never really “shift.” Different tasks take different tools. And some are more enjoyable that others (also subjective statement)
@HENDZZ_SHORT3 ай бұрын
Love for Remix❤
@MunyaradziRangaIncrease2 ай бұрын
I often wonder what laravel would look like if it was developed in a strongly typed language like saaaay C#
@last.journey3 ай бұрын
Now the question is If it's that good why it's not taking over many frameworks either backend or frontend Like in my place no one using it
@omokaroelliot19423 ай бұрын
Because nothing can replace js, and it freedom to build your customize app tailored to your needs, lavaral is just too one sided, which is a risk for companies
@imbayi3 ай бұрын
It won’t take over unless all the 12 week boot camps start teaching it.
@sheharyarkhan71693 ай бұрын
I'd love to know your thoughts on Nest JS
@codernerd70763 ай бұрын
They just toke the Angular way and dropped it on top of Express/Fasify
@sheharyarkhan71693 ай бұрын
@@codernerd7076 is that a good thing? a bad thing? How does it compare to laravel?
@TravisMedia3 ай бұрын
Nest is a little bit too niche when I last checked it out.
@smartjackasswisdom14673 ай бұрын
@TravisMedia Nah, check it out again. It's awesome.
@yehaa003 ай бұрын
Nestjs is basically express with a lot of sugar coat in angular style, the benefits is more towards DX rather than end user
@kaseyc50782 ай бұрын
Still love next.js
@TravisMedia2 ай бұрын
I understand. It’s not going anywhere. In fact, it’s a necessity these days.
@andreas_tech3 ай бұрын
React native is what i need to build apps. Can laravel / php help with that??! That is the question.
@TravisMedia3 ай бұрын
No, those are two different things
@TheYinyangman3 ай бұрын
Next is a Static Site Generator, Laravel is not
@BoolFalse3 ай бұрын
Laravel v5.8 + queue jobs features from the v8 was the best version of Laravel.. basically everything else is just hype inspired from non-stable JS world
@kalist89383 ай бұрын
Laravel seems good but I m not a big fan of Livewire, sad. I prefer my Rails and Hotwire framework for my personal projects.
@stevewalker17903 ай бұрын
Yeah, i love JS sytanx but JS-land has nothing that can truly be considered "full stack"
@abrahimzaman3603 ай бұрын
I use adonis
@flogginga_dead_horse40223 ай бұрын
Never like Ruby either. Used Laravel off on and for years but haven't used it for about 5. Have to disagree about .Net. It may not have all the docs in one place but the support and training for it are everywhere.
@TravisMedia3 ай бұрын
Gotcha. I’m actually a huge fan of .NET
@its_Khoa3 ай бұрын
No, you must be out of your mind to say thats first time laravel user like it in 2024, because i dont. Its full of abstraction. Its not slow or bad and it has some level of community but i genuinely dont think you should start laravel in 2024 just because of the syntax and weird orm like Eloquent, personally i prefer something like sqlc or prisma. And the server setup is a madness compared to js. You really need to dig up a lot of deps from years ago
@sadiulhakim78143 ай бұрын
Laravel is good
@cb733 ай бұрын
“The campfire app that came out recently” were you joking? lol😂
@berkepalamutcu93973 ай бұрын
well you can actually use nextjs along with laravel...
@TravisMedia3 ай бұрын
together? or separately?
@berkepalamutcu93973 ай бұрын
@@TravisMedia you can use laravel for API building and DB interaction while using nextjs for SSR
@cuts_pro_trick3 ай бұрын
@@TravisMediausing laravel breeze starter kit which is official
@gabrielnzete89132 ай бұрын
there is no framework documentation on earth that compares to Laravel, I started out with laravel and moved to netcore but laravel's documentation can not be compared to
@malcomgreen47473 ай бұрын
I hope laravel wont became the next vercel or heroku
@jonno0812 ай бұрын
what's wrong with Vercel? i use them for my Vue apps??
@anasouardini3 ай бұрын
Nextjs's way of doing middleware is a joke 😆I always use tRPC with it.