Search code examples
laravelcpanel

Laravel table migration in cpanel


Hlw everyone. I had added a laravel project in cpanel and now i want to customize it and made some changes. In local i use artisan command to migrate my changes to but how to do it in cpanel


Solution

  • It’s better to have a vps while using laravel projects.

    Or you should have a SSH access to do it.

    Some hosting companies will give you SSH access on cPanel or directadmin hosts.

    What is SSH ? in a simple word it is a terminal on your host or server which you can run commands like php artisan migrate remotely