Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gurgentil/639ffa647375967e4228446d276a937d to your computer and use it in GitHub Desktop.
Save gurgentil/639ffa647375967e4228446d276a937d to your computer and use it in GitHub Desktop.
Call Laravel artisan without memory limit
php -d memory_limit=8000M artisan migrate:refresh --seed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment