Luciano_Canziani's avatar

Convert My Laravel to a Mobile App to Deploy in IOS and Android

I have a Laravel 8 + Inertia + React + MySQL and I was wondering if anyone here convert my stack or similar to the Apple Store and Play Store.

0 likes
5 replies
jlrdw's avatar

Actually there's been a few good past discussions on this.

1 like
Luciano_Canziani's avatar

@jlrdw Thanks, I checked them and found them useful, but they have a their fair share of years and there might be some new ways/advice.

@JeffreyWay a course on this subject would be awesome!

martinbean's avatar

@luciano_canziani You can’t “convert” a Laravel app to a mobile app. Laravel is PHP and runs on a server; mobile apps run on the client (the user’s actual device). So you need to make an actual mobile app, that communicates with your app via an API.

gych's avatar

@luciano_canziani Check PWA (Progressie Web Application), it allows you to use your existing Laravel Application. I've never had to use it myself but I've seen others successfully use it for their Laravel + Inertia applications. Do some research via Google on this and you'll find a lot of useful information.

1 like

Please or to participate in this conversation.