-
- Laravel Version: 5.3
- Voyager Version: 0.11.10
- PHP Version:
5.6.4
- Database Driver & Version:
mysql 5.5.5
### Description:
I can't access voyager admin page anymore. It was working befo…
-
We are probably within a 18 months or so of Laravel 6 based on previous iteration cycles.
Taking that into account. If L6 was released in November/December of 2017, what would you like to see as the…
-
I have several [accessors](https://laravel.com/docs/5.6/eloquent-mutators#defining-an-accessor) set up to decrypt encrypted DB fields. However, I'm unable to search those fields unless I encrypt the s…
-
### Existing Component
Yes
### Component Name
el-upload
### Description
Whilst the current documentation show the UI side fine, I'm having a really tough time getting the component to wor…
-
Dear @luceos and community,
before starting of with my "how to" and "best practice" questions, let me start saying "thank you" for this awesome and very inspiring piece of code! :+1:
I am curre…
-
Attempted to install Chatter on Laravel Spark but I get the error
`View [layouts.app] not found. (View: /var/www/html/chatter/vendor/devdojo/chatter/src/Views/home.blade.php)`
Any ideas?
-
I followed all the instructions and it works beautifully except for 1 place.
The actual verification token is not pleasant.
I looked at the view template it refers to:
```
@extends('layouts.ap…
pjebs updated
6 years ago
-
I am trying to get all users that has the permission `edit articles` or a role which inherits this permission using:
```
App\User::permission('edit articles')->get();
```
then I get the error:
``…
-
First off, thank you and great work! I hit a bit of a problem with a Laravel Spark 6 project. `npm run prod` produces the following::
```
ERROR Failed to compile with 50 errors …
-
Currently, the routes generated by the package are all under the main path, but, ideally, all Admin routes should be under /admin, such as /admin/roles, /admin/users, etc. This way, the root routes ar…