What’s Up with Laravel? It’s Everywhere, and Here’s Why!

แชร์
ฝัง

ความคิดเห็น • 350

  • @raident29
    @raident29 2 หลายเดือนก่อน +138

    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.

    • @HartleySan
      @HartleySan 2 หลายเดือนก่อน +1

      Absolutely!

    • @illegalsmirf
      @illegalsmirf 2 หลายเดือนก่อน +6

      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.

    • @HartleySan
      @HartleySan 2 หลายเดือนก่อน +1

      @@illegalsmirf Hehe! Yep! Exactly!

    • @raident29
      @raident29 2 หลายเดือนก่อน +2

      @@illegalsmirf i see what you did there lol!

    • @jonno081
      @jonno081 หลายเดือนก่อน +2

      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

  • @nicholasbell6128
    @nicholasbell6128 2 หลายเดือนก่อน +125

    Laravel Developer here. The #4 - Documentation is a great point, they have really nailed it!

    • @hungry_khid1007
      @hungry_khid1007 2 หลายเดือนก่อน +2

      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

    • @kdannothere
      @kdannothere 2 หลายเดือนก่อน

      ​@@hungry_khid1007 you'd better start without starter kit so you won't get confused in the beginning. There are some tutorials on TH-cam. You're welcome.

    • @nicholasbell6128
      @nicholasbell6128 2 หลายเดือนก่อน

      @@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.

    • @sagarkapasi099
      @sagarkapasi099 2 หลายเดือนก่อน

      Rehnede Bhai, Desi Channels Pe Ja ​@@hungry_khid1007

    • @jediampm
      @jediampm 2 หลายเดือนก่อน

      @@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. ;)

  •  2 หลายเดือนก่อน +41

    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

    • @choanlpoto
      @choanlpoto 2 หลายเดือนก่อน +2

      Try symfony next ;)

    • @Lotenz-bl3dt
      @Lotenz-bl3dt 2 หลายเดือนก่อน

      @@choanlpoto I tried Symphony after I tried Laravel, it is good. but there is a lot of tinkering to get the template you want

    • @gameinspiration1540
      @gameinspiration1540 หลายเดือนก่อน +1

      tried symfony as a musician, S&M was good but the framework is garbage wasting my time

    • @kutmanamangeldiev2970
      @kutmanamangeldiev2970 21 วันที่ผ่านมา +1

      How is it going?

    • @XEQTIONRZ
      @XEQTIONRZ 18 วันที่ผ่านมา

      @@choanlpoto .. Laravel is built on top of Symfony.

  • @drao28
    @drao28 หลายเดือนก่อน +11

    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.

    • @TravisMedia
      @TravisMedia  หลายเดือนก่อน +1

      Nicely said

  • @abrahamarango843
    @abrahamarango843 2 หลายเดือนก่อน +42

    Laravel + Inertia + {Vue,React,Svelte} is an unbeatable stack

    • @Lotenz-bl3dt
      @Lotenz-bl3dt 2 หลายเดือนก่อน +4

      I literally tried it yesterday, never looking at any other framework EVER

    • @illiakyselov6913
      @illiakyselov6913 2 หลายเดือนก่อน +1

      true
      but is it highly required nowdays?
      there is low percent of such stacks in market unfortunately

    • @Ali-lm7uw
      @Ali-lm7uw หลายเดือนก่อน +1

      What is inertia?

    • @HanifCarroll
      @HanifCarroll หลายเดือนก่อน +8

      @@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.

    • @ykristianhd
      @ykristianhd หลายเดือนก่อน +1

      I love Laravel + Inertia

  • @JerLuis99
    @JerLuis99 2 หลายเดือนก่อน +67

    when you embrace laravel, programming becomes fun again

    • @tuananhdo1870
      @tuananhdo1870 2 หลายเดือนก่อน +3

      For me it’s react

    • @sagarkapasi099
      @sagarkapasi099 2 หลายเดือนก่อน

      ​@@tuananhdo1870React and Fun?

    • @LatenightDev
      @LatenightDev หลายเดือนก่อน +1

      True

  • @glennraya
    @glennraya 2 หลายเดือนก่อน +25

    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.

  • @rtothec1234
    @rtothec1234 2 หลายเดือนก่อน +82

    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.

    • @datastatacian
      @datastatacian 2 หลายเดือนก่อน +12

      framework of a framework of another framework on top of another framework.

    • @SinghinCA
      @SinghinCA 2 หลายเดือนก่อน

      I think you never heard abt package-lock.json

    • @EightNineOne
      @EightNineOne 2 หลายเดือนก่อน +10

      All trying to replicate a clunkier, more fragmented version of something Laravel or rails was doing in 2015

    • @HartleySan
      @HartleySan 2 หลายเดือนก่อน

      So true!

    • @dixztube
      @dixztube 2 หลายเดือนก่อน

      Go !

  • @gramajocristianismael282
    @gramajocristianismael282 หลายเดือนก่อน +4

    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.

  • @michalfrantisek
    @michalfrantisek 2 หลายเดือนก่อน +6

    Laravel drives our IoT business very well. It's a joy to develop with Laravel!

  • @elkanaajowi9093
    @elkanaajowi9093 2 หลายเดือนก่อน +6

    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.

    • @samialghamdi9340
      @samialghamdi9340 23 วันที่ผ่านมา +1

      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.

  • @devOnTheGo
    @devOnTheGo หลายเดือนก่อน +2

    I am a Laravel developer. when I started learning web development Laravel documentation helped me not give up on it.

  • @nonefvnfvnjnjnjevjenjvonej3384
    @nonefvnfvnjnjnjevjenjvonej3384 2 หลายเดือนก่อน +4

    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.

  • @ernestharuna
    @ernestharuna หลายเดือนก่อน +3

    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. :)

  • @mjdev-i1p
    @mjdev-i1p 2 หลายเดือนก่อน +5

    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_khid1007
      @hungry_khid1007 2 หลายเดือนก่อน +1

      Do u use live wire or inertia with a vue/rect? I'm a beginner and I want to know which to use

    • @josea8320
      @josea8320 2 หลายเดือนก่อน

      @@hungry_khid1007x2

  • @mouctechy
    @mouctechy 2 หลายเดือนก่อน +10

    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 ❤❤

  • @mertdr
    @mertdr 2 หลายเดือนก่อน +2

    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.

  • @Neverhood.
    @Neverhood. หลายเดือนก่อน +1

    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!

  • @ThrowBackZone
    @ThrowBackZone 2 หลายเดือนก่อน +2

    I've been a Laravel fan for years, but this new funding and Laravel Cloud? Game changer! 💥

  • @cybertuffguy71
    @cybertuffguy71 หลายเดือนก่อน +2

    20 years in PHP 100% love this video!!

  • @TheCodeholic
    @TheCodeholic 2 หลายเดือนก่อน +2

    Laravel has everything you ever need to build real world applications and it get better and better every week.

  •  28 วันที่ผ่านมา +1

    Great insight, I am using Laravel since 2022 and it is a great tool :)

  • @stefanointroini6001
    @stefanointroini6001 2 หลายเดือนก่อน +3

    Laravel, Inertia, Vue and Tailwind, the best stack on planet❤

  • @jimb6554
    @jimb6554 2 หลายเดือนก่อน +19

    Those 2 memes in the beginning had me rolling

  • @jay.jarosz
    @jay.jarosz 20 วันที่ผ่านมา

    I love all the positivity from Laravel users in the comments, has me excited to give it a try myself!

  • @Broxerlol
    @Broxerlol 2 หลายเดือนก่อน +10

    Laravel is fine. Most non-JS frameworks are. Biggest con is the job opportunities.

    • @TravisMedia
      @TravisMedia  2 หลายเดือนก่อน +1

      That’s true

    • @sjwatts20
      @sjwatts20 2 หลายเดือนก่อน +4

      Depends on country. Things are very very different outside the USA. UK is very much a PHP dominated market

    • @_TJProductions
      @_TJProductions 2 หลายเดือนก่อน +1

      True for the US. I’m from the UK, and the job opportunities are very good for PHP and Laravel.

    • @Dgmstudios40
      @Dgmstudios40 หลายเดือนก่อน

      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

  • @retrogamer8440
    @retrogamer8440 2 หลายเดือนก่อน +1

    that documenation part is spot on,reading laravel docs was smooth and straightforward,unlike .net asp,just find the right docs was a headache

  • @yogeshwarbarai9686
    @yogeshwarbarai9686 หลายเดือนก่อน

    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.

  • @BneiAnusim
    @BneiAnusim 18 วันที่ผ่านมา

    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.

  • @mrrolandlawrence
    @mrrolandlawrence หลายเดือนก่อน

    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.

  • @antoniocs8873
    @antoniocs8873 2 หลายเดือนก่อน +19

    Have you seen Symfonys documentation? One of the best I've seen.
    And also has a big slack community.

    • @manfroma
      @manfroma 2 หลายเดือนก่อน

      ART

    • @TravisMedia
      @TravisMedia  2 หลายเดือนก่อน +1

      I have honestly never used Symfony. I’ll check it out. Thanks for mentioning.

    • @forevernoob97
      @forevernoob97 2 หลายเดือนก่อน +1

      Symfony is seriously underrated!!!! Best framework in my opinion. The marketing team there seriously need to up their gane.

    • @youaskforit
      @youaskforit 2 หลายเดือนก่อน

      I used Symfony in the old days with propel ORM. Nowadays, I used laravel though.

    • @HT-hj5jp
      @HT-hj5jp หลายเดือนก่อน

      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.

  • @princeani3929
    @princeani3929 2 หลายเดือนก่อน +31

    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.

    • @TravisMedia
      @TravisMedia  2 หลายเดือนก่อน +7

      You overthought this video

    • @princeani3929
      @princeani3929 2 หลายเดือนก่อน

      @@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_khid1007
      @hungry_khid1007 2 หลายเดือนก่อน +1

      ​@@TravisMediayea he did

    • @princeani3929
      @princeani3929 2 หลายเดือนก่อน +1

      My response is gone lol 😂

    • @jonno081
      @jonno081 หลายเดือนก่อน +2

      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

  • @jediampm
    @jediampm 2 หลายเดือนก่อน +7

    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. 😱

    • @ivanjelenic5627
      @ivanjelenic5627 2 หลายเดือนก่อน

      No. Laravel docs are much better. And Laravel is simply better and simpler than Symfony for a vast majority of people.

    • @jediampm
      @jediampm 2 หลายเดือนก่อน

      @@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,

    • @gullijons9135
      @gullijons9135 หลายเดือนก่อน +1

      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.

  • @anasouardini
    @anasouardini 2 หลายเดือนก่อน +2

    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.

  • @eziosan7208
    @eziosan7208 หลายเดือนก่อน +2

    Laravel has the best documentation. ❤

  • @ryanb509
    @ryanb509 2 หลายเดือนก่อน +1

    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).

  • @Necropheliac
    @Necropheliac หลายเดือนก่อน +1

    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.

  • @magnusvaughan7664
    @magnusvaughan7664 2 หลายเดือนก่อน +4

    I'd add Laracasts to this list.

  • @dying.burito
    @dying.burito หลายเดือนก่อน

    Laravel + Inertia + (Vue or React depends) + Tailwind + (Any tailwind UI Framework)

  • @mvellandi
    @mvellandi 2 หลายเดือนก่อน

    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

  • @MonospaceMentor
    @MonospaceMentor 2 หลายเดือนก่อน +7

    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.

  • @rajausamah7569
    @rajausamah7569 2 หลายเดือนก่อน +1

    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

  • @laminbarrow
    @laminbarrow 2 หลายเดือนก่อน +7

    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.

    • @laminbarrow
      @laminbarrow 2 หลายเดือนก่อน +4

      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.

    • @losmandev
      @losmandev 2 หลายเดือนก่อน +5

      looks like an ai generated response lol

    • @MrKyriakos32
      @MrKyriakos32 2 หลายเดือนก่อน

      @@losmandev looks like it but its honest and realistic, I share the same opinion

    • @eacardenase
      @eacardenase 2 หลายเดือนก่อน +3

      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.

    • @datguy4104
      @datguy4104 2 หลายเดือนก่อน +4

      Thank you Mr. GPT.

  • @samuelwilliam1710
    @samuelwilliam1710 2 หลายเดือนก่อน +1

    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

  • @louisevirtudazo2822
    @louisevirtudazo2822 2 หลายเดือนก่อน

    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.

  • @rodrigorios78
    @rodrigorios78 2 หลายเดือนก่อน +8

    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.

    • @tuananhdo1870
      @tuananhdo1870 2 หลายเดือนก่อน

      Wire up several package is ok. Because you understand and can modify them

    • @blubblurb
      @blubblurb 2 หลายเดือนก่อน

      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.

    • @rodrigorios78
      @rodrigorios78 2 หลายเดือนก่อน

      ​@@tuananhdo1870 I understand that some projects have specific needs, but Laravel allows you to modify stuff too, via the container.

    • @rodrigorios78
      @rodrigorios78 2 หลายเดือนก่อน +3

      ​@@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()`?

    • @blubblurb
      @blubblurb 2 หลายเดือนก่อน

      ​@@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.

  • @samialghamdi9340
    @samialghamdi9340 หลายเดือนก่อน

    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.

    • @samialghamdi9340
      @samialghamdi9340 หลายเดือนก่อน

      I also need Python and plain JS. Just exaggeration.

  • @modernometry2538
    @modernometry2538 2 หลายเดือนก่อน

    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.

  • @EightNineOne
    @EightNineOne 2 หลายเดือนก่อน +4

    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

    • @TravisMedia
      @TravisMedia  2 หลายเดือนก่อน +3

      Thanks for sharing this

    • @choanlpoto
      @choanlpoto 2 หลายเดือนก่อน

      You people from USA act like symfony doesn’t even exist ! Insane when it’s more robust, fast and easy than laravel

    • @TravisMedia
      @TravisMedia  2 หลายเดือนก่อน

      @@choanlpoto 🤷

  • @Novia5555
    @Novia5555 10 วันที่ผ่านมา

    Laract here! Yes, it less painfull for making website with it.

  • @reze_dev
    @reze_dev 2 หลายเดือนก่อน +13

    I used to love Laravel with Livewire, but i prefer Sveltekit

    • @emmanuelezeagwula7436
      @emmanuelezeagwula7436 2 หลายเดือนก่อน

      tell me about it

    • @apisaga
      @apisaga 2 หลายเดือนก่อน

      i love both

    • @charlesbcraig
      @charlesbcraig 2 หลายเดือนก่อน

      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_dev
      @reze_dev 2 หลายเดือนก่อน +1

      @@charlesbcraig Yeah, I wonder why not so many big projects use Sveltekit.

    • @charlesbcraig
      @charlesbcraig 2 หลายเดือนก่อน

      @@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

  • @neugey
    @neugey 2 หลายเดือนก่อน +1

    I also think the simple-page app phenomenon has also started to wear out its welcome.

  • @TheHronar
    @TheHronar 4 วันที่ผ่านมา

    Opinions make for fast development, when those opinions coincide with your requirements

  • @remy8587
    @remy8587 2 หลายเดือนก่อน +13

    Honeslty Django has it all and should be mentioned more.

    • @DevCyberOps
      @DevCyberOps 2 หลายเดือนก่อน +3

      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.

    • @oboynitro
      @oboynitro 2 หลายเดือนก่อน +1

      @@DevCyberOps and laravel’s great adoption for building frontend (full stack) projects makes me like it a bit more than django 😊

  • @animanaut
    @animanaut 2 หลายเดือนก่อน +2

    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.

  • @nightshade427
    @nightshade427 2 หลายเดือนก่อน +3

    I like rails and nuxt

  • @matthieu875
    @matthieu875 2 หลายเดือนก่อน

    i personally switched to golang it's easy elegant & fast + the standard lib is huge

  • @nelsonbalneg
    @nelsonbalneg 2 หลายเดือนก่อน +2

    I love building web app in laravel

  • @sparkerkhan577
    @sparkerkhan577 หลายเดือนก่อน

    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

  • @MrXperx
    @MrXperx 2 หลายเดือนก่อน +1

    Why not Rails or Spring Boot? Why Laravel? Why not NestJS with a templating library?

  • @aeonsleo2
    @aeonsleo2 2 หลายเดือนก่อน

    Laravel developers are also everywhere!

  • @PixDev_01
    @PixDev_01 2 หลายเดือนก่อน +1

    I hate people when they overhype something that isn't worth it. Laravel just does the job, why do people hate it? Some people literally worship JavaScript and other techs like Rust, Ruby, etc..

    • @AdamFiregate
      @AdamFiregate 2 หลายเดือนก่อน

      Momentum has a factor in tech trends.
      I did PHP for many years, but I have new language interests now.

    • @unknownguywholovespizza
      @unknownguywholovespizza 2 หลายเดือนก่อน +1

      It's not like many people will use all its features. NextJS, SvelteKit are way simpler and don't throw at me unnecessary features or a complex architecture
      Also PHP is a joke in static typing when compared with TypeScript

  • @flogginga_dead_horse4022
    @flogginga_dead_horse4022 2 หลายเดือนก่อน +7

    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.

    • @jonno081
      @jonno081 หลายเดือนก่อน +1

      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

    • @imqqmi
      @imqqmi หลายเดือนก่อน

      Would Larafellas work? 😉

    • @gameinspiration1540
      @gameinspiration1540 หลายเดือนก่อน

      Hahaha, pythonists even say that PHP developers code in index.php file these days!

  • @aleatennu383
    @aleatennu383 2 หลายเดือนก่อน

    What's you opinion on NestJS

  • @indigoram89
    @indigoram89 2 หลายเดือนก่อน

    php and laravel are very powerful tools

  • @martinkordas7130
    @martinkordas7130 9 วันที่ผ่านมา

    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
      @sadiqumar18 6 วันที่ผ่านมา

      Have you tried making a PR for it ? It feels annoying honestly 😢

  • @gcornelisse
    @gcornelisse หลายเดือนก่อน

    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.

  • @HarpreetSingh-n9e2n
    @HarpreetSingh-n9e2n 24 วันที่ผ่านมา

    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

  • @imrankhan4259
    @imrankhan4259 2 หลายเดือนก่อน

    As .Net developer and who has used Laravel (v7 to v10) for my side project its true the Laravel have way better documentation.

  • @sam-j4zy
    @sam-j4zy 16 วันที่ผ่านมา

    I like laravel backend and react frontend, I don't even try to look at nextjs.

  • @TheYinyangman
    @TheYinyangman 2 หลายเดือนก่อน +2

    Next is a Static Site Generator, Laravel is not

  • @theybecameus
    @theybecameus 2 หลายเดือนก่อน +2

    U shifted to PHP and Laravel after 6 years in React and NextJS

    • @TravisMedia
      @TravisMedia  2 หลายเดือนก่อน +5

      I never really “shift.” Different tasks take different tools. And some are more enjoyable that others (also subjective statement)

  • @BneiAnusim
    @BneiAnusim 18 วันที่ผ่านมา

    4:00, I'm on Laravel because of RoR. 😉

  • @SamehMustafa007
    @SamehMustafa007 หลายเดือนก่อน +1

    What about angular?

  • @HENDZZ_SHORT
    @HENDZZ_SHORT 2 หลายเดือนก่อน

    Love for Remix❤

  • @anasouardini
    @anasouardini 2 หลายเดือนก่อน

    I like Laravel as a back-end Framework, that's it: Inertia is not a good solution to the integration issue.

  • @cb73
    @cb73 2 หลายเดือนก่อน

    “The campfire app that came out recently” were you joking? lol😂

  • @thangtran3112
    @thangtran3112 2 หลายเดือนก่อน

    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

  • @hakanaki
    @hakanaki 2 หลายเดือนก่อน +1

    Why don't we have frameworks like Laravel and Django for Javascript, is there something we don't know?

    • @jasinrefiku2914
      @jasinrefiku2914 2 หลายเดือนก่อน

      Angular?

    • @jamiert87
      @jamiert87 2 หลายเดือนก่อน +7

      AdonisJS. Haven’t looked at it in a while, but being the JS Laravel seemed to be the goal.

    • @remusomega
      @remusomega 2 หลายเดือนก่อน

      I use react pure client side with Django as my backend. It’s great. Except for migrations.

    • @unknownguywholovespizza
      @unknownguywholovespizza 2 หลายเดือนก่อน

      ​@@jasinrefiku2914angular isn't a a backend framework

    • @unknownguywholovespizza
      @unknownguywholovespizza 2 หลายเดือนก่อน

      We have. AdonisJS.

  • @mohammadseddighi5501
    @mohammadseddighi5501 2 หลายเดือนก่อน

    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

    • @jonno081
      @jonno081 หลายเดือนก่อน

      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......

  • @last.journey
    @last.journey 2 หลายเดือนก่อน +6

    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

    • @omokaroelliot1942
      @omokaroelliot1942 2 หลายเดือนก่อน +4

      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

    • @imbayi
      @imbayi 2 หลายเดือนก่อน +1

      It won’t take over unless all the 12 week boot camps start teaching it.

  • @myst.youtube
    @myst.youtube 17 วันที่ผ่านมา

    How about springboot?

  • @stevewalker1790
    @stevewalker1790 หลายเดือนก่อน

    Yeah, i love JS sytanx but JS-land has nothing that can truly be considered "full stack"

  • @AdilKhan-vf2es
    @AdilKhan-vf2es 2 หลายเดือนก่อน +3

    Has anyone noticed the job market for Laravel drop or increase?

    • @codernerd7076
      @codernerd7076 2 หลายเดือนก่อน +4

      It's under the low-paid PHP jobs and there was a huge drop last year of Laravel/php related jobs

    • @AdilKhan-vf2es
      @AdilKhan-vf2es 2 หลายเดือนก่อน

      @@codernerd7076 should focus on MERN or React with Python?

    • @AdilKhan-vf2es
      @AdilKhan-vf2es 2 หลายเดือนก่อน

      ​@@codernerd7076 which would you recommend... MERN or python and react?

    • @yashuabaryosef4413
      @yashuabaryosef4413 2 หลายเดือนก่อน +8

      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.

    • @EightNineOne
      @EightNineOne 2 หลายเดือนก่อน

      @@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.

  • @gokul2003g
    @gokul2003g 2 หลายเดือนก่อน +6

    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! 😄

    • @zahash1045
      @zahash1045 2 หลายเดือนก่อน +2

      shut up 😄

    • @gokul2003g
      @gokul2003g 2 หลายเดือนก่อน +2

      @@zahash1045 🤥 that's mean

    • @samuelakinnuoye9938
      @samuelakinnuoye9938 2 หลายเดือนก่อน

      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.

  • @MunyaradziRangaIncrease
    @MunyaradziRangaIncrease หลายเดือนก่อน

    I often wonder what laravel would look like if it was developed in a strongly typed language like saaaay C#

  • @kaseyc5078
    @kaseyc5078 23 วันที่ผ่านมา

    Still love next.js

    • @TravisMedia
      @TravisMedia  23 วันที่ผ่านมา

      I understand. It’s not going anywhere. In fact, it’s a necessity these days.

  • @BoolFalse
    @BoolFalse 2 หลายเดือนก่อน

    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

  • @sadiulhakim7814
    @sadiulhakim7814 2 หลายเดือนก่อน

    Laravel is good

  • @abrahimzaman360
    @abrahimzaman360 2 หลายเดือนก่อน +1

    I use adonis

  • @its_Khoa
    @its_Khoa 2 หลายเดือนก่อน +1

    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

  • @remusomega
    @remusomega 2 หลายเดือนก่อน +5

    I barely understand how we are comparing react (basically frontend) with an MVC framework

  • @HridoyKhan-nf9le
    @HridoyKhan-nf9le หลายเดือนก่อน

    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.

  • @malcomgreen4747
    @malcomgreen4747 2 หลายเดือนก่อน +2

    I hope laravel wont became the next vercel or heroku

    • @jonno081
      @jonno081 หลายเดือนก่อน

      what's wrong with Vercel? i use them for my Vue apps??

  • @clancy-sigal
    @clancy-sigal 2 หลายเดือนก่อน

    💯

  • @flogginga_dead_horse4022
    @flogginga_dead_horse4022 2 หลายเดือนก่อน

    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.

    • @TravisMedia
      @TravisMedia  2 หลายเดือนก่อน

      Gotcha. I’m actually a huge fan of .NET

  • @illegalsmirf
    @illegalsmirf 2 หลายเดือนก่อน +1

    Well, even WordPress uses React nowadays. It's high time everything was excessively strict and complicated, let's make every element of web dev precisely like developing serious software in C++. And then, make it twice as complicated and type safe and strict and memory safe and gender neutral and respectful of minority rights.

  • @kalist8938
    @kalist8938 2 หลายเดือนก่อน

    Laravel seems good but I m not a big fan of Livewire, sad.
    I prefer my Rails and Hotwire framework for my personal projects.

  • @sheharyarkhan7169
    @sheharyarkhan7169 2 หลายเดือนก่อน +4

    I'd love to know your thoughts on Nest JS

    • @codernerd7076
      @codernerd7076 2 หลายเดือนก่อน +1

      They just toke the Angular way and dropped it on top of Express/Fasify

    • @sheharyarkhan7169
      @sheharyarkhan7169 2 หลายเดือนก่อน

      @@codernerd7076 is that a good thing? a bad thing? How does it compare to laravel?

    • @TravisMedia
      @TravisMedia  2 หลายเดือนก่อน +1

      Nest is a little bit too niche when I last checked it out.

    • @smartjackasswisdom1467
      @smartjackasswisdom1467 2 หลายเดือนก่อน

      ​@TravisMedia Nah, check it out again. It's awesome.

    • @yehaa00
      @yehaa00 2 หลายเดือนก่อน

      Nestjs is basically express with a lot of sugar coat in angular style, the benefits is more towards DX rather than end user

  • @andreas_tech
    @andreas_tech 2 หลายเดือนก่อน

    React native is what i need to build apps.
    Can laravel / php help with that??!
    That is the question.

    • @TravisMedia
      @TravisMedia  2 หลายเดือนก่อน

      No, those are two different things