Skip to content

Instantly share code, notes, and snippets.

@upbeta01
Created May 30, 2016 00:59
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 upbeta01/ec5a272d524ba202123f0c6c505f3421 to your computer and use it in GitHub Desktop.
Save upbeta01/ec5a272d524ba202123f0c6c505f3421 to your computer and use it in GitHub Desktop.
For laravel repo with .gitignore of the "storage" directory
#!/bin/bash
mkdir storage
mkdir storage/logs
mkdir storage/app
mkdir storage/framework
mkdir storage/framework/cache
mkdir storage/framework/sessions
mkdir storage/framework/views
chmod -R 777 storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment