Did you point to public as document root?
Laravel breeze installation issue
Error:
Vite manifest not found at: C:\xampp\htdocs\RolesPermissionsNew\public\build/manifest.json
C:\xampp\htdocs\RolePermissionsNew>laravel -v Laravel Installer 5.8.5
Usage: command [options] [arguments]
Options: -h, --help Display help for the given command. When no command is given display help for the list command -q, --quiet Do not output any message -V, --version Display this application version --ansi|--no-ansi Force (or disable --no-ansi) ANSI output -n, --no-interaction Do not ask any interactive question -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands: completion Dump the shell completion script help Display help for a command list List commands new Create a new Laravel application
C:\xampp\htdocs\RolePermissionsNew>php -v PHP 8.2.12 (cli) (built: Oct 24 2023 21:15:15) (ZTS Visual C++ 2019 x64) Copyright (c) The PHP Group Zend Engine v4.2.12, Copyright (c) Zend Technologies
C:\xampp\htdocs\RolePermissionsNew>node -v v20.18.0 composer.json file: "require": { "php": "^8.2", "laravel/framework": "^11.9", "laravel/tinker": "^2.9" },
when i run the command: npm run dev it stucks after the following line in cmd
dev vite Kindly help, to sort the above issue
Please or to participate in this conversation.