Christian Schätzlein
Christian Schätzlein
I was asking myself the same some time ago. Unfortunately, this doesn't seem possible at the moment. Would be a great enhancement imo.
@boynet For small projects, this may be sufficient. But think about larger applications with hundereds of entities, this would quickly lead to a big mess.
I think @jaketoolson wants to be able to do something like this: `Auth::user()->canUpdatePost(2)` where "2" is the ID of a Post model. I don't think that's something you can currently...
Hmm... according to the error reported by Travis: `PHP Fatal error: Call to undefined function Watson\Validating\app()` I assume that the test runner is not aware of the global app() helper...
How can I reference to the SVG file in the index.html after I added the loader to webpack's config files? `` doesn't seem to work - it outputs only an...
@washaweb That was a typo in my comment, sorry. I already had `./src/path/to/image.svg`. Webpack seems to find the file, it's included in the console output. Doesn't output anything to index.html...
@washaweb jeez, I started the include in the .html file with `