Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onestartup-user-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Angel Martin
onestartup-user-admin
Commits
202e37b1
Commit
202e37b1
authored
Apr 20, 2018
by
Angel MAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme
parent
cf37198a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
README.md
README.md
+33
-0
No files found.
README.md
0 → 100644
View file @
202e37b1
# Package test OneStartup
**onestartup/user-admin**
is a module manage user of our project
# Installation
-
Run this in the terminal
```
php
composer
require
onestartup
/
user
-
admin
```
-
after add the ServiceProvider to the providers array in config/app.php
```
php
Onestartup\UserAdmin\UserAdminProvider
::
class
,
```
`
- Run migration
```php
php artisan migrate
```
- add next lines to app/User.php
```php
protected $fillable = [
'name', 'email', 'password','short_bio', 'rol_id'
];
```
- run serv
```php
php artisan serve
```
- test in this route how admin user
```php
http://localhost:8000/admin/user
``
`
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment