Conversation
…ws/layouts to use new layouts namespace
…rces/views/layouts to use new layouts namespace" This reverts commit 5c107ef.
There was a problem hiding this comment.
Hey there @calebporzio
I saw that in this and other files, it's missing to update the closing tag to replace the . with ::
I tried to do it and fix the conflicts on my end, but I can't because I don't have write permissions on the fork
There was a problem hiding this comment.
ooof that's annoying sry. on it
|
Thank you sir! 🫡 |
|
Note: The laravel installer |
|
This PR is making Composer struggle to extract files like Edit: apparently this is a Livewire Volt thing to do? Well Composer definitely doesn't like that... (Composer using system |
|
That is not a volt thing. It is default in livewire v4 https://livewire.laravel.com/docs/4.x/components#creating-components |
PR for Installer was closed |
File Structure Changes
Migrated from Volt components to the organization structure recommended in Livewire 4.
The pages in auth do not have emojis as they are not livewire components
This follows the changes drafted in the docs PR:
Layout Component Syntax
Updated to use namespaces that are registered automatically by Livewire:
View References
Updated to use namespaced paths in
FortifyServiceProvider:Route Definitions
Replaced
Volt::routewithRoute::livewireinroutes/settings.php:Component Base Class
Changed from Volt to standard Livewire in page components: