Junaid Qadir
Junaid Qadir
I'm new to this and figuring this out. I'd love to contribute if I succeed in making a build either with AppImage or Snapcraft. At the moment getting help from...
> > > The version is stored in this file. I cannot find a way to securely store the version in a different way than in a file. So, if...
I finally settled with adding `php artisan version:absorb` to the scripts section of `composer.json` under `post-autoload-dump` and it is working nicely and as @antonioribeiro suggested to reset the remote repo...
Thanks! In `v3.2.0-beta2` when running `php artisan cray Modelname`, the user gets a prompt to choose the target for generating views if you have provided multiple view paths in `config/view.php`...
You are using an old version of `Cray`. Please use version `3.2.0-beta5` To install it, run: ```bash composer require "jq/cray:3.2.0-beta5" --dev ```
Thanks for the PR. I'll check it.
Which version of cray are you using. I couldn't reproduce the error `jq/cray:3.2.0-beta5` To install `jq/cray:3.2.0-beta5`, run in your Laravel project directory: ```bash composer require "jq/cray:3.2.0-beta5" --dev ```
Interesting, my question is as your action classes are growing, so does the the `register` method of your `AppServiceProvider`. It would be nice if you could discuss that as well....
Nicely written. I found once issue though, `JWTAuthException`, is it a custom exception? because its not part of the package.
I was expecting more. `MyDomainA` is what new people to `DDD` want to understand. It would be great if you used an actual domain there. Found bunch of mistakes please...