Livewire
Hi @alex,
I've watched the course on creating a Trello clone which I'm building for our custom platform.
I've created a custom package and created all the files and it's working perfectly, except for livewire sortable.
I've updated the NPM package as it's been renamed and I've also tried implemen...
It is easy to preserve scroll forms in Inertia, however within Modals, I found it a bit tricky, is there a trick to do it?
```js
<script setup>
import Modal from '@/Components/Modal.vue'
import { useForm, Head } from '@inertiajs/vue3'
const form = useForm({
name: '',
email: '',
subject...
Laravel
Hi everyOne !!
I want use laravel jetstream with inertia this the backend and use it for change themes and text for the pages this only for the admins can access
and also use nuxt in front end with api this is the frontend
so use Sanctum for api and Fortify for login and register for api - NUXT...
In the new Laravel version, there's no more Authenticate Middleware to change the route from login to auth.login, any fix to that? Would rather keep the name auth.login :).
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...
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...