Skip to content

Commit

Permalink
Configuración de voyager admin con pagina para ordenes
Browse files Browse the repository at this point in the history
  • Loading branch information
alejo committed May 3, 2020
1 parent 090d4d1 commit 2942558
Show file tree
Hide file tree
Showing 27 changed files with 3,850 additions and 76 deletions.
2 changes: 1 addition & 1 deletion app/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;

class User extends Authenticatable
class User extends \TCG\Voyager\Models\User
{
use Notifiable;

Expand Down
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"laravel/framework": "^7.0",
"laravel/tinker": "^2.0",
"laravel/ui": "^2.0",
"srmklive/paypal": "~1.0"
"srmklive/paypal": "~1.0",
"tcg/voyager": "^1.4"
},
"require-dev": {
"facade/ignition": "^2.0",
Expand Down Expand Up @@ -62,5 +63,11 @@
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
]
},
"repositories": {
"hooks": {
"type": "composer",
"url": "https://larapack.io"
}
}
}
}
Loading

0 comments on commit 2942558

Please sign in to comment.