Building a Blog - Episode 1

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

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

  • @AlexLancer
    @AlexLancer 2 года назад +6

    Hey, Lonnie, thank you for the video, always learning something new from you.

    • @timexpeachtree
      @timexpeachtree Год назад +2

      Awesome 😎 seeing two of Top G's of CodeIgniter in the comments

  • @MsAlokranjan
    @MsAlokranjan 2 года назад +4

    We love your CI4 video tutorials. please make more videos on CodeIgniter and htmx.

  • @aurelienbaraka2527
    @aurelienbaraka2527 2 года назад +9

    You are the only who teaches CI4 very well, why don't you make more tutorials?
    By the way, thank you !

  • @NamanK7488
    @NamanK7488 Год назад +2

    Whoa man!! It is awesome! When is the site coming?

    • @ignitedcode3091
      @ignitedcode3091  Год назад +1

      Thanks, and soon! It's pretty much done. Just wrapped up dark mode styles and am fighting some responsive issues. Workload is heavy lately so it is going slower than anticipated, but its close.

  • @ngadom
    @ngadom 2 года назад +3

    I love it from 🇨🇲 thank you we learn enough

  • @itachielarbi3304
    @itachielarbi3304 2 месяца назад

    thank you

  • @kennethkipchumba2532
    @kennethkipchumba2532 2 года назад +2

    Great stuff. 👍

  • @ngadom
    @ngadom 2 года назад +3

    It is possible to have source code? I have enough to learn. Did you have a course?

    • @ignitedcode3091
      @ignitedcode3091  2 года назад +4

      The source code for that is not public. No courses, yet. I'm building the site for the currently. I do have a CI4 book, though: leanpub.com/codeigniter4foundations, or lots of videos and articles over at Patreon: www.patreon.com/lonnieezell

    • @ngadom
      @ngadom 2 года назад +2

      @@ignitedcode3091 I already have this book. Thanks 🙏🏾.

  • @muhammaddaffaravfriza131
    @muhammaddaffaravfriza131 2 года назад

    Hello, Lonnie, i want to ask you about custom UserModel feature. when i run "php spark shield:model" the terminal doesn't recognize it. how to make my own UserModel with my own table?

    • @lonnieezell
      @lonnieezell 2 года назад +2

      As long as Shield is installed properly, that command should be available. You can make a new model that extends Shield's UserModel and still get all of the features. You'll need to set the UserProvider to the new class in the Auth config file, I believe.

    • @muhammaddaffaravfriza131
      @muhammaddaffaravfriza131 2 года назад +1

      @@lonnieezellThank you so much Lonnie, i will try it again