Issue Description
Using laravel homestead, using PHP 7 for older projects (trade print for example) when trying to run artisan commands, encounter error.
How to Fix the Issue
php7.0 artisanĀ ….
For example:
php7.0 artisan command:make ArtworkEmailer
References
Reference Description |
Reference Link |
---|---|
Laravel Homestead Reference |
View Page |