Skip to content

Instantly share code, notes, and snippets.

@mishajib
Last active June 13, 2023 22:49
Show Gist options
  • Save mishajib/7c814b2dd4024c7b515ca6eb369ae621 to your computer and use it in GitHub Desktop.
Save mishajib/7c814b2dd4024c7b515ca6eb369ae621 to your computer and use it in GitHub Desktop.
Laravel Artisan Command Fixed for cpanel (php artisan command not worked)
For fix the problem follow this instructions-->
1. Open terminal from Cpanel
2. cd to your project directory
3. Then run /usr/local/bin/ea-php72 artisan {command}
That's it, now you can run artisan command easily.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment