Laravel

Testing invoice PDF generation

Hello, I am running into a strange issue with a failing test. Error: ``` Unable to find a file or directory at path ``` The test: (I have slimmed it down) ``` test('a PDF is generated when an invoice is created', function () { Storage::fake(); // create a user with it's roles and perm...
Haz
Posted by Haz
8 months ago.
0
267
InertiaSolved

Passing globally needed data in HandleInertiaRequests middleware

Just curious about this one. When you want to pass data that you want to be globally available in your Inertia Vue app, is it a good practice to pass it in `HandleInertiaRequests` middleware? If we do that, are we implementing something like a `View Composer`?
whoami (Daryl)
Posted by whoami (Daryl)
8 months ago. Last reply 8 months ago.
2
315
General discussion

Please make a Learning Management System (LMS) website using laravle inertia or vue

I am writing to request assistance in setting up a Learning Management System (LMS) website. I believe an LMS platform will greatly benefit us
polash
Posted by polash
8 months ago.
0
195
Laravel

Multitenant Validation

Hi @alex Thanks for being an amazing tutor, and i'm glad i subscribed to this website. I have a problem with one of your course which is here [https://codecourse.com/watch/laravel-multi-tenancy-basics?part=tenant-registration](https://codecourse.com/watch/laravel-multi-tenancy-basics?part=tenant-r...
henry75958
Posted by henry75958
9 months ago. Last reply 8 months ago.
7
567
General discussion

Inertia + Slim/Twig as server-side

Hello @alex, I was wondering if a course with Slim/Twig instead of Laravel/Blade as a server side for Inertia would be of interest to anyone other than me.
giorgio
Posted by giorgio
9 months ago. Last reply 8 months ago.
2
410
InertiaSolved

Hide exposed routes when using Ziggy

Hey everyone 👋 Have you guys tried hiding the generated routes of Ziggy when using Inertia? Typical setup ``` <!-- Scripts --> @routes @vite(['resources/js/app.js']) @inertiaHead </head> <body class="font-sans antialiased"> @inertia </body> ``` If you're using `php artisan zig...
whoami (Daryl)
Posted by whoami (Daryl)
9 months ago. Last reply 9 months ago.
2
605
General discussion

idea for a edit image course

hi @alex i found this site: https://useflipp.com/ bulid an image editor with: laravel and Inertia.js and i think if you can leran us how to make a image editor like that but more simple
hizone
Posted by hizone
10 months ago. Last reply 9 months ago.
1
390
LivewireSolved

Livewire Emit Event Listeners from Child to Parent

I have a button... `<button wire:click="$emitTo('components.modals.player-modal', 'showModal', '{{ $player->id }}')" class="focus:outline-none"> {{ $player->first_name . ' ' . $player->last_name }} </button>` ...That triggers a modal similar to the Code Course tutorial: Global Modals with Liv...
alexjolley
Posted by alexjolley
9 months ago. Last reply 9 months ago.
11
1247
Laravel

Laravel with Blockchain

Laravel with Blockchain?
endrit008
Posted by endrit008
10 months ago. Last reply 9 months ago.
4
780
Alpine.jsSolved

Passing Parameter Data to Global Modal with Alpine.js Laravel Livewire

I recently followed the tutorial "Global Modals with Livewire and Alpine.js" (https://codecourse.com/watch/global-modals-with-livewire) to add a modal to my project. Everything is working great, but I am now trying to determine how I can pass a parameter to the modal so I can display info from the d...
alexjolley
Posted by alexjolley
10 months ago. Last reply 9 months ago.
3
822