Skip to content

Instantly share code, notes, and snippets.

@midnite81
Created December 17, 2016 12:54
Show Gist options
  • Save midnite81/e0bda3db60eeafec294995a2e6c6ae69 to your computer and use it in GitHub Desktop.
Save midnite81/e0bda3db60eeafec294995a2e6c6ae69 to your computer and use it in GitHub Desktop.
Add directories to default laravel application
#!/bin/bash
mkdir -p app/Contracts
mkdir -p app/Contracts/Repositories
mkdir -p app/Contracts/Services
mkdir -p app/Services
mkdir -p app/Store/Eloquent/Models
mkdir -p app/Store/Eloquent/Repositories
mkdir -p app/Store/Eloquent/Traits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment