The following process will be used to install Laravel Admin Dashboard
Install Node.js : Download and install latest version of Node.js from Node JS. The minimum required version is 16+.
node -v
Note: - You must ensure that Node.js (16+) and NPM are installed before running Vite and the Laravel plugin.
Install Composer : Download and install latest version of Composer from Composer
composer --version
Now, Install the composer dependencies
composer install
Note: - In case, some plugins might not supported in latest version of Laravel and may cause installation errors. If that happens kindly run the following command: composer install --ignore-platform-req=ext-fileinfo