Possible to convert laravel project to PHP or similar
Hello everyone
I am not sure this is possible but is there a way to convert a laravel project into raw PHP/HTML or how can I view the code of the project in raw format for example I load a index.php and view the complete source code as you would in a browser if that makes sense.
Huh? You made me scratch my head on this, if you have the laravel project you have the source code. A view source code won't give controller code, model code, etc. It only shows frontend html code. Sounds like something is rotten in Denmark (an old expression).