Download the PHP package eduardoarandah/usermanager without Composer

On this page you can find all versions of the php package eduardoarandah/usermanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package usermanager

Backpack\UserManager

An admin interface to easily add/edit/remove users, using Backpack for Laravel

Backpack 4

user-manager

Backpack 3

user-manager

Security updates and breaking changes

Please subscribe to the Backpack Newsletter so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.

Install on Backpack v4.1 (Laravel 6 or Laravel 7)

1) In your terminal:

2) Add Backpack's CrudTrait on your User model:

By default: app/User.php

3) [Optional] If your User model is NOT App\User::class or your users table is not users, you should publish this package's config file and correct those assumptions in the config/eduardoarandah/usermanager.php file. To publish file, run:

4) [Optional] Add a sidebar link

(alternatively, manually add an item in or )

Install on Backpack v4.0 (Laravel 6 or Laravel 7)

1) In your terminal:

2) Add Backpack's CrudTrait on your User model:

By default: app/Models/BackpackUser.php

3) [Optional] Add a sidebar link

(alternatively, manually add an item in or )

Install on Backpack v3 (Laravel 5)

1) In your terminal:

2) For Laravel <5.5, add the service provider to your config/app.php file:

3) Use the following traits on your User model:

4) [Optional] Add a menu item for it:

(alternatively, manually add an item in or )

How to extend this package

When you need more control on your user model, the best way is copying the code.

You can even make your own CRUD controller with php artisan backpack:crud user and simply add handlePasswordInput addFields methods in src/app/Http/Controllers/UserCrudController. See code

To copy source code into your project

Go to vendor/eduardoarandah/usermanager/src and copy:

Now you can remove the package with composer:

Documentation for fields (updating/creating)

https://laravel-backpack.readme.io/docs/crud-fields

Documentation for columns (list view)

https://laravel-backpack.readme.io/docs/crud-columns-types

Upgrade from Backpack 4.0 to 4.1

To successfully use this package after you upgrade your project from Backpack 4.0 to Backpack 4.1, you need to:


All versions of usermanager with dependencies

PHP Build Version
Package Version
Requires backpack/crud Version ^4.1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package eduardoarandah/usermanager contains the following files

Loading the files please wait ....