Skip to content

Commit

Permalink
updated composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed May 14, 2018
1 parent b40f5de commit 005926d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 26 deletions.
68 changes: 43 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,44 @@
{
"name": "avored/contact",
"type": "avored-module",
"description": "AvoRed Laravel 5 E commerce Contact Module",
"keywords": ["framework", "contact" ,"cart","laravel","e commerce","laravel5","shop","shopping-cart","e-commerce","shopping cart","e commerce"],
"license": "MIT",
"authors": [
{
"name": "Purvesh ",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.0.0",
"avored/module-installer": "1.*",
"avored/framework": "dev-master",
"avored/ecommerce": "dev-master"
},
"autoload": {
"psr-4": {
"AvoRed\\Contact\\": "src"

}
}
}
"name" : "avored/contact",
"type" : "avored-module",
"description" : "AvoRed Laravel 5 E commerce Contact Module",
"keywords" : [
"framework",
"contact",
"cart",
"laravel",
"e commerce",
"laravel5",
"shop",
"shopping-cart",
"e-commerce",
"shopping cart",
"e commerce"
],
"license" : "MIT",
"authors" : [{
"name" : "Purvesh ",
"email" : "[email protected]"
}
],
"minimum-stability" : "dev",
"require" : {
"php" : ">=7.0.0",
"avored/module-installer" : "1.*",
"avored/framework" : "dev-master",
"avored/ecommerce" : "dev-master"
},
"autoload" : {
"psr-4" : {
"AvoRed\\Contact\\" : "src"
}
},
"homepage" : "https://www.avored.com/",
"support" : {
"email" : "[email protected]",
"issues" : "https://www.avored.com/dicussion",
"forum" : "https://www.avored.com/discussion",
"wiki" : "https://www.avored.com/docs",
"source" : "https://www.github.com/avored/contact"
}
}
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| and give it the controller to call when that URI is requested.
|
*/

use Illuminate\Support\Facades\Route;

Route::middleware(['web'])
->namespace('AvoRed\Contact\Http\Controllers')
Expand Down

0 comments on commit 005926d

Please sign in to comment.