0

enter image description here

Please help me solve this issue.Everything is fine. Its ubuntu. The spark create new project gives this error.

Shahid Karimi
  • 4,096
  • 17
  • 62
  • 104

2 Answers2

1

Maybe you have to do a

source ~/.bashrc

Ghassan Zein
  • 4,089
  • 3
  • 19
  • 30
-1

From the documentation:

Finally, you are ready to run the spark:install command:

This is of course using a different installation method to the binary they supply. In fact they recommend other methods as well such as setting up a new Laravel project and adding Spark as a dependency:

https://spark.laravel.com/docs/1.0/installation#installation-via-composer

running:

php artisan spark:install --force

once you have followed their installation steps from the above link (correct as of time of writing).

I've personally used the latter method and never had a problem with it. Please give it a go and let us know the results.

Justin Origin Broadband
  • 1,492
  • 1
  • 11
  • 14