Skip to content

Instantly share code, notes, and snippets.

@alfrekjv
Created December 15, 2015 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfrekjv/ebb451044957ba4df6e5 to your computer and use it in GitHub Desktop.
Save alfrekjv/ebb451044957ba4df6e5 to your computer and use it in GitHub Desktop.
<?php
mkdir('app/cache');
mkdir('app/cache/session');
mkdir('app/cache/disk');
<?php
mkdir('app/cache', 0775);
mkdir('app/cache/session', 0775);
mkdir('app/cache/disk', 0775);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment