madsem

Results 15 issues of madsem

I'm trying for some time now to achieve the below structure, to have a PHP script read the manifest. For that I need the original path as json key, and...

I made a file collection for site settings, added an `image` widget for the logo. My CMS object has `uploadcare` registered as media_library and it's working throughout the entire site....

type: bug

When I'm doing: ```php $users = User::with('roles')->select('users.*'); ``` and return the datatable like this: ```php return Datatables::of($users) ->editColumn('name', function (User $user) { if (Auth::user()->can('edit_users')) { if ($user->hasRole('superadmin') && ! Auth::user()->hasRole('superadmin'))...

question

Just wanted to leave a quick thanks here ;) This looks amazing, exactly what I need to build upon. Thanks for your hard work in the Laravel community guys, love...

Laravel: v5.6.16 Trying to run lada-cache:flush before a new migration (and also trying to run the db:seed command) generates a redis error: ```bash panel.vm $ php artisan lada-cache:flush Predis\NotSupportedException :...

bug
help wanted

Hey Sebastian, this looks awesome! Great job, I was googling how to make my own analytics with JS & PHP (Laravel) and stumbled upon your project. Which seems to be...

################ fish, version 3.0.2 3.0.2 Darwin vm 17.7.0 Darwin Kernel Version 17.7.0: Wed Apr 24 21:17:24 PDT 2019; root:xnu-4570.71.45~1/RELEASE_X86_64 x86_64 xterm-256color ############### I get this warning sometimes, since I installed...

enhancement
macos

## Description I've installed the Clockwork debugger: https://underground.works/clockwork/#docs-installation When accessing the local Clockwork app under http://localhost/__clockwork/app it gives a blank screen, and debug tools in browser show that all Clockwork...

I'm trying to get Spock to work all day today, but no luck. It just doesn't really push most of the time and throws lots of errors in the log...