Skip to content

Instantly share code, notes, and snippets.

@antonkomarev
Created August 22, 2016 20:14
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save antonkomarev/907667d2aa3c972b6b7d290664290ac6 to your computer and use it in GitHub Desktop.
Save antonkomarev/907667d2aa3c972b6b7d290664290ac6 to your computer and use it in GitHub Desktop.
Call Laravel artisan without memory limit
php -d memory_limit=8000M artisan migrate:refresh --seed
@brendoLoR
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment