Laravel 11: New Slimmer Application Skeleton | williamsk

Поделиться
HTML-код
  • Опубликовано: 18 янв 2025

Комментарии • 38

  • @CarlosRodriguez-zd2qc
    @CarlosRodriguez-zd2qc 11 месяцев назад +1

    Nice insight into Laravel 11; I kind of like the new structure, especially since different projects often require different setups. It's great that you can adjust as necessary. One thing I noticed in the video around 8:25 is that SQLite is set as the standard database. While this might be convenient for some developers, it could be a bit annoying for PHP developers 🤔. Thanks for the video, really good.

    • @williamsk
      @williamsk  11 месяцев назад +1

      Hey, thanks for the kind words great attention to detail. The default is SQLite, but at any given time inside the database.php file you can configure to this to whatever relational database management system you need as with previous Laravel frameworks. Thanks for watching.

  • @jarnailsingh3849
    @jarnailsingh3849 9 месяцев назад

    Love the way you explained. Thanks

    • @williamsk
      @williamsk  9 месяцев назад

      Your welcome , my pleasure 😊

  • @techfuture-code-tv
    @techfuture-code-tv 11 месяцев назад +2

    Thank so much for this update. The changes is paragime shift. Infact it will better if they strip it further. Just like react or express.

    • @williamsk
      @williamsk  11 месяцев назад

      You’re welcome ☺️. It’s nice that they let you add what you need to your project when you need it.

  • @shishirkumarsky
    @shishirkumarsky 11 месяцев назад +1

    I totally loved this, now it makes more sense, and less cluttered and intimidating 😂

    • @williamsk
      @williamsk  11 месяцев назад +1

      I’m so glad it helped you out. Enjoy your day!

  • @phaberest_
    @phaberest_ 11 месяцев назад +1

    Thank you William, nice overview!

    • @williamsk
      @williamsk  11 месяцев назад +1

      So glad you liked it, let me know if you would like to see future videos like this one😆👍

  • @rhnn9399
    @rhnn9399 11 месяцев назад

    hmmmm so how can i register a middleware and things that previously was in the kernel.php

  • @JJ15ASMR
    @JJ15ASMR 11 месяцев назад

    I'm surprised there are no comments on this video (yet). This was a great look at and comparison of L11, I definitely like the new slimmer style. 👍

    • @williamsk
      @williamsk  11 месяцев назад +1

      Thank you for being the first. I’m glad you enjoyed it.

  • @hudinigosh7862
    @hudinigosh7862 11 месяцев назад

    Man how to get those adding command because i want them for ex console and the exception

  • @hosseinhashemidev
    @hosseinhashemidev 11 месяцев назад

    Thanks for your great explanation.

    • @williamsk
      @williamsk  11 месяцев назад

      You bet! Glad you found it useful. Enjoy your weekend.

  • @OtiZ2
    @OtiZ2 11 месяцев назад +1

    What is PHPstorm theme?

    • @williamsk
      @williamsk  11 месяцев назад

      It’s a custom theme with a cursive font. I know that does really help but it took me a while to tweak it just the way I like. Maybe I can put it out in the PHPStorm community.

    • @OtiZ2
      @OtiZ2 11 месяцев назад

      Yes please. I love it

  • @drtoxiccookie
    @drtoxiccookie 11 месяцев назад +1

    This change is amazing for new people starting out with laravel.
    I am not a huge fan of this change really.
    My old issue is Taylor pushing sqlite, that's great for lightweight projects it sucks got large projects.

    • @williamsk
      @williamsk  11 месяцев назад

      Thanks for the comment, you’re not just restricted to SQLite on this one. You may add other database engines that fit your requirements for projects you’re working on. I may provide more clarification on this one in a future video. Thanks for watching.

  • @noushedakib1658
    @noushedakib1658 11 месяцев назад +2

    Thank you

    • @williamsk
      @williamsk  11 месяцев назад +1

      You're welcome

  • @mikechurvis2762
    @mikechurvis2762 11 месяцев назад +1

    90% of what I know about how Laravel works came from browsing that "overwhelming" number of files in the default project. I'd be far more okay with this if 11 shipped with an artisan command to publish everything that used to be there by default.

    • @williamsk
      @williamsk  11 месяцев назад

      I can understand that this can be overwhelming if your new or coming from different iteration of Laravel. Not sure if they have a "publish everything command" , but there are commands that will help you get to the parts of the framework that are used when necessary for your type of project. Hope this helps. Keep learning, and thanks for watching.

    • @fasterisq2.1m76
      @fasterisq2.1m76 10 месяцев назад +1

      Never break SOLID principle even the codebase is overwhelmed😂. It's time to think out of box for old php devs

  • @yuvalgal7057
    @yuvalgal7057 11 месяцев назад +1

    i sure hope they add some kind of flag that won't force this slim version on us.

  • @saidlouham7669
    @saidlouham7669 11 месяцев назад

    That's a lot ❤

    • @williamsk
      @williamsk  11 месяцев назад +1

      😆 looking forward to the new update.

  • @syntaxsavvy2708
    @syntaxsavvy2708 11 месяцев назад +2

    look lighter and smaller but inside is giant service container😂

    • @williamsk
      @williamsk  11 месяцев назад

      Great comment 👍, right now it’s not the smallest framework out there following the MVC pattern, however it’s relatively lightweight and few megabytes until you add vendor dependencies and packages. The expectation is the new changes will most likely help reduce overall footprint. 😀

  • @emmanuelsiziba5142
    @emmanuelsiziba5142 11 месяцев назад

    👍

  • @Ghost-hz2dy
    @Ghost-hz2dy 11 месяцев назад +6

    I don't like this update :))

    • @williamsk
      @williamsk  11 месяцев назад +1

      Well, the verdict is still out on this one as it’s not released yet. Hopefully, you’ll be able to find some common ground with this upcoming update versus older versions of Laravel. Time will tell, thanks for the comment 😀

    • @brightyouthacademy
      @brightyouthacademy 11 месяцев назад +1

      This update was inevitable, since, previously almost 70% of the files and code would not have been needed to develop most of the apps online, however, they were there by default and making the app slower to respond in competition to other frameworks.
      Now, after 11 we hope we will be importing and using what is only needed.

    • @williamsk
      @williamsk  11 месяцев назад +1

      This is true depending on what you’re building. So you either have to refer to the documentation a little bit more or have knowledge of what was there before and reach for what you need. For example, replacing sqlite db with MySQL etc… in your .env file. Great comment.

  • @gilney.mathias
    @gilney.mathias 11 месяцев назад +2

    🤮 hiding things doesn't make it better, it makes it 1000x worse.