Skip to content

Commit

Permalink
fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Sep 5, 2022
1 parent 8d26da3 commit aa5a768
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 145 deletions.
Empty file removed Http/Controllers/.gitkeep
Empty file.
Empty file removed Http/Middleware/.gitkeep
Empty file.
Empty file removed Http/Requests/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion Providers/AuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function boot()
*/
public function register()
{
$this->app->register(RouteServiceProvider::class);
//
}

/**
Expand Down
69 changes: 0 additions & 69 deletions Providers/RouteServiceProvider.php

This file was deleted.

Empty file removed Routes/.gitkeep
Empty file.
18 changes: 0 additions & 18 deletions Routes/api.php

This file was deleted.

16 changes: 0 additions & 16 deletions Routes/web.php

This file was deleted.

29 changes: 25 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,33 @@
{
"name": "nwidart/auth",
"description": "",
"name": "queents/auth-module",
"description": "Auth Module for VILT framework to convert any Model to Auth Model with full API",
"type": "laravel-module",
"license": "MIT",
"keywords": [
"laravel",
"VILT",
"base",
"resource",
"page",
"vilt-admin",
"Vilt stack",
"admin panel",
"admin one",
"vuejs",
"ineriajs",
"tailwind.css"
],
"homepage": "https://www.queentechsolutions.net",
"authors": [
{
"name": "Nicolas Widart",
"email": "[email protected]"
"name": "Fady Mondy",
"email": "[email protected]",
"role": "Senior Fullstack Developer"
}
],
"require": {
"queents/vilt": "^1.0"
},
"extra": {
"laravel": {
"providers": [],
Expand Down
17 changes: 15 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"name": "Auth",
"alias": "auth",
"description": "",
"keywords": [],
"description": "Auth Module for VILT framework to convert any Model to Auth Model with full API",
"keywords": [
"laravel",
"VILT",
"base",
"resource",
"page",
"vilt-admin",
"Vilt stack",
"admin panel",
"admin one",
"vuejs",
"ineriajs",
"tailwind.css"
],
"priority": 0,
"providers": [
"Modules\\Auth\\Providers\\AuthServiceProvider"
Expand Down
21 changes: 0 additions & 21 deletions package.json

This file was deleted.

14 changes: 0 additions & 14 deletions webpack.mix.js

This file was deleted.

0 comments on commit aa5a768

Please sign in to comment.