Installing CodeIgniter 4 with Composer

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

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

  • @rockybkk8920
    @rockybkk8920 4 года назад +5

    Hey Lonnie, thanks for creating this channel a much needed by some codeigniter’s official. Very nicely explained. Waiting for more videos. All the best

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

      Hey Rocky - Thanks so much! Glad you enjoyed it. Keep an eye out next week for another.

  • @dotnet07
    @dotnet07 4 года назад +4

    At last a CI 4 tutorial with a native english speaker

  • @Rahulkumar-mc4su
    @Rahulkumar-mc4su 4 года назад +2

    Thanks for this channel. I really appreciate your work.
    Keep it up!

  • @lazzich
    @lazzich 3 года назад

    Many thanks for this video and sharing your knowledge. Really appreciating your work. Helped me on a lot of projects already and made my code so much better.

  • @isometrictransformations8311
    @isometrictransformations8311 3 года назад

    Super video, thanks Lonnie!

  • @SourceBit
    @SourceBit 4 года назад

    Thanks for the video. Expecting more videos about ci4...

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

      My pleasure! There will definitely be more coming. Any particular topics you'd like to see addressed?

    • @SourceBit
      @SourceBit 4 года назад +1

      ​@@ignitedcode3091Yes, it can be security best practices, best performance guideline or lightness etc. Thanks for the replay.

  • @lwa.dev74
    @lwa.dev74 3 года назад

    Hi, I’m new too Php and frameworks but I have a question... is possible too install Ci 3 & 4 on the same system? As I understand both versions are not backwards compatible... or should I just begin with v4 not 3? Many thanks again...Subbs!! btw 👨🏾‍💻

  • @jun10ryt74
    @jun10ryt74 Год назад

    Is ORM is added on C4 feature?

  • @codedeckz
    @codedeckz 4 года назад +1

    Thank you for CI 4.0!

  • @GovExamsJobsofIndia
    @GovExamsJobsofIndia 3 года назад

    Can we use CI 4 for live Project ??

  • @engridmedia
    @engridmedia 4 года назад

    For some of us who are new to composer. What are the benefits. Why can't we unzip the file and just use it like ci3? So when we use command line how do we get the files and then upload to our serve? So confusing

    • @lonnieezell
      @lonnieezell 4 года назад +1

      You can absolutely down the zipfiles just like you were used to. Grab the version linked to on the homepage. Composer makes it easier to update things, There are many, many third party packages available that can be installed, including things that will alert you any known security issues in your dependencies, etc.

    • @engridmedia
      @engridmedia 4 года назад

      @@lonnieezell okay. So when u install via composure. U get the same file structure as the downloaded file?

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

      Not quite. You get everything except the system folder just like you're used to. Then, under vendors, where composer stores all of its files, you'll get a full copy of the repo with the system folder and all. Whenever you update with composer your app files are left untouched and just the files in vendor are updated.

  • @Onyecode
    @Onyecode 3 года назад

    thanks man