-
Notifications
You must be signed in to change notification settings - Fork 70
Folder Structure
Shea Lewis edited this page Jun 24, 2015
·
1 revision
Themes are extremely flexible in terms of the folder structure. The only required directory is the views directory.
Below you will find an example directory structure that you could use to base your own themes off of:
...
public/
|-- themes/
|-- bootstrap/
|-- assets/
|-- css/
|-- bootstrap.css
|-- img/
|-- js/
|-- bootstrap.js
|-- jquery.js
|-- views/
|-- welcome.blade.php
...