-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Praesidiarius
committed
Jan 28, 2020
1 parent
5e275fc
commit cf2ce5a
Showing
7 changed files
with
95 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Installation | ||
|
||
Using composer | ||
|
||
```bash | ||
$ composer create-project oneplace/oneplace-core my-app | ||
``` | ||
|
||
After you successfully installed core, you may add 3rd party | ||
dependencies for certain features (they are disabled if libs are not found) | ||
|
||
Add them to ./public/vendor | ||
|
||
* [jQuery UI 1.12.1](https://jqueryui.com/download/) | ||
> For Drag & Drop Index Columns | ||
``` | ||
. | ||
+-- jquery-ui | ||
| +-- jquery-ui.min.css | ||
| +-- jquery-ui.min.js | ||
``` | ||
|
||
* [Apex Charts](https://apexcharts.com/) | ||
> For all Daily Stats Charts and many more | ||
``` | ||
. | ||
+-- apexcharts | ||
| +-- apexcharts.css | ||
| +-- apexcharts.min.js | ||
``` | ||
|
||
* [Font Awesome 5.12.0 Free or Pro](https://fontawesome.com/) | ||
> For all icons across onePlace | ||
``` | ||
. | ||
+-- fontawesome | ||
| +-- css | ||
| | +-- all.min.css | ||
| +-- webfonts | ||
| | +-- fa-brands-400.eot/svg/ttf/woff/woff2 | ||
| | +-- ..(all fonts in package) | ||
``` | ||
|
||
* [Filepond 4.9.4](https://github.com/pqina/filepond/releases) | ||
> For Featured Image Upload | ||
``` | ||
. | ||
+-- filepond | ||
| +-- filepond.css | ||
| +-- filepond.min.js | ||
``` | ||
|
||
* [Select2 4.0.x](https://github.com/select2/select2/releases) | ||
> For all Select und Multiselect Fields | ||
``` | ||
. | ||
+-- select2 | ||
| +-- css | ||
| | +-- select2.min.css | ||
| +-- js | ||
| | +-- i18n | ||
| | | +-- *.js (all languages you want/need) | ||
| | +-- select2.full.min.js | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters