2017 © Pedro Peláez
 

library manager

Manage, install and search laravel base packages.

image

qafeen/manager

Manage, install and search laravel base packages.

  • Sunday, January 15, 2017
  • by modelizer
  • Repository
  • 1 Watchers
  • 8 Stars
  • 1,537 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 58 % Grown

The README.md

Logo Laravel Package Manager

, (*1)

Manager aims to automate package search and install functionality.

  1. Register Service provider and facade.
  2. Search relevant package.
  3. Run migration.
  4. Publish blade and vue files.
  5. Run necessary command specific to a package (coming soon).
  6. Uninstall package (comming soon).

Installation:

Get manager package., (*2)

  composer require qafeen/manager

Register service provider. Possibilities are this will be your last time to do it manually., (*3)

  Qafeen\Manager\ManagerServiceProvider::class,

We are done!

Now let's install package by using our newly added manager. To search and add a package you need to run:, (*4)

php artisan add passport

Manager will look for the package and give you the results:, (*5)

Manager search result if package not found by the given name, (*6)

Once you selected a package then composer will take care to download it and Manager will find service providers and facades to register. Also manager will look for migration files to run., (*7)

Service providers and facades registration, (*8)

If you are very specific to a package and know what you want to download then you can do it directly:, (*9)

php artisan add zizaco/entrust:5.2.x-dev

Notes:

Manager store your service providers and facades in different file config/manager.php and will take care to load it., (*10)

, (*11)

Contribution

Just do it. You are welcome :), (*12)

, (*13)

Credits

Contributors Twitter Ask for Help Contact / Hire Site
Mohammed Mudasir (Creator) @md_mudasir Get help on Codementor hello@mudasir.me http://mudasir.me

The Versions

15/01 2017

dev-master

9999999-dev

Manage, install and search laravel base packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mohammed Mudasir

laravel package package manager

15/01 2017

v0.2.1

0.2.1.0

Manage, install and search laravel base packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mohammed Mudasir

laravel package package manager

12/01 2017

v0.2

0.2.0.0

Manage, install and search laravel base packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mohammed Mudasir

laravel package package manager

10/01 2017

v0.1

0.1.0.0

Manage, install and search laravel base packages.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mohammed Mudasir

laravel package package manager