PHP Classes

laravel-dev: Preset Laravel developer packages

Recommend this page to a friend!
  Info   View files View files (7)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 65 This week: 1All time: 10,347 This week: 571Up
Version License PHP version Categories
laravel-dev 1.0MIT/X Consortium ...5.4PHP 5, Tools, Libraries
Description 

Author

This package can preset Laravel developer packages.

It can register several well known packages as service providers.

Currently it sets providers for services dev-booter, laravel-ide-helper, laravel-view-generator, and interactive-make.

Innovation Award
PHP Programming Innovation award nominee
August 2017
Number 7


Prize: One year server license IP to country, region, city, latitude, longitude, ZIP code, time zone, area code database
When you are using the Laravel framework to develop your applications, you can register several types of service provider packages to help in your development efforts.

This package registers several well known packages as service providers for different useful purposes.

Manuel Lemos
Picture of Andre Roque Filipe
  Performance   Level  
Name: Andre Roque Filipe is available for providing paid consulting. Contact Andre Roque Filipe .
Classes: 9 packages by
Country: Portugal Portugal
Age: 31
All time rank: 123215 in Portugal Portugal
Week rank: 420 Up4 in Portugal Portugal Up
Innovation award
Innovation award
Nominee: 2x

Details

Laravel 5 Development Bundle

Install

This package is meant to be used on development only.

Require this package with composer using the following command:

composer require masnathan/laravel-dev --dev

In Laravel, instead of adding the service provider in the config/app.php file, you can add the following code to your app/Providers/AppServiceProvider.php file, within the register() method:

public function register()
{
    if ($this->app->environment() !== 'production') {
        $this->app->register(\MASNathan\LaravelDev\ServiceProvider::class);
    }
    // ...
}

This will allow your application to load the Laravel Dev on non-production environments.

To publish the configurations you can simply run the following command:

php artisan vendor:publish --provider="MASNathan\LaravelDev\ServiceProvider" --tag="config"

That's it!

Now you have the following packages up and running:


  Files folder image Files  
File Role Description
Files folder imageconfig (1 file)
Files folder imagesrc (1 file, 1 directory)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  config  
File Role Description
  Accessible without login Plain text file laravel-dev.php Conf. Configuration script

  Files folder image Files  /  src  
File Role Description
Files folder imageProviders (2 files)
  Plain text file ServiceProvider.php Class Class source

  Files folder image Files  /  src  /  Providers  
File Role Description
  Plain text file LaravelDevBooter.php Class Class source
  Plain text file LaravelIdeHelper.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:65
This week:1
All time:10,347
This week:571Up