princeverdad's avatar

laravel ide on Android app

Is it possible to make an ide for laravel? i would like to make a laravel ide in and android app. im currently building a laravel tutorial for my thesis. my professor wants me to put a compiler in our app. sorry if this is not making any sense, im just a beginner/ student.

0 likes
3 replies
shez1983's avatar

what does a compiler and IDE have to do with each other?

D9705996's avatar

@princeverdad - i would speak with your professor again as @shez1983 said you are talking about very different things.

An IDE is your editor to write your application, the compiler takes your high level code and turns is into low-level opcode.

You also would not want to develop on android app. It's hard enough writing a forum post let alone writing a full application on a phone/tablet

Nash's avatar

I'm guessing the OP wants to build their own IDE that can also compile the project (i.e. has built-in support for a compiler), like many IDE's do. A "Laravel IDE", however, would just be an IDE for PHP with some Laravel code intel and snippets. Also, since PHP is an interpreted language (as opposed to a compiled language like Java or C++), having a compiler doesn't really make sense.

Please or to participate in this conversation.