Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

bossmeow's avatar

Can't find register.ada when tried to register spark API-token

Hi all,

I have actually installed Laravel and Spark following the steps of this documentation.

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

Everything is working well until I tried to register the API token and I get this error message instead.

"Cannot open source file register.ada"

How do I solve this issue?

Thanks in advance

0 likes
3 replies
EventFellows's avatar

I suppose the error message gives more details, right? Anything about about a repository being private?

larasoft_io's avatar
Level 22

Hi All, Not sure if you guys found a solution to this yet. I was recently asked to troubleshoot this with a client. They were trying to install on a fresh Digital Ocean droplet.

My advice is run the basic command 'spark'. If you get a whole load of information about Adacore Spark Pro, then this needs to be uninstalled first.

  1. Run 'sudo apt-get remove spark'.
  2. Reinstall spark-installer
  3. 'composer Install'
  4. Add 'pwd' to $PATH
  5. Now retry 'spark' and you should see all the help information about Laravel Spark.

Hope this helps somebody.

Please or to participate in this conversation.