rowland / ooglee-user
A Laravel 5 Ooglee-module to add users to a site
Installs: 105
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rowland/ooglee-user
Requires
- php: >=5.4.0
 - illuminate/support: ~5
 - rowland/ooglee-core: dev-master
 
Requires (Dev)
- phpspec/phpspec: ~2.0
 - phpunit/phpunit: ~3.7
 
This package is not auto-updated.
Last update: 2025-10-25 23:48:04 UTC
README
Status
A Laravel 5 package to add users to a site
Features
Create Users Edit Users Delete Users
Installation
Composer require "rowland/ooglee-user"
Publish the package views from resources. If you wish to override default views
php artisan publish --views
Publish the package assets from resources. If you wish to override the default views
php artisan publish --assets
Publish the package configs from the resources. I you wish to override the default config.
php artisan publish --configs
publish the package migration from resources.
php artisan publish --migration