Skip to content

Instantly share code, notes, and snippets.

@jeffersonmartin
Last active September 23, 2016 16:49
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 jeffersonmartin/77c1087714b22a816c049c6654cc07f4 to your computer and use it in GitHub Desktop.
Save jeffersonmartin/77c1087714b22a816c049c6654cc07f4 to your computer and use it in GitHub Desktop.
When developing applications, you spend 95% of your time working with models, views, and controllers. However, these respective directories are buried deep in the Laravel application directory structure. This script creates a project folder with symlink folders for Laravel controllers, models, and views for a specific Github repository. This all…
@jeffersonmartin
Copy link
Author

Here is a screenshot of the simpler directory structure.

screen shot 2016-09-23 at 9 48 38 am

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