Add laravel actions package

This commit is contained in:
Philipp Lang 2022-08-30 15:46:27 +02:00
parent 7dc69015f8
commit 09336537e4
2 changed files with 151 additions and 3 deletions

View File

@ -21,11 +21,12 @@
"laravel/telescope": "^4.0",
"laravel/tinker": "^2.0",
"laravel/ui": "^3.0",
"lorisleiva/laravel-actions": "^2.4",
"nunomaduro/collision": "^6.1",
"spatie/laravel-data": "^1.4",
"spatie/laravel-ignition": "^1.0",
"spatie/laravel-medialibrary": "^10.0",
"spatie/laravel-settings": "^2.2",
"nunomaduro/collision": "^6.1",
"spatie/laravel-ignition": "^1.0",
"zoomyboy/laravel-nami": "dev-master"
},
"require-dev": {

149
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6db5b636aeb38d3bfdba8dc6dd05e8dd",
"content-hash": "ffef561e0d58a7e83e987621a9193d87",
"packages": [
{
"name": "brick/math",
@ -2549,6 +2549,153 @@
],
"time": "2022-04-17T13:12:02+00:00"
},
{
"name": "lorisleiva/laravel-actions",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/lorisleiva/laravel-actions.git",
"reference": "4e60c9fbdfcea7d9977d882f3104c8996b43c169"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lorisleiva/laravel-actions/zipball/4e60c9fbdfcea7d9977d882f3104c8996b43c169",
"reference": "4e60c9fbdfcea7d9977d882f3104c8996b43c169",
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.15|^9.0",
"lorisleiva/lody": "^0.3.0",
"php": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.2",
"phpunit/phpunit": "^9.5"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Lorisleiva\\Actions\\ActionServiceProvider"
],
"aliases": {
"Action": "Lorisleiva\\Actions\\Facades\\Actions"
}
}
},
"autoload": {
"psr-4": {
"Lorisleiva\\Actions\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Loris Leiva",
"email": "loris.leiva@gmail.com",
"homepage": "https://lorisleiva.com",
"role": "Developer"
}
],
"description": "Laravel components that take care of one specific task",
"homepage": "https://github.com/lorisleiva/laravel-actions",
"keywords": [
"action",
"command",
"component",
"controller",
"job",
"laravel",
"object"
],
"support": {
"issues": "https://github.com/lorisleiva/laravel-actions/issues",
"source": "https://github.com/lorisleiva/laravel-actions/tree/v2.4.0"
},
"funding": [
{
"url": "https://github.com/sponsors/lorisleiva",
"type": "github"
}
],
"time": "2022-02-27T15:30:59+00:00"
},
{
"name": "lorisleiva/lody",
"version": "v0.3.0",
"source": {
"type": "git",
"url": "https://github.com/lorisleiva/lody.git",
"reference": "a69b2e5e4e63a07171ace00cfc262bd1c5a311ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lorisleiva/lody/zipball/a69b2e5e4e63a07171ace00cfc262bd1c5a311ee",
"reference": "a69b2e5e4e63a07171ace00cfc262bd1c5a311ee",
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.0|^9.0",
"php": "^8.0|^8.1"
},
"require-dev": {
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.20.0",
"phpunit/phpunit": "^9.5.10"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Lorisleiva\\Lody\\LodyServiceProvider"
],
"aliases": {
"Lody": "Lorisleiva\\Lody\\Lody"
}
}
},
"autoload": {
"psr-4": {
"Lorisleiva\\Lody\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Loris Leiva",
"email": "loris.leiva@gmail.com",
"homepage": "https://lorisleiva.com",
"role": "Developer"
}
],
"description": "Load files and classes as lazy collections in Laravel.",
"homepage": "https://github.com/lorisleiva/lody",
"keywords": [
"classes",
"collection",
"files",
"laravel",
"load"
],
"support": {
"issues": "https://github.com/lorisleiva/lody/issues",
"source": "https://github.com/lorisleiva/lody/tree/v0.3.0"
},
"funding": [
{
"url": "https://github.com/sponsors/lorisleiva",
"type": "github"
}
],
"time": "2022-01-25T15:50:27+00:00"
},
{
"name": "maennchen/zipstream-php",
"version": "2.2.1",