-
[PHPINFO](https://pastebin.com/fU0i7GzL)
I'm having the same issue, lost an entire day trying everything...
php 7.0.33
mongodb 1.5.2
running in Laravel homestead / vagrant
this is the code:
…
-
I am having a very strange issue in that I cannot refersnce a .net sdk project from inside a .web project in .net 6 this worked before in .net 5 This first project layout is my libary project and the …
-
```
Illuminate\Contracts\Container\BindingResolutionException : Target [Davidhsianturi\Compass\Contracts\ApiDocsRepository] is not instantiable.
at D:\server\home\useresponse\application\3.3…
-
Everything worked excelent. Had a problem with long names of files in shared folder created by npm. (I needed to install gulp).
Installed the latest version of virtualbox (Vagrant version was 1.7.x). …
-
I really liked the interface of compass. I wonder why don't you use laravel-apidoc-generator to generate docs.
Right now I really don't know which annotations I should use to document the API.
…
-
Reading the docs, I am missing some guidance on where to best put the `bower_components` folder. In particular, should it be below or outside the webservers document/web root?
If a package contains …
-
Here is what I did:
1. `composer require davidhsianturi/laravel-compass --dev`
1. `php artisan compass:install`
1. `php artisan migrate`
1. `php artisan compass:publish`
1. `php artisan compass…
-
It would be great if Compass could support checking a Gate permission before allowing access, similar to how Horizon and Telescope define it:
```php
Gate::define('viewCompass', function ($user) {
…
-
Greetings,
I've attempted to install and use Compass because it looks like it's going to solve our API Documentation problems, but I'm running into an error when attempting to `php artisan migrate`…
-