File tree Expand file tree Collapse file tree 4 files changed +34
-13
lines changed Expand file tree Collapse file tree 4 files changed +34
-13
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
- ```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " nexibi /print-one" ,
2
+ "name" : " print-one /print-one-laravel " ,
3
3
"description" : " This is my package print-one" ,
4
4
"keywords" : [
5
5
" nexibi" ,
6
6
" laravel" ,
7
- " print-one"
7
+ " print.one" ,
8
+ " printing" ,
9
+ " rest" ,
10
+ " print-and-mail" ,
11
+ " postcard" ,
12
+ " post" ,
13
+ " api"
8
14
],
9
- "homepage" : " https://github.com/nexibi /print-one" ,
15
+ "homepage" : " https://github.com/Print-one /print-one-laravel " ,
10
16
"license" : " MIT" ,
11
17
"authors" : [
12
18
{
18
24
"name" : " Sibi" ,
19
25
"email" : " dev@sibi.nl" ,
20
26
"role" : " Developer"
27
+ },
28
+ {
29
+ "name" : " Print.one Development" ,
30
+ "email" : " dev@print.one" ,
31
+ "role" : " Developer"
21
32
}
22
33
],
23
34
"require" : {
You can’t perform that action at this time.
0 commit comments