How to create a Mobile App using Laravel

Поділитися
Вставка
  • Опубліковано 10 вер 2024

КОМЕНТАРІ • 20

  • @Kpil3
    @Kpil3 9 днів тому

    Would be interesting to see an example with Inertia. I'm assuming that should also be possible 🤔

  • @klerfe85
    @klerfe85 Місяць тому

    Great tutorial! Looking forward to next video.

  • @Michael4x
    @Michael4x 2 місяці тому +3

    That amazing, but for the skeptics, what are expected shortcoming compared to native development?

    • @NubeBuster
      @NubeBuster Місяць тому +1

      Performance, error proniness, style.
      A native app may perform better
      A native app is slightly less likely to have platform dependant errors
      A native app is more likely to follow the style and design paradigms of the given platform
      All in all I say it's definitely worth the tradeoffs

    • @StanelCodes
      @StanelCodes  Місяць тому

      I agree. But if you are good at UI/UX you can easily make a “native” experience.

  • @bmayer710
    @bmayer710 5 місяців тому +1

    Very nice, really appreciate it. :) cheers

  • @sjcomputercenter8800
    @sjcomputercenter8800 4 місяці тому +2

    Are you using laravel 10 or 11

    • @StanelCodes
      @StanelCodes  4 місяці тому +1

      Laravel 10, but it works with any version

  • @Hitsukay
    @Hitsukay Місяць тому

    Good work

  • @user-gx3st2th8q
    @user-gx3st2th8q 6 місяців тому +2

    That is so many link statements for iOS

    • @StanelCodes
      @StanelCodes  6 місяців тому +1

      I know, but that's the way of doing things with Apple :)

  • @TheArtOfWarStrategy
    @TheArtOfWarStrategy Місяць тому

    I love Laravel but I know flutter as well easy to work with it in front end and Laravel in the backend rather going through those links

    • @StanelCodes
      @StanelCodes  Місяць тому +1

      It’s pretty easy. And the benefit is that you only have one codebase

  • @mukulrawat1525
    @mukulrawat1525 5 місяців тому +1

    that's amazing🔥. will you please provide the source code

    • @StanelCodes
      @StanelCodes  5 місяців тому +3

      Here is the code: github.com/Staneloo/laravel-mobile-app

    • @mukulrawat1525
      @mukulrawat1525 5 місяців тому

      thanks a lot ❤️

  • @LucianoTonet
    @LucianoTonet 5 місяців тому

    It is important to note that push notifications will not work on iOS.

    • @StanelCodes
      @StanelCodes  5 місяців тому +3

      They work from iOS 16.4 and up

  • @RR-nc1uq
    @RR-nc1uq Місяць тому

    Is this work for Android

    • @StanelCodes
      @StanelCodes  Місяць тому

      Yes it works for both iOS and Android