rowland/ooglee-user

A Laravel 5 Ooglee-module to add users to a site

dev-master 2016-05-23 08:32 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:37:14 UTC


README

Status

Build 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