logo logo
  • Articles
  • Snippets
  • Topics
    • Login
    • Register

    • Mode:

Ignore composer require platform in laravel

  • Jun 30, 2022
  • Snippet ยท 1 min
  • 95 words
  • Share profile in a message
  • Save your profile to PDF
  • Lock profile

  • Profile settings
  • Like (0)
  • Favorite (0)

sometime some dev environment need to ignore in composer update or composer install. To ignore this just this command ๐Ÿ‘‡

for install

composer install --ignore-platform-reqs

for update

composer update --ignore-platform-reqs

Laravel
avatar
Md Najmul Hasan

Similar Stories

Did you forget to use the [uses()] function? get this error after install pest in laravel

snippet

Two way to upload file in Laravel

snippet

Delete the file or image from storage in Laravel

snippet

Create dynamic model name in livewire 3

snippet

Getting error to install php artisan ui react --auth for Laravel react ui the error is Could not resolve dependency: peer vite@"^3.0.0" from @vitejs/[email protected]

snippet
Random Stories

Tailwind dynamic modal with javascript

snippet

Two way to upload file in Laravel

snippet

firstOrNew, firstOrCreate, firstOr, and updateOrCreate methods in Laravel

snippet

Excel VBA Split Excel Sheet into Multiple Sheets

snippet

Get attribute and class not active in Html

snippet