Skip to content

Instantly share code, notes, and snippets.

@srph
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save srph/cdebbc9d63e9510cf119 to your computer and use it in GitHub Desktop.

Select an option

Save srph/cdebbc9d63e9510cf119 to your computer and use it in GitHub Desktop.
laravel view structure
├── dashboard/
|	├── $layout/
|	├── members/
|	|	├── index.blade.php
|	|	├── create.blade.php
|	|	├── edit.blade.php
|	├── projects/
|	|	├── index.blade.php
|	|	├── create.blade.php
|	|	├── edit.blade.php
|	├── titles/
|	|	├── index.blade.php
|	|	├── create.blade.php
|	|	├── edit.blade.php
|	├── users/
|	|	├── index.blade.php
|	|	├── create.blade.php
|	|	├── edit.blade.php
├── main/
|	├── $layout/
|	├── index.blade.php
|	├── profiles.blade.php
|	├── projects.blade.php
|	├── titles.blade.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment