Laravel

Mysql driver does not work

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(...
jonasgrolin
Posted by jonasgrolin
6 months ago. Last reply 6 months ago.
6
317
JavaScript

Deploying with Envoyer and building assets

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...
marc68013
Posted by marc68013
6 months ago. Last reply 6 months ago.
11
368
InertiaSolved

Silly Issue with momentum-modal

For some reason, I keep getting this issue with inertia modals, Could not find a declaration file for module 'momentum-modal'. Any clue? Regards,
ms_dan
Posted by ms_dan
6 months ago. Last reply 6 months ago.
13
323
LaravelSolved

Overriding Service Provider Methods (Fortify)

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...
derekbuntin
Posted by derekbuntin
11 months ago. Last reply 6 months ago.
12
1087
Laravel

Subscription and quaderno

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
vincenzo
Posted by vincenzo
6 months ago. Last reply 6 months ago.
1
166
Laravel

New subscription course and webhooks

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...
vincenzo
Posted by vincenzo
7 months ago. Last reply 6 months ago.
17
530
Livewire

Issue with Laravel Spatie Wizard and Select2

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...
kuba323
Posted by kuba323
7 months ago. Last reply 7 months ago.
1
219
LaravelSolved

Video Uploading To Vimeo

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...
nagikho
Posted by nagikho
7 months ago. Last reply 7 months ago.
3
244
LivewireSolved

livewire problem with js plugin

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...
rafal428
Posted by rafal428
7 months ago. Last reply 7 months ago.
19
434
Laravel

real world example on locking

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..
edgelessmorphine
Posted by edgelessmorphine
7 months ago. Last reply 7 months ago.
3
114