work in progress: removed applayout from pages, trying to get broadcasting to work
linter / quality (push) Failing after 1m35s
tests / ci (8.3) (push) Failing after 1m34s
tests / ci (8.4) (push) Failing after 1m5s
tests / ci (8.5) (push) Failing after 1m3s

This commit is contained in:
Daan Meijer
2026-06-15 01:19:26 +02:00
parent 16a6962149
commit 1d1ca88aea
16 changed files with 720 additions and 22 deletions
@@ -4,11 +4,13 @@ namespace App\Http\Controllers;
use App\Http\Requests\StoreDynamicRequest;
use App\Models\Dynamic;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Http\Request;
use Inertia\Inertia;
class DynamicController extends Controller
{
use AuthorizesRequests;
/**
* Display a listing of the resource.
*/