-
Hi Guys,
I'm kinda stuck installing Sentinel in my fresh Laravel 6 project. When I install this in my last Laravel 5.8 project and Sentinel 2 no problems encountered.
### Your Environment
- O…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
Hi,
I have configured S…
-
I am trying to install using Lumen 5.4 but I keep getting this error ` There are no commands defined in the "vendor" namespace.`.
Steps I have taken
1) Add `"zizaco/entrust": "5.2.x-dev"` t…
-
I am new to Laravel 11 and I see that quite a few things have changed compared to version 10.
Can you update the installation document to include how to install and configure it in Laravel 11?
Ins…
-
Hi,
This might not be an issue for those that can get their accounts sorted at GDAX but after waiting 2 weeks without any answer to multiple support tickets I am wondering if its possible top get eve…
-
Each and everything in Apps page we can deploy with different methods but sometime we have to run some specific command in container then need to do ssh the server and access the container to run th…
-
Followed setup instructions, however when I attempt to migrate I get the following error:
```
Tables: roles, role_user, permissions, permission_role
A migration that creates 'roles', 'role_user', 'pe…
-
I want assign the commit counts to patch number where:
`git describe > v1.5.0-3-g41abd80`
currently when running
`php artisan version:show ` the result is: **_version 1.5.0 (build 41abd8)_**
I wa…
-
Hey guys,
Trying to use https://github.com/monospice/laravel-redis-sentinel-drivers as my cache driver, and it won't let me load the driver at all if I have the Waavi/transaction service provider i…
-
User should be able to type
```
php artisan envdeployer:get dev
```
And get the values from dev and merge them into their local. For example
```
APP_ENV=local
```
would become
```
#@dev
APP_ENV=…