nenads

Results 8 issues of nenads

When you install debuger public function __construct(string $middleware issue is signature if you change namespace Mtrajano\LaravelSwagger\DataObjects; class Middleware { private $name; private $parameters; public function __construct($middleware) { if (!is_string($middleware)) {...

Hi, quick question if i have custom exporter for LE. namespace App\Exports\UserModuleDataExport; with all customization custom query... is there a way to use LE export class in Laravel-Nova-Excel

Hi, Im playing with this repo and https://github.com/lucacri/spark-impersonate. Can sombody give info why this package is so big. Why we have our own routes. Impersonate offers Route::impersonate(); What is idea...

php artisan vendor:publish --provider="App\Containers\Crud\Providers\MainServiceProvider" --tag=classes In Application.php line 635: Class 'Collective\Html\HtmlServiceProvider' not found

> `/** * @return \Illuminate\Database\Eloquent\Relations\BelongsTo */ public function sender() { return $this->belongsTo(config('auth.providers.users.model')); }` Should sender be same model provider that is used by nova guard ?

When year is 2019 this is failing adding 20 in front private function cleanSsn($ssn) { $ssn = preg_replace("/[^0-9]/", "", $ssn); $split = substr($ssn, 0, 2); if ($split != 19 &&...

interesting behavior when you restart server. all services are up but all are crying for service address getaddrinfo ENOTFOUND docker-compose down docker-compose up -d does make thing work again.

Using lates development: what is 7.11 ? in docker-compsoe ? docker ps -q | xargs -n 1 docker inspect --format '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}} {{ .Name }}' | sed 's/ \// /'...