Inertia

Hey everyone, Have you guys tried using different app layouts in one Inertia + Vue app? Let's say, for the back office (admin) we'll use `admin.blade.php` instead of the default `app.blade.php` And...

Last reply by whoami,
17
231
Solved

Laravel

i am working on a project using Laravel Nova, this is the issue i am facing and can't figure it out why Enlightn is still failing: in **NovaServiceProvider** in **boot()** method i have ``` /** @v...

Last reply by May,
1
113
Solved

General discussion

Hello @alex, can you share your database tool, really love it.

Last reply by Haz,
4
232
Solved

Laravel

Prepare to have your brain melted. [Image](https://i.imgur.com/IpeAwCV.png) Let's dive into the code... **InvoiceItem**: ```php public function total($includeVat = false): int|float {...

Last reply by Haz,
7
437
Solved

Inertia

Hello, I have grabbed the infinite scroll logic from Codecourse's Github and made a little component out of it, but I am facing an issue where it breaks the page when trying to navigate to another pa...

Last reply by Haz,
2
175
Solved

Inertia

I installed `Jetstream` and used the `Inertia` scaffolding. It's working fine, I'm able to add custom fields in the `Profile` information. However, when I change the currently logged-in user's passwo...

Last reply by Haz,
6
267
Solved

Laravel

Hi folks, I was just wondering if you can help guide me to the best tutorial to learn what's needed to build a job board with filters..etc I want to build this with Inertia. My approach is that I w...

Last reply by Ameenz,
5
676
Solved

Inertia

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...

Last reply by whoami,
2
148
Solved

Inertia

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 </...

Last reply by whoami,
2
191
Solved

Livewire

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...

Last reply by Haz,
11
554
Solved

Alpine.js

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...

Last reply by Haz,
3
454
Solved

Feedback

Hi, It is currently not possible to see who has liked your posts. It's a small thing, but it would be nice. It doesn't have to be anything fancy, a simple browser-native tooltip (title?) would suffic...

Last reply by alex,
2
281
Solved

Inertia

I have a page with a form, but also some other data outside of this form that needs to be updated once the form submits. The problem is that Inertia.js is not picking up data automatically on form sub...

Last reply by Haz,
27
750
Solved

Inertia

I'm practicing Inertia and Vue and I'm using Laravel Breeze scaffolding with SSR. I have a `Navigation.vue` which contains the menu and their route. Navigation.vue ``` <script setup> import NavLink...

Last reply by whoami,
6
397
Solved

General discussion

How do you change your account's avatar? I can't seem to find it on my Account page.

Last reply by whoami,
2
343
Solved

Inertia

I am neck-deep in issues related to SSR. After following the documentation, [here](https://inertiajs.com/server-side-rendering). I get the following errors: ```js import{router as ar}from"@inertiajs/...

Last reply by whoami,
8
455
Solved

PHP

Is PHP dead?

Last reply by alex,
+ 2 more
11
812
Solved

General discussion

@alex are you going to do a tutorial on how you build this forum because I am loving this design and functionality ,. second it's the UI design tailwind

Last reply by alex,
7
434
Solved

Vue.js

Hello, I am still in the process of refactoring everything to use Composition API, I'm getting there. I am trying to refactor a category checkbox which is responsible for filtering stuff. The problem...

Last reply by Haz,
3
297
Solved

General discussion

i will like to make a tutorial Suggestions please I would love to see a tutorial about , embedding URLs , URL auto preview if it's an Instagram or YouTube a users should be to play it without leaving...

Last reply by Haz,
2
284
Solved