mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-04 11:03:24 +00:00
feat: Add Laravel logo with detailed attributes and SVG format
This commit is contained in:
@@ -554,6 +554,36 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Laravel",
|
||||
"path": "logos/laravel.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"brand": "Laravel",
|
||||
"tags": [
|
||||
"PHP",
|
||||
"Framework"
|
||||
],
|
||||
"colors": {
|
||||
"red": "#ff2d20",
|
||||
"black": "#000000",
|
||||
"white": "#ffffff"
|
||||
},
|
||||
"targets": {
|
||||
"main": "path"
|
||||
},
|
||||
"sets": {
|
||||
"red": {
|
||||
"main": "red"
|
||||
},
|
||||
"black": {
|
||||
"main": "black"
|
||||
},
|
||||
"white": {
|
||||
"main": "white"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Matter",
|
||||
"path": "logos/matter.svg",
|
||||
@@ -929,10 +959,33 @@
|
||||
},
|
||||
{
|
||||
"name": "Laravel",
|
||||
"path": "logos/laravel.svg",
|
||||
"path": "logos/laravel-logo.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"brand": "Laravel"
|
||||
"brand": "Laravel",
|
||||
"tags": [
|
||||
"PHP",
|
||||
"Framework"
|
||||
],
|
||||
"colors": {
|
||||
"red": "#ff2d20",
|
||||
"black": "#000000",
|
||||
"white": "#ffffff"
|
||||
},
|
||||
"targets": {
|
||||
"main": "path"
|
||||
},
|
||||
"sets": {
|
||||
"red": {
|
||||
"main": "red"
|
||||
},
|
||||
"black": {
|
||||
"main": "black"
|
||||
},
|
||||
"white": {
|
||||
"main": "white"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Letsencrypt",
|
||||
|
||||
Reference in New Issue
Block a user