Level 47
Instead of doing that, you should make the changes on your computer and the when everything is working, put the new version of your application on your server. You should never edit live code... Its just asking for trouble.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
After hosting my app, I need to access the console again, like in my localhost to use php artisan serve and make migrations, authentications, model etc. How do I have access to the php artisan serve from an application that is online? Thank you.
Please or to participate in this conversation.