python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What are #tags on vue template?
I can't find any documentation that explains what #tags are on <template>
Example:
<script setup>
import { ref } from 'vue';
import { useForm } from '@inertiajs/inertia-vue3';
import JetAc...
Joao Vitor
Votes: 0
Answers: 1
Laravel multi-auth different table for admin and user but one login page
Is it possible to have two different tables for users and admin but one login page? I already used middleware and Spatie permission, but I need them to separate because some info doesn't match if they...
antonettecruz
Votes: 0
Answers: 0
How to change Laravel Jetstream components path
I wanna change default Jetstream components after publishing views (php artisan vendor:publish --tag=jetstream-views) from resources/views/vendor/jetstream/components for example to resources/views/pa...
Mohammad Lotfi
Votes: 0
Answers: 1
login is case sensitive using PGSQL and SQLite
So, I am using Laravel 9x with Jetstream and Inertia/Vue
I am noticing using PGSQL and SQLite the login for email is case sensitive. What is the solution to fix this? I know I am not posting code beca...
ArcticMediaRyan
Votes: 0
Answers: 2