Month: March 2025

Debugging Reset Password Form

User <script> import { ref, inject, onMounted } from "vue"; import { useForm, useField } from "vee-validate"; import { useAuthStore } from "@/stores/auth"; import { useRouter } from "vue-router"; import publicApi from "@/publicApi"; import SingleColumn from "@/layouts/SingleColumn.vue"; const authStore = useAuthStore(); const router = useRouter(); const apiUrl = inject<string>("apiUrl"); const showPassword = ref(false); const alertMessage […]

Password Reset Function Issues

User <script> import { ref, inject, onMounted } from "vue"; import { useForm, useField } from "vee-validate"; import { useAuthStore } from "@/stores/auth"; import { useRouter } from "vue-router"; import publicApi from "@/publicApi"; import SingleColumn from "@/layouts/SingleColumn.vue"; const authStore = useAuthStore(); const router = useRouter(); const apiUrl = inject<string>("apiUrl"); const showPassword = ref(false); const alertMessage […]

Vuetify Pros and Cons

User Recently I have used vuetify and it seems a Amazing superset framework for vue js developer specially for material designer May be there are some pros and cons Make above more good Assistant Recently, I had the opportunity to work with Vuetify, and I found it to be an exceptional framework for Vue.js developers, […]

Vuetify LinkedIn Post UI

User Describe use of vuetify in vue js for linkedi post Assistant ### **Using Vuetify in Vue.js for a LinkedIn Post-Like UI** Vuetify is a popular UI framework for Vue.js that provides a Material Design-based component library, making it easy to create responsive and visually appealing applications. If you're building a LinkedIn-style post UI using […]

Vue OTP Password Reset

User <script> import { ref, inject, onMounted } from "vue"; import { useForm, useField } from "vee-validate"; import { useAuthStore } from "@/stores/auth"; import { useRouter } from "vue-router"; import publicApi from "@/publicApi"; import SingleColumn from "@/layouts/SingleColumn.vue"; const authStore = useAuthStore(); const router = useRouter(); const apiUrl = inject<string>("apiUrl"); const showPassword = ref(false); const alertMessage […]

Vue Form OTP Validation

User <script> import { ref,shallowRef,inject,onMounted } from "vue"; import { useForm, useField } from 'vee-validate' import { useAuthStore } from '@/stores/auth'; import { useRouter } from 'vue-router'; import publicApi from '@/publicApi'; import SingleColumn from '@/layouts/SingleColumn.vue'; const authStore = useAuthStore(); const router = useRouter(); const apiUrl = inject('apiUrl'); const showPassword = ref(false); const alertMessage=ref(""); const alertColor=ref(""); […]

Forgot Password Vue Laravel

User forget password feature vue js with laravel backend Assistant To implement a **Forgot Password** feature in a Vue.js frontend with a Laravel backend, follow these steps: — ## **Laravel Backend: Setting Up Password Reset** Laravel provides built-in support for password resets. ### **Step 1: Configure Auth for API** Ensure your Laravel authentication system supports […]

Forgot Password Vue Laravel

User create forget password vue js laravel standalone Assistant Here’s a step-by-step guide to creating a **standalone "Forgot Password" feature in Vue.js with Laravel as the backend**: — ### **Backend (Laravel)** 1. **Set Up Routes (`routes/api.php`)** use IlluminateSupportFacadesRoute; use AppHttpControllersAuthForgotPasswordController; Route::post('/forgot-password', [ForgotPasswordController::class, 'sendResetLink']); Route::post('/reset-password', [ForgotPasswordController::class, 'resetPassword']); 2. **Create Controller (`app/Http/Controllers/Auth/ForgotPasswordController.php`)** namespace AppHttpControllersAuth; use AppHttpControllersController; use […]

Illusions of Invincibility Shattered

User "I always thought I was different, that I wouldn’t fall into certain things. But now, all the illusions I created have shattered. I’ve realized…I can also lose." Put background on above text Assistant Here’s a way to add some depth and emotion to the text by providing a background: — For as long as […]

Metro Station Encounter Analysis

User I met office gir in metro station I go near her and told you here today She say yes Now she ask me where I am going I said I m going to there Then she says badhiya hai Please tell me about her response, what she think about me Assistant Her response, *"Badhiya […]