@@ -20,83 +20,6 @@ English and German translation is already provided, but you can easily add your
2020
2121<img src =" https://github.com/jonassiewertsen/statamic-how-to-addon/blob/master/HowToAddon-show.png?raw=true " alt =" How To Addon Single Video " >
2222
23- ## Installation
24-
25- This addon works with ** Statamic 3** only!
26-
27- ### Step 1
28-
29- Install it via the composer command
30- ```
31- composer require jonassiewertsen/statamic-how-to-addon
32- ```
33-
34- ### Step 2
35-
36- To setup up a Collection and Blueprints, fire the setup command.
37- If you do want to use your own collection and blueprint names, change those in the config file first :-)
38-
39- ```
40- php artisan howToAddon:setup
41- ```
42-
43- ### Step 3
44- Permissions need to be set, to upload or change videos.
45- - Super Users can do this by default
46- - If not a super user, remember to give permissions to the Videos Collection
47-
48- Every logged in User can see and watch How To videos. You cant change that.
49-
50- That's it. Enjoy!
51-
52- ## Tips
53-
54- - If you want to order your videos, prefix them with a number: 00 General Informations, 01 How to edit pages
55-
56- ## Customisation
57-
58- To get you going as fast as possible, we did set up everything for you. Not a fan of it? Just change it.
59-
60- ### Language / Translation
61-
62- German or English isn't the correct language? Add your own translations (You would make me happy, to provide me your translations)
63-
64- ``` php
65- php artisan vendor:publish
66- ```
67-
68- Select the Addon from the list
69- ```
70- Provider: Jonassiewertsen\Statamic\HowTo\ServiceProvider
71- ```
72-
73- All the translation files have been added into your resources/lang/vendor/jonassiewertsen/howToAddon/
74- Change the files or add your own language.
75-
76- ### Footer created by reference
77-
78- If you want, you can easily disable the reference in the config file. Publish the file and set
79- the value to false.
80-
81- ``` php
82- php artisan vendor:publish
83- ```
84-
85- ### Collection and Blueprint names
86-
87- You can choose other names. Just publish the vendor files
88-
89- ``` php
90- php artisan vendor:publish
91- ```
92-
93- You can change the names in the config file, which have been copied into your config directory.
94-
95- ## License
96- This Statamic How To Addon is licensed under the proprietary license. For use this addon in production, you need
97- to buy a license:
98- [ Statamic Marketplace] ( https://statamic.com/seller/products/how-to-addon/variants/219/preview )
99-
10023### Photo used on Statamic Marketplace
10124The Photo has been taken by Jan-Christoph Elle Siewertsen. It is NOT allowed to use this photo without license.
10225[ Jan-Christoph Elle Siewertsen] ( http://janchristophelle.com/ )
0 commit comments