Download the PHP package jeremykenedy/laravel-packagist without Composer
On this page you can find all versions of the php package jeremykenedy/laravel-packagist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-packagist
Laravel Packagist
Laravel Packagist (LaravelPackagist) is a package for Laravel 5 to interact with the packagist api quickly and easily.
Table of contents
- Features
- Requirements
- Installation Instructions
- Publish All Assets
- Publish Specific Assets
- Usage
- Configuration
- Environment File
- File Tree
- License
Features
Laravel Packagist Features |
---|
Quicky start pulling vendor data from packagist via the API |
Quicky start pulling package data from packagist via the API |
Can use laravel built in cache to make it even faster |
Config options extend to .env file |
Uses localization language files |
Requirements
Installation Instructions
-
From your projects root folder in terminal run:
- Register the package
-
Laravel 5.5 and up Uses package auto discovery feature, no need to edit the
config/app.php
file. - Laravel 5.4 and below
Register the package with laravel in
config/app.php
underproviders
with the following:
- Optionally publish the packages views, config file, assets, and language files by running the following from your projects root folder:
Publish All Assets
Publish Specific Assets
Usage
- Add the following to the head of the file you are calling the methods from:
File Example:
- Call the methods with the following:
Configuration
There are many configurable options which have all been extended to be able to configured via .env
file variables. Editing the configuration file directly is not needed becuase of this.
- See config file: [laravelpackagist.php]().
Environment File
File Tree
- Tree command can be installed using brew:
brew install tree
- File tree generated using command
tree -a -I '.git|node_modules|vendor|storage|tests'
License
Laravel Packagist is licensed under the MIT license. Enjoy!