| Package Data | |
|---|---|
| Maintainer Username: | RowlandOti |
| Maintainer Contact: | rowlandmtetezi@gmail.com (Otieno Rowland) |
| Package Create Date: | 2015-08-17 |
| Package Last Update: | 2016-06-04 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:14:56 |
| Package Statistics | |
|---|---|
| Total Downloads: | 105 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
A Laravel 5 package to add users to a site
Create Users Edit Users Delete Users
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