php tag in config:cache
hello ,
I'm wondering why I see the '<?php' when I config:cache .
vagrant@homestead:~/code/crm$ php artisan config:cache
Configuration cache cleared!
<?phpConfiguration cached successfully!
You probably get it on any artisan command
If you are using Git (you should be) then look back over your commits and see if you accidentally saved something you shouldn't have
At the top of a file, you probably have
<?php<?php
You could just try searching for this combination as a first step
@snapey Yes I see it in every page resource !
I really dont know where is this error !
thanks
Please or to participate in this conversation.