Skip to content

Instantly share code, notes, and snippets.

@countless-integers
Created July 23, 2020 12:40
Show Gist options
  • Save countless-integers/0f398254829bd141eaca7612cbd0aa30 to your computer and use it in GitHub Desktop.
Save countless-integers/0f398254829bd141eaca7612cbd0aa30 to your computer and use it in GitHub Desktop.
slow and round-about way of updating my ide-helper files
#!/bin/bash
COMPOSER_MEMORY_LIMIT=-1 composer require --dev barryvdh/laravel-ide-helper
php artisan ide-helper:generate
php artisan ide-helper:meta
COMPOSER_MEMORY_LIMIT=-1 composer remove barryvdh/laravel-ide-helper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment