thankyou guys. @davejitsu i followed your instructions. Now i have registered my spark installer token. But now when i run command : spark new 'project_name'
It throws an error which says :
sh: 1: laravel: not found
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package laravel/spark-aurelius could not be found in any version, there may be a typo in the package name.
@Cronix@davejitsu finally issue has been resolved via using composer global package of laravel/spark-installer and then adding into systemPath(export PATH="$PATH:$HOME/.composer/vendor/bin").
I now have access of login screen. But when i click on 'Register' button. it shows me an empty page with only header. Can you guys please help me in this? Why i cannot access registration page or else i wont be able to login.
And I meant to not use the spark installer at all. Just pure composer like is explained in the docs (just below the instructions for installing with the installer). Glad you got it working though.
@danielmeade I'm not using the most current version of Spark, but I'm just using the default .env that ships with Spark and just filled in my credentials.
Since I use stripe, the only 2 things I've filled in are the strip key and secret. Everything else is as you see above (except the rest of the base laravel settings)
@CRONIX - Thanks, it turned out that something failed during my install process, and as a result, I was missing a number for files. I ran a fresh install and everything was there, so my comment above ended up being premature. Thanks though!