- Open Laragon application
- Click "Start All"
- Right-click Laragon → Select "Terminal"
- Or press:
Ctrl + Alt + T
cd C:\Users\Windows10\Desktop\CEO\Vimstack\vimstack-karaneOpen TWO Laragon terminal windows:
php artisan serveThis starts the backend server at: http://localhost:8000
npm run devThis starts the frontend build server at: http://localhost:5173
Visit: http://localhost:8000
If PHP is in your PATH, you can also run:
.\start-dev.ps1This will open both servers in separate windows automatically.
- Make sure Laragon is running
- Use Laragon's terminal (not regular PowerShell)
- Or add PHP to your PATH:
- Laragon → Menu → Tools → Path → Add Laragon to Path
# In Laragon terminal:
nvm use 24.12.0- The application will redirect to the installer at: http://localhost:8000/install
- Follow the setup wizard
-
Laravel Server (Terminal 1):
Starting Laravel development server: http://127.0.0.1:8000 [Press Ctrl+C to quit] -
Vite Server (Terminal 2):
VITE v5.x.x ready in xxx ms ➜ Local: http://localhost:5173/ ➜ Network: use --host to expose -
Browser:
- Navigate to http://localhost:8000
- You should see the login page (since we removed the landing page)
- Or the installer if it's first run
✅ Removed Brand Settings from vendor dashboard
✅ Removed SMTP Settings from vendor dashboard
✅ Completely removed Landing Page feature
✅ Home route now redirects to login