jenssegers/optimus

Documentation

KwadroNaut opened this issue · 2 comments

You explain very well on how to use it, but not what it actually does/how it gets done what it does. It's all relatively small, so I (think I) figured it out by glancing at the source, still would be nice if you could expand.

  • const MAX_INT = 2147483647; Does that include this Mersenne prime or one less?
  • why chmod 755? Everyone should be able to execute/recalculate the ids?

You explain very well on how to use it, but not what it actually does/how it gets done what it does. It's all relatively small, so I (think I) figured it out by glancing at the source, still would be nice if you could expand.

  • const MAX_INT = 2147483647; Does that include this Mersenne prime or one less?
  • why chmod 755? Everyone should be able to execute/recalculate the ids?

Just runing php vendor/bin/optimus spark would generate the required numbers for you to work with

Also see #35