Laravel

Sail, Docker & Github codespaces

Hi everyone, I’m using Laravel Sail in a Github Codespace. I have followed the instructions to install Laravel (https://laravel.com/docs/10.x/installation). Github Codespaces has generated this public URL for me: https://crispy-space-trout-xxxxxx-80.app.github.dev/ However, even when I change t...
sirmanu
Posted by sirmanu
7 months ago. Last reply 7 months ago.
1
362
Inertia

Layouts with Inertia

I have multiple layouts in my Inertia app, `Layout-Guest` and `Layout-Main`. Both use `app.blade.php`. I grab a Sign-in component from TailwindUI but it requires updating the `<html>` and `<body>` tags. Have you guys dealt with this before? I don't want to update my `app.blade.php` to add the clas...
whoami (Daryl)
Posted by whoami (Daryl)
8 months ago. Last reply 8 months ago.
1
353
Alpine.js

Livewire/Alpine conflicts

Hey all, I've no doubt there is an obvious conflict that I am missing here but I've been googling and researching for a couple of days now and cannot seem to resolve this issue. I've created a search functionality on my app (following the https://codecourse.com/courses/meilisearch-instant-search-...
tom81769
Posted by tom81769
8 months ago. Last reply 8 months ago.
1
395
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
266
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
194
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
565
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
406
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
9 months ago. Last reply 9 months ago.
1
388
Laravel

Laravel with Blockchain

Laravel with Blockchain?
endrit008
Posted by endrit008
10 months ago. Last reply 9 months ago.
4
777
Inertia

Page is not being translated when the language is changed

I have a App.vue file that is a layout included in a page script setup is the following: ``` const locale = usePage().props.locale const locales = [ { id: 'it', name: 'Italian', }, { id: 'en', name: 'English', }...
shogun
Posted by shogun
10 months ago. Last reply 9 months ago.
13
533