Skip to content
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

Check if vite is enabled in auth/layout.blade.php #54

Closed
iz5clj opened this issue Apr 6, 2024 · 3 comments
Closed

Check if vite is enabled in auth/layout.blade.php #54

iz5clj opened this issue Apr 6, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@iz5clj
Copy link

iz5clj commented Apr 6, 2024

As you do in vendor/master.blade.php you should also check in vendor/auth/layout.blade.php if vite is enabled.
Good job with this module.

@takielias
Copy link
Owner

@iz5clj Could you please explain in more detail?

@iz5clj
Copy link
Author

iz5clj commented Apr 22, 2024

In vendor/master.blade.php you make a check:
@if(config('tablar','vite')) @vite('resources/js/app.js') @endif
Would it be also nice to make this check in vendor/auth/layout.blade.php?

@takielias takielias added the enhancement New feature or request label Apr 24, 2024
takielias added a commit that referenced this issue Apr 25, 2024
@takielias
Copy link
Owner

@iz5clj It's fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants