Skip to content

Laravel Composer for Laravel 5, 6. **Install with composer, create a route to `LaravelComoserController`**. Manage your packages with few steps

License

Notifications You must be signed in to change notification settings

emtiazzahid/laravel-composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-composer

Software License Travis Total Downloads

image

Install

composer require emtiazzahid/laravel-composer

Add Service Provider to config/app.php in providers section

Emtiazzahid\LaravelComposer\LaravelComposerServiceProvider::class,

Add a route in your web routes file:

Route::get('composer', '\EmtiazZahid\LaravelComposer\LaravelComposerController@index');

Go to http://myapp/composer or some other route

Optionally publish index.blade.php into /resources/views/vendor/laravel-composer/ for view customization:

php artisan vendor:publish \
  --provider="EmtiazZahid\LaravelComposer\LaravelComposerServiceProvider" \
  --tag=views

Usage

Write a few lines about the usage of this package.

Testing

Run the tests with:

vendor/bin/phpunit

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

Todo

It's also good to be able to convert a set of todos to a .json object

- [X] installed package show
- [X] package details show
- [X] package download
- [X] package remove
- [] install new package
- [x] search installed package
- [x] search existing package
- [] deactive package (revoke service provider of package)

Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

About

Laravel Composer for Laravel 5, 6. **Install with composer, create a route to `LaravelComoserController`**. Manage your packages with few steps

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published