This repository has been archived by the owner on Jun 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
/
Copy pathtemplates.php
101 lines (87 loc) · 3.38 KB
/
templates.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?php
return [
'laravel-backup' => [
'githubUrl' => 'https://github.com/spatie/laravel-backup',
'siteSlogan' => 'One day you\'ll thank us for this',
'siteTitle' => 'Laravel Backup',
'versions' => ['v3', 'v4', 'v5', 'v6'],
],
'laravel-medialibrary' => [
'githubUrl' => 'https://github.com/spatie/laravel-medialibrary',
'siteSlogan' => 'Associate files with Eloquent models',
'siteTitle' => 'Laravel Medialibrary',
'versions' => ['v3', 'v4', 'v5', 'v6', 'v7'],
],
'menu' => [
'githubUrl' => 'https://github.com/spatie/menu',
'siteSlogan' => 'Html menu generator',
'siteTitle' => 'Menu',
'versions' => ['v1', 'v2'],
],
'laravel-activitylog' => [
'githubUrl' => 'https://github.com/spatie/laravel-activitylog',
'siteSlogan' => 'Log the activities of your users',
'siteTitle' => 'Laravel Activitylog',
'versions' => ['v1', 'v2', 'v3'],
],
'laravel-slack-slash-command' => [
'githubUrl' => 'https://github.com/spatie/laravel-slack-slash-command',
'siteSlogan' => 'Make a Laravel app respond to a slash command from Slack',
'siteTitle' => 'Laravel Slack Slash Command',
'versions' => ['v1'],
],
'laravel-uptime-monitor' => [
'githubUrl' => 'https://github.com/spatie/laravel-uptime-monitor',
'siteSlogan' => 'A powerful and easy to configure uptime monitor',
'siteTitle' => 'Laravel Uptime Monitor',
'versions' => ['v1', 'v2'],
],
'laravel-uptime-monitor' => [
'githubUrl' => 'https://github.com/spatie/laravel-uptime-monitor',
'siteSlogan' => 'A powerful and easy to configure uptime monitor',
'siteTitle' => 'Laravel Uptime Monitor',
'versions' => ['v1', 'v2', 'v3'],
],
'laravel-tags' => [
'githubUrl' => 'https://github.com/spatie/laravel-tags',
'siteSlogan' => 'A powerful tagging package. Batteries included.',
'siteTitle' => 'Laravel Tags',
'versions' => ['v1', 'v2'],
],
'image' => [
'githubUrl' => 'https://github.com/spatie/image',
'siteSlogan' => 'Manipulate images with an expressive API',
'siteTitle' => 'Image',
'versions' => ['v1'],
],
'laravel-server-monitor' => [
'githubUrl' => 'https://github.com/spatie/laravel-server-monitor',
'siteSlogan' => "Don't let them melt",
'siteTitle' => 'Laravel Server Monitor',
'versions' => ['v1'],
],
'html' => [
'githubUrl' => 'https://github.com/spatie/laravel-html',
'siteSlogan' => 'Generate html with ease',
'siteTitle' => 'Laravel Html',
'versions' => ['v1', 'v2'],
],
'laravel-event-projector' => [
'githubUrl' => 'https://github.com/spatie/laravel-event-projector',
'siteSlogan' => 'Event Sourcing for Artisans',
'siteTitle' => 'Laravel Event Projector',
'versions' => ['v1', 'v2'],
],
'laravel-blade-x' => [
'githubUrl' => 'https://github.com/spatie/laravel-blade-x',
'siteSlogan' => 'Supercharged Blade Components',
'siteTitle' => 'Laravel Blade X',
'versions' => ['v2'],
],
'enum' => [
'githubUrl' => 'https://github.com/spatie/enum',
'siteSlogan' => 'Strongly typed enums',
'siteTitle' => 'Enum',
'versions' => ['v1', 'v2'],
],
];