Laravel
Hi.
I have a new installation of Laravel and everything worked out fine until I tried to change the driver from sqlite (standard driver from start) to Mysql.
I changed the prefs to:
'mysql' => [
'driver' => 'mysql',
'url' => env('DB_URL'),
'host' => env(...
JavaScript
For a while I've been building assets with Vite locally and committing before deploying. I know this is not the best method and since starting to use Reverb, it doesn't pull in my staging or production environment variables, so they fail to work properly.
I updated one of the deployment hooks on E...
For some reason, I keep getting this issue with inertia modals, Could not find a declaration file for module 'momentum-modal'. Any clue?
Regards,
For the past few years, I've managed to override the boot method in the Fortify service provider located at App\Providers\FortifyServiceProvider so that I can define the Fortify Views from my custom service provider that's loaded dynamically from a package.
This all worked perfectly until Laravel 1...

Posted by derekbuntin
11 months ago. Last reply
6 months ago.
Laravel
Hi Alex,
I’ve noticed here on codecourse you manage subscription invoices using quaderno, I believe it is useful for tax purposes. Any plan to make a video and add it to your subscription course on how implement quaderno with stripe and Laravel cashier?
Many thanks
Vincenzo
Laravel
Hi Alex,
I'm following your new course on Laravel subscriptions with Stripe, I've got a problem with setting webhooks in my appliction. I've installed the package Tenancy for laravel for multi tenant application, each tenant has his own database and subdomain, how can I set up webhooks?
Many than...
Livewire
Hi,
I’m encountering an issue while using the Laravel Spatie Wizard package along with Select2. The Select2 component works fine on the initial step, but when I move to step 2 and then return to the first step, Select2 doesn’t render correctly. Instead, the <select> field appears as a default HTML...
Hello Alex, you upload your videos to vimeo and cannot access these videos from the browser directly. For example we cannot access https://player.vimeo.com/video/1010746273?title=0&byline=0&autoplay=1&dnt=1&app_id=122963 directly.
But when we are a member of your system, we can view the videos. Can...
Hello!
I have a Livewire 3 project where I use simple lightbox js plugin <script src="fslightbox.js"> </script> added before end of the <body> tag. I also have simple filtering on this page and everything works fine when the page is first loaded and after first component update, but stops working a...
Laravel
anyone know if theres a course that provides example of using cache lock or pessimistic locking? googling doesnt seem to have any realworld examples on how to use this..

Posted by edgelessmorphine
7 months ago. Last reply
7 months ago.