Download the PHP package swancreative/laravel-users without Composer
On this page you can find all versions of the php package swancreative/laravel-users. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download swancreative/laravel-users
More information about swancreative/laravel-users
Files in swancreative/laravel-users
Package laravel-users
Short Description Laravel Users Management Package
License MIT
Informations about the package laravel-users
Laravel-Users | A Laravel Users Management Package
Introduction
A Users Management Package that includes all necessary routes, views, models, and controllers for a user management dashboard and associated pages for managing Laravels built in user scaffolding. Built for Laravel 5.2, 5.3, 5.4, and 5.5+.
Requirements
-
Laravel 5.2, 5.3, 5.4, and 5.5+
Example new project creation command:
-
Laravel Authentication Scaffolding
Authentication installation commands:
Installation
-
From your projects root folder in terminal run:
Laravel 5.5+ use:
-
Register Package
- Laravel 5.5 and up
Uses package auto discovery feature, no need to edit the
config/app.php
file.
- Laravel 5.5 and up
Uses package auto discovery feature, no need to edit the
-
Register the dependencies aliases
- Laravel 5.5 and up
Uses package auto discovery feature, no need to edit the
config/app.php
file.
- Laravel 5.5 and up
Uses package auto discovery feature, no need to edit the
- Publish the packages language files by running the following from your projects root folder:
Routes
Required Packages
(included in this package)
License
Laravel-Users | A Laravel Users Management Package is open-sourced software licensed under the MIT license