-
I followed the install, I'm getting:
There are no commands defined in the "wn" namespace
when using and wn command.
List doesn't show the wn commands.
Do I need to add to the app/console/Kernal class…
-
Hi @krisanalfa, this is probably a me issue not an issue with your project so I'm more asking for your assistance really.
I am creating an API for an existing user base where I had passwords stored…
-
On a fresh install of this package, the command :
php artisan route:list
does not list the routes, the routes are empty.
Any solution ?
-
it doesn't add
```
use Illuminate\Database\Eloquent\SoftDeletes;
(...)
use SoftDeletes
```
...to the model. I tried php artisan wn:resource test tekst;string;; --add=timestamps;softDeletes …
-
I'm trying to send payment on publicnet.
$sourceKeypair = Keypair::newFromSeed('xxxxxxxx');
this method $sourceKeypair->getPublicKey(); is not returning my account ID. when I try on my local win…
-
If anyone has a production app built with this starter it would be great to share!
Thanks 😄
-
Hi there,
Installed dev-master because 1.2 did not want to install
```
Problem 1
- Conclusion: don't install mpociot/laravel-apidoc-generator 1.2.3
- Conclusion: don't install mpociot/lar…
-
Hi All,
I have started working on the design document for the next major version.
I added a few ideas, I'd love to get the community's feedback.
Feel free to leave suggestions or comment here
https…
-
##### Description
I have downloaded swagger codegen from Github. Currently its allow to generate only 8 languages for client code generation by default like below...
Curl, Java, Android, Obj…
-
The following files are missing in the `public` directory:
* .htaccess
* web.config
Workaround:
Copy the files to the `public` directory.
* https://github.com/laravel/laravel/blob/master/publ…