Fewos in CRM,

Fewo Clients Bookings
create / edit / delelte
via API in DB
This commit is contained in:
Kevin Adametz 2019-03-28 14:53:16 +01:00
parent aebfb0586a
commit c0c2a1822c
55 changed files with 9787 additions and 1486 deletions

54
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": "d457816de1d32981b600ca4adccb827c",
"content-hash": "b9e4fff8c2dc7abd8c210834757a7f46",
"packages": [
{
"name": "cocur/slugify",
@ -2751,6 +2751,58 @@
],
"time": "2018-07-19T23:38:55+00:00"
},
{
"name": "reliese/laravel",
"version": "v0.0.13",
"source": {
"type": "git",
"url": "https://github.com/reliese/laravel.git",
"reference": "10075c5f5e67efba18d781216ff5a0ffa3fc2d7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reliese/laravel/zipball/10075c5f5e67efba18d781216ff5a0ffa3fc2d7f",
"reference": "10075c5f5e67efba18d781216ff5a0ffa3fc2d7f",
"shasum": ""
},
"require": {
"doctrine/dbal": "~2.5",
"illuminate/console": "~5.1",
"illuminate/contracts": "~5.1",
"illuminate/database": "~5.1",
"illuminate/filesystem": "~5.1",
"illuminate/support": "~5.1",
"php": ">=5.6.4"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Reliese\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Cristian Llanos",
"email": "cristianllanos@outlook.com"
}
],
"description": "Reliese Components for Laravel Framework code generation.",
"homepage": "http://cristianllanos.com",
"keywords": [
"laravel",
"reliese"
],
"time": "2017-02-04T15:50:39+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v6.1.3",