When you download Josh, you will the see following structure
├── Documentation
├── Livicons
├── V1
│ ├── laravel-x.y.z.zip
│ ├── starter-x.y.z.zip
├── V2
│ ├── v2-x.y.z.zip
Note: x.y.z
refers to the Josh version number, and sometimes you may only see x.y
Now, let’s explain what each folder represents.
# Documentation
Contains a link to the live documentation website.
# Livicons
The original Josh includes Livicons, so this folder contains its documentation, examples, etc.
If you've purchased Josh, you're likely interested in the following folders more than the ones above!
# V1
This is the original version of Josh, which includes two files [laravel-x.y.z.zip](http://laravel-x.y.z.zip)
and starter-x.y.z.zip
laravel-x.y.z.zip (opens new window) : This file contains the full Josh v1 version as shown in the demo.
starter-x.y.z.zip (opens new window) : This is a skeleton (or starter) version of Josh, containing only the necessary files to start a project without the bloat. If you need additional files from the main zip, you can add them later.
# V2
This folder contains the v2 flavor of Josh, which you see in the demo. If you want to start a project using v2, copy the contents of this zip file to your development folder.