Level 102
You need to run npm run dev while working
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
So i recently downloaded ping crm from github but cloning the repo locally and installing dependencies but when i i edit the view in js/public/dashboard/index.vue nothing is changing
template>
<p class="mb-8 leading-normal">Hey there! Welcome to Ping CRM, a demo app <a class="text-indigo-500 hover:text-orange-600 underline" href="https://inertiajs.com">Inertia.js</a> works.</p>
<h1>My name</h1>
<h1>JKD</h1>
<h1 class="mb-8 text-3xl font-bold">Reports</h1>
import { Head } from '@inertiajs/inertia-vue3'
import Layout from '@/Shared/Layout'
export default {
components: {
Head,ny
},
layout: Layout,
}
Please or to participate in this conversation.