@Sinnbeck When i create a new project, its all normal. In my project though, its running ( php artisan serve "; ) instead of php artisan serve. When i deleted all routes, it diplays, page not found but at the top it has the ( "; ) . Unfortunately I'm only a junior programmer and i dont think i can share the code on github
@calciferrr it can be in any file sadly, so it might be hard to track down. To make sure that it isn't in the vendor folder, you can try deleting it and running composer install
Yeah if you are new, github might be hard to learn just for this :)
@calciferrr make sure also that you don't put closing ?> on your .php files as anything following it will be echoed to the screen before any content.
It sounds like something related to the framework on the command line, so not web.php or your controllers, check all your config files, and service providers. Any file you can think you might have modified.
@calciferrr another idea is to create a new project and copy over one folder at a time, and see when the new project starts doing the same. Then you will know what folder to look at