Download the PHP package mykemeynell/archuser without Composer
On this page you can find all versions of the php package mykemeynell/archuser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mykemeynell/archuser
More information about mykemeynell/archuser
Files in mykemeynell/archuser
Package archuser
Short Description User Layer Architecture for Laravel (Service, Repository, Entity)
License
Informations about the package archuser
User Storage Layer Architecture
A small package that sets up a Service, Repository and Entity for user storage. You can extend the classes and interfaces within this package to add your own additional functionality, or use the ones that come with this package as default.
Installation via Composer
-
Get the latest version of ArchUser for your application.
-
Include the service provider within your application.
-
Bind the Service, Repository and Entity to your application.
-
Register any aliases and populate your providers method appropriately, I have a couple of packages at and . The following instructions are based on using those packages.
- Call the method.