dev-master
9999999-devA Laravel 5 Ooglee-module to add users to a site
MIT
The Requires
- php >=5.4.0
- illuminate/support ~5
- rowland/ooglee-core dev-master
The Development Requires
by Otieno Rowland
laravel blog
A Laravel 5 Ooglee-module to add users to a site
A Laravel 5 package to add users to a site, (*2)
Create Users Edit Users Delete Users, (*3)
Composer require "rowland/ooglee-user"
, (*4)
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
, (*5)
A Laravel 5 Ooglee-module to add users to a site
MIT
laravel blog