Hi,
I'm trying to install the latest demo version of laravel however it's giving me an error.C:\xampp\htdocs\metro\laravel>composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
Your lock file does not contain a compatible set of packages. Please run composer update.
when I try to do composer update this is the error. It's the same error if I install it without the lock file.
C:\xampp\htdocs\metro\laravel>composer update
Loading composer repositories with package information
[RuntimeException]
The `url` supplied for the path (./resources/plugins/laravel-page-speed) repository does not exist
update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-autoloader] [--no-scripts] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>]...
Hi Ryann,
Could you please open the composer.json file then remove this part? We will fix the issue.
,
{
"type": "path",
"url": "./resources/plugins/laravel-page-speed"
}