Skip to content
laravel logo

Laravel

Laravel is a popular PHP framework, used for the development of MVC web applications.

Here are 16,177 public repositories matching this topic...

lloy0076
lloy0076 commented Nov 5, 2017
  • Laravel Version: Irrelevant

  • Voyager Version: 0.11

  • PHP Version: Irrelevant

  • Database Driver & Version: Irrelevant

Description:

Broken Version

Docs claim that dropdowns are setup like:

{
    "default": "",
    "options": {
        "m": "Male",
        "f": "Female"
    }
}

Notice the word options [sic].

Fixed Version

It should be *

ziming
ziming commented Aug 27, 2019

Hi,

According to the docs, it says:

When a Media-object gets deleted the package will delete its entire associated directory. To avoid tears or worse, make sure that every media gets stored its own unique directory.

I tried it (my filesystems is S3) and what happens is only the file get deleted. the associated id folder doesn't get deleted. It becomes an empty folder instead (i.e. f

2jiwon
2jiwon commented Sep 6, 2019

Hello

I'm trying to use this package and followed this document, but it doesn't work.
I'm not sure it's the proper way to use this. The document says 'Laravel 5.1 with...'.
The route file path is different.

Anyway, I followed everything on the document and it threw this error message.

InvalidArgumentException
Attribute [controller] does no

You can’t perform that action at this time.