File tree Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change
1
+ ** /* @ Print-one/dev-team
Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
contact_links :
3
3
- name : Ask a question
4
- url : https://github.com/Nexibi /print-one/discussions/new?category=q-a
4
+ url : https://github.com/Print-one /print-one-laravel /discussions/new?category=q-a
5
5
about : Ask the community for help
6
6
- name : Request a feature
7
- url : https://github.com/Nexibi /print-one/discussions/new?category=ideas
7
+ url : https://github.com/Print-one /print-one-laravel /discussions/new?category=ideas
8
8
about : Share ideas for new features
9
9
- name : Report a security issue
10
- url : https://github.com/Nexibi /print-one/security/policy
10
+ url : https://github.com/Print-one /print-one-laravel /security/policy
11
11
about : Learn how to notify us for sensitive bugs
12
12
- name : Report a bug
13
- url : https://github.com/Nexibi /print-one/issues/new
13
+ url : https://github.com/Print-one /print-one-laravel /issues/new
14
14
about : Report a reproducible bug
Original file line number Diff line number Diff line change 1
- # Nexibi\PrintOne
1
+ # Print-one Laravel
2
+
3
+ [ ![ Issues] [ issues-img ]] [ issues-url ]
4
+
5
+ > The official laravel package for [ Print.one] ( https://print.one )
2
6
3
7
Laravel package that lets you send automated personalized postcards using Print.one.
4
8
@@ -7,7 +11,7 @@ Laravel package that lets you send automated personalized postcards using Print.
7
11
You can install the package via composer:
8
12
9
13
``` bash
10
- composer require nexibi /print-one
14
+ composer require print-one /print-one-laravel
11
15
```
12
16
13
17
You can publish the config file with:
@@ -19,11 +23,16 @@ php artisan vendor:publish --tag="print-one-config"
19
23
## Usage example
20
24
21
25
``` php
26
+ use Illuminate\Support\Facades\Config;
27
+ use Nexibi\PrintOne\Facades\PrintOne;
28
+
29
+ Config::set('print-one.api_key', 'live_your-api-key');
22
30
PrintOne::templates(); // Get available templates
23
31
```
24
32
25
- ## Testing
33
+ ## Help
34
+
35
+ - With problems, questions or suggestions, please file an [ issue] ( https://github.com/Print-one/print-one-laravel/issues ) .
36
+ - For other questions, feel free to contact us at [ our support page] ( https://support.print.one ) .
37
+
26
38
27
- ``` bash
28
- composer test
29
- ```
You can’t perform that action at this time.
0 commit comments