-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create slug to enhance route navigating #13
Labels
enhancement
New feature or request
Comments
I thought this feature will be only a small changes, but in the meantime, I encounter too many renewal of codes to make it integrated with the slug usage |
Integrating the slug with the current progress is a bit tiresome since there are many changes occur in the controllers and models |
In case you forget about how to use the custom component modal <x-messages.alert type="success">
<i class="bi-person me-6"></i>
<strong>{{ auth()->user()->Username }}</strong>
</x-messages.alert>
<x-messages.alert-dismissible type="danger">
<i class="bi-person me-6"></i>
<strong>{{ auth()->user()->Username }}</strong>
</x-messages.alert-dismissible>
<x-layouts.modal-button modalId="testModal">Test</x-layouts.modal-button>
<x-layouts.modal
modalId="testModal"
title="Test Modal"
>
<x-slot:title>Modal Header</x-slot>
Test Modal Here
<x-slot:footer>Modal Footer</x-slot>
</x-layouts.modal> |
Finally done with this.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
References:
The text was updated successfully, but these errors were encountered: