A
Asked
When I try to install, the following message appears, and there is no installation file
Warning: require(C:\xampp\htdocs\MPS\public/../vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\MPS\public\index.php on line 28
Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\MPS\public/../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\MPS\public\index.php:28 Stack trace: #0 {main} thrown in C:\xampp\htdocs\MPS\public\index.php on line 28
Warning: require(C:\xampp\htdocs\MPS\public/../vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\MPS\public\index.php on line 28
Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\MPS\public/../vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\MPS\public\index.php:28 Stack trace: #0 {main} thrown in C:\xampp\htdocs\MPS\public\index.php on line 28
- MSAnsweredHello,
I guess you have purchased the standard license. Please run `composer install` to install the dependencies before accessing the installer.
Thank you - TPAnsweredI run, following steps. It's correct or not. I have a standard license. But can't install properly.
Composer install
Npm install
Npm run dev
php artisan key:generate
php artisan storage:link - MSAnsweredHello,
You only need to run `composer install` & `php artisan storage:link`
Now you should be able to access the installer in the browser. If not, please let me know the server details (in private reply) so that I can check and guide you properly.
Thank you - BNAnswered**[Mian Saleem](/u/saleem)** I followed this and couldn't access the installer still. It gives 500 Error.
- MSAnsweredHello,
Can you please try it again step by step and take the screenshot of each step?
For 500, please check your server php error logs and let me know the error details.
You can check the Laravel logs in the `storage/logs/` folder too.
Thank you - Login to Reply