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.
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.