PHPackages                             shawnsandy/laravel-install-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. shawnsandy/laravel-install-kit

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

shawnsandy/laravel-install-kit
==============================

A simple starter package for creating composer packages, based on php-league skelton

v0.6.3(9y ago)434MITPHPPHP &gt;=5.5.9

Since Apr 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/LaravelToolKit/laravel-install-kit)[ Packagist](https://packagist.org/packages/shawnsandy/laravel-install-kit)[ Docs](https://github.com/LaravelToolKit/laravel-install-kit)[ RSS](/packages/shawnsandy-laravel-install-kit/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (43)Versions (24)Used By (0)

Laravel Install Kit
===================

[](#laravel-install-kit)

[![Latest Version on Packagist](https://camo.githubusercontent.com/000a0cc1230bdf3c502bb75837e1ae4cd0002c7e0916aeb1579bc97e222ced06/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736861776e73616e64792f6c61726176656c2d696e7374616c6c2d6b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shawnsandy/laravel-install-kit)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/c0fd12ea779c17a3570e38fac4a3a9889483561e0d7ef5d7b013cbf3e2cee97d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4c61726176656c546f6f6c4b69742f73696d706c655f7061636b2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/LaravelToolKit/simple_pack)[![Total Downloads](https://camo.githubusercontent.com/96aeba17b9cb6b69b309712c2074cb7be579424955cec489933dac6a7df8f9b5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736861776e73616e64792f6c61726176656c2d696e7374616c6c2d6b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shawnsandy/laravel-install-kit)[![StyleCI](https://camo.githubusercontent.com/8133a7f8b0ee07958f7802586c04ce5cf5ba96e19e6ca626050fd4272a4a96d9/68747470733a2f2f7374796c6563692e696f2f7265706f732f35353530333130332f736869656c64)](https://styleci.io/repos/55503103)[![SensioLabsInsight](https://camo.githubusercontent.com/cde8900f9103ad7bfdcb8ceb977a0b82113a7a6d55055c404df660566fdd144e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f35376631343431632d653833392d343061352d396562662d3734633161666533656539362f6d696e692e706e67)](https://insight.sensiolabs.com/projects/57f1441c-e839-40a5-9ebf-74c1afe3ee96)

A simple Laravel PHP toolkit that contains and installs most of the Laravel packages that I regularly need to get ky laravel projects up and running. It replace the need for stater kits like laravel-hackaton-starter , not that these are bad I just prefer to roll my own on top of fresh install of laravel `laravel new blog` or `composer create-project --prefer-dist laravel/laravel blog`, just keeps me sane `;-)`.

### Packages

[](#packages)

```
 "require": {
   "php": ">=5.5.9",
       "barryvdh/laravel-debugbar": "^2.2",
       "laravelcollective/html": "^5.2",
       "doctrine/dbal": "^2.5",
       "barryvdh/laravel-ide-helper": "^2.1",
       "maatwebsite/excel": "^2.1",
       "spatie/laravel-analytics": "^1.3",
       "spatie/laravel-medialibrary": "^3.17",
       "spatie/laravel-permission": "^1.3",
       "spatie/laravel-authorize": "^1.1",
       "spatie/geocoder": "^2.1",
       "mpociot/laravel-test-factory-helper": "^0.2.0",
       "laravel/socialite": "^2.0",
       "spatie/googlesearch": "^2.0",
       "styde/html": "~1.1",
       "laracasts/utilities": "^2.1",
       "jeroen-g/laravel-packager": "^1.5",
       "laracasts/flash": "^2.0",
       "laracasts/generators": "^1.1",
       "cviebrock/eloquent-sluggable": "^3.1",
       "rap2hpoutre/laravel-log-viewer": "^0.6.0",
       "vinkla/hashids": "^2.2",
       "spatie/activitylog": "^2.4",
       "mews/purifier": "^2.0",
       "mcamara/laravel-localization": "^1.1",
       "barryvdh/laravel-elfinder": "^0.3.7",
       "greggilbert/recaptcha": "^2.1",
       "sven/artisan-view": "^1.0",
       "fedeisas/laravel-mail-css-inliner": "^1.4",
       "davejamesmiller/laravel-breadcrumbs": "^3.0",
       "sofa/revisionable": "^5.2",
       "graham-campbell/exceptions": "^8.4",
       "filp/whoops": "^2.1",
       "ipunkt/laravel-analytics": "^1.1",
       "anahkiasen/former": "^4.0",
       "proengsoft/laravel-jsvalidation": "^1.3",
       "evercode1/view-maker": "^3.4",
       "drawmyattention/laravel-make-resource": "~1.0",
       "anahkiasen/underscore-php": "^2.0","jeroen-g/laravel-packager": "^1.5",
       "arrilot/laravel-widgets": "^3.4"

  },
```

**Dev packages** install on your own

```
    "laracasts/generators": "^1.1"
```

Install
-------

[](#install)

Via Composer

```
    $ composer require shawnsandy/laravel-install-kit
```

**Providers** `config/app.php -- providers`

```
$providers => [

    /*
    * Vendor Service Providers
    */
    Laravel\Socialite\SocialiteServiceProvider::class,
    Barryvdh\Debugbar\ServiceProvider::class,
    Collective\Html\HtmlServiceProvider::class,
    Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
    Maatwebsite\Excel\ExcelServiceProvider::class,
    Spatie\LaravelAnalytics\LaravelAnalyticsServiceProvider::class,
    Spatie\Authorize\AuthorizeServiceProvider::class,
    Spatie\Permission\PermissionServiceProvider::class,
    Spatie\MediaLibrary\MediaLibraryServiceProvider::class,
    Spatie\Geocoder\GeocoderServiceProvider::class,
    Spatie\Activitylog\ActivitylogServiceProvider::class,
    Mpociot\LaravelTestFactoryHelper\TestFactoryHelperServiceProvider::class,
    Styde\Html\HtmlServiceProvider::class,
    Cviebrock\EloquentSluggable\SluggableServiceProvider::class,
    Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class,
    Vinkla\Hashids\HashidsServiceProvider::class,
    Mews\Purifier\PurifierServiceProvider::class,
    Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider::class,
    Barryvdh\Elfinder\ElfinderServiceProvider::class,
    Greggilbert\Recaptcha\RecaptchaServiceProvider::class,
    Sven\ArtisanView\ArtisanViewServiceProvider::class,
    Vinkla\Hashids\HashidsServiceProvider::class,
    Fedeisas\LaravelMailCssInliner\LaravelMailCssInlinerServiceProvider::class,
    DaveJamesMiller\Breadcrumbs\ServiceProvider::class,
    Kris\LaravelFormBuilder\FormBuilderServiceProvider::class,
    JeroenG\Packager\PackagerServiceProvider::class,
    Sofa\Revisionable\Laravel\ServiceProvider::class,
    GrahamCampbell\Exceptions\ExceptionsServiceProvider::class,
    Ipunkt\LaravelAnalytics\AnalyticsServiceProvider::class,
    Sven\EnvProviders\EnvServiceProvider::class,
    Prettus\Repository\Providers\RepositoryServiceProvider::class,
    InfyOm\Generator\InfyOmGeneratorServiceProvider::class,
    InfyOm\CoreTemplates\CoreTemplatesServiceProvider::class,
    Former\FormerServiceProvider::class,
    Proengsoft\JsValidation\JsValidationServiceProvider::class,
    Evercode1\ViewMaker\ViewMakerServiceProvider::class,
    Arrilot\Widgets\ServiceProvider::class,
    Nwidart\Modules\LaravelModulesServiceProvider::class,

    ]
```

**Aliases** `config/app.php -- aliases`

```
$aliases => [

    /*
     * Vendor aliases
     */
    'Debugbar' => Barryvdh\Debugbar\Facade::class,
    'Html' => Collective\Html\HtmlFacade::class,
    'Geocoder' => Spatie\Geocoder\GeocoderFacade::class,
    'LaravelAnalytics' => Spatie\LaravelAnalytics\LaravelAnalyticsFacade::class,
    'Excel' => Maatwebsite\Excel\Facades\Excel::class,
    'Alert' => Styde\Html\Facades\Alert::class,
    'Field' => Styde\Html\Facades\Field::class,
    'Menu' => Styde\Html\Facades\Menu::class,
    'Hashids' => Vinkla\Hashids\Facades\Hashids::class,
    'Purifier' => Mews\Purifier\Facades\Purifier::class,
    'LaravelLocalization'   => Mcamara\LaravelLocalization\Facades\LaravelLocalization::class,
    'Recaptcha' => Greggilbert\Recaptcha\Facades\Recaptcha::class,
    'Hashids' => Vinkla\Hashids\Facades\Hashids::class,
    'Tracker' => PragmaRX\Tracker\Vendor\Laravel\Facade::class,
    'Breadcrumbs' => DaveJamesMiller\Breadcrumbs\Facade::class,
    'FormBuilder' => Kris\LaravelFormBuilder\Facades\FormBuilder::class,
    'Socialite' => Laravel\Socialite\Facades\Socialite::class,
    'Analytics' => Ipunkt\LaravelAnalytics\AnalyticsFacade::class,
    'Former' => 'Former\Facades\Former',
    'JsValidator' => Proengsoft\JsValidation\Facades\JsValidatorFacade::class,
    'Widget'       => Arrilot\Widgets\Facade::class,
    'AsyncWidget'  => Arrilot\Widgets\AsyncFacade::class,
    'Module' => Nwidart\Modules\Facades\Module::class,

    ]
```

**Middleware**

```
    protected $middleware = [
        //...
        \Styde\Html\Alert\Middleware::class,
        //...
    ];
```

**Middleware (Route)** `app/Http/Kernel.php`

```
protected $routeMiddleware = [
  ...
  'can' => \Spatie\Authorize\Middleware\Authorize::class,

];
```

**Providers**

```
    /**
       * Register any application services.
       *
       * @return void
       */
      public function register()
      {
          /*
           * Custom providers
           */
          if ($this->app->environment() == 'local') {
              $this->app->register('Laracasts\Generators\GeneratorsServiceProvider');
          }
      }

```

Usage
=====

[](#usage)

Packages / Artisan Commands
---------------------------

[](#packages--artisan-commands)

**Laravel Debugbar**

```
    php artisan vendor:publish --provider="Barryvdh\Debugbar\ServiceProvider"
```

**StydeNet Html**

```
    php artisan vendor:publish --provider='Styde\Html\HtmlServiceProvider'
```

**Laravel Packages**

**Laravel 5 IDE Helper Generator**

```
    php artisan vendor:publish --provider="Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider" --tag=config
```

**Laravel Analytics**

```
    php artisan vendor:publish --provider="Spatie\LaravelAnalytics\LaravelAnalyticsServiceProvider"

```

**Laravel Media Library**

```
    php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations"
```

**Laravel Authorize**

```
    php artisan vendor:publish --provider="Spatie\Authorize\AuthorizeServiceProvider"
```

**Laravel Geocoder**

```
    php artisan vendor:publish --provider="Spatie\Authorize\AuthorizeServiceProvider"
```

**Laravel Test Factory Generator**

**Laravel Google Search**

```
     php artisan vendor:publish --provider="Spatie\GoogleSearch\GoogleSearchServiceProvider"
```

**Laravel Flash**

**Eloquent-Sluggable**

**Laravel log viewer**

**Laravel Hashids**

**Laravel Activity Log**

**Laravel Localization**

**Laravel Localization**

**Laravel elFinder**

**Google ReCaptcha**

**Laravel Mail CSS-Inliner**

**Laravel Bread Crumbs**

**Sofa/Revionable**

**Laravel Exceptions**

**Laravel Analytics**

**Laravel EnvProviders**

**Former**

**Laravel JsValidation**

**View Maker**

ViewMaker is for use with the Laravel PHP framework (5.2 and up) Artisan command line tool.

ViewMaker adds 10 new artisan commands, providing ready-made templates for CRUD generation, Views and Datagrids, with ajax-powered search, column sorts and pagination. You can create and test a foundation of code with crud and views in under a minute.

**Laravel Widgets**

Recommend Packages
------------------

[](#recommend-packages)

**Laravel Generators**

**Laravel Modules**

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
    $ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [shawn sandy](https://github.com/shawnsandy)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Recently: every ~11 days

Total

21

Last Release

3590d ago

PHP version history (3 changes)v0.1PHP ~5.5|~7.0

v0.6PHP ~5.6|~7.0

v0.6.1PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/156cac1775411dd2db8278fe9267bcc9e76c49aa2a6c1f683b961cce1744c8a8?d=identicon)[shawnsandy](/maintainers/shawnsandy)

---

Top Contributors

[![shawnsandy](https://avatars.githubusercontent.com/u/28913?v=4)](https://github.com/shawnsandy "shawnsandy (71 commits)")[![philsturgeon](https://avatars.githubusercontent.com/u/67381?v=4)](https://github.com/philsturgeon "philsturgeon (31 commits)")[![frankdejonge](https://avatars.githubusercontent.com/u/534693?v=4)](https://github.com/frankdejonge "frankdejonge (15 commits)")[![RobLoach](https://avatars.githubusercontent.com/u/25086?v=4)](https://github.com/RobLoach "RobLoach (7 commits)")[![colinodell](https://avatars.githubusercontent.com/u/202034?v=4)](https://github.com/colinodell "colinodell (5 commits)")[![reinink](https://avatars.githubusercontent.com/u/882133?v=4)](https://github.com/reinink "reinink (5 commits)")[![bcrowe](https://avatars.githubusercontent.com/u/752603?v=4)](https://github.com/bcrowe "bcrowe (5 commits)")[![ravage84](https://avatars.githubusercontent.com/u/625761?v=4)](https://github.com/ravage84 "ravage84 (4 commits)")[![marcqualie](https://avatars.githubusercontent.com/u/101022?v=4)](https://github.com/marcqualie "marcqualie (4 commits)")[![EmanueleMinotto](https://avatars.githubusercontent.com/u/417201?v=4)](https://github.com/EmanueleMinotto "EmanueleMinotto (4 commits)")[![hassankhan](https://avatars.githubusercontent.com/u/1781985?v=4)](https://github.com/hassankhan "hassankhan (3 commits)")[![browner12](https://avatars.githubusercontent.com/u/5232313?v=4)](https://github.com/browner12 "browner12 (3 commits)")[![assertchris](https://avatars.githubusercontent.com/u/200609?v=4)](https://github.com/assertchris "assertchris (2 commits)")[![alexbilbie](https://avatars.githubusercontent.com/u/77991?v=4)](https://github.com/alexbilbie "alexbilbie (2 commits)")[![kdubuc](https://avatars.githubusercontent.com/u/895661?v=4)](https://github.com/kdubuc "kdubuc (2 commits)")[![mAAdhaTTah](https://avatars.githubusercontent.com/u/4371429?v=4)](https://github.com/mAAdhaTTah "mAAdhaTTah (2 commits)")[![josevieirame](https://avatars.githubusercontent.com/u/1133889?v=4)](https://github.com/josevieirame "josevieirame (1 commits)")[![clarkeash](https://avatars.githubusercontent.com/u/1612186?v=4)](https://github.com/clarkeash "clarkeash (1 commits)")[![nyamsprod](https://avatars.githubusercontent.com/u/51073?v=4)](https://github.com/nyamsprod "nyamsprod (1 commits)")[![pborreli](https://avatars.githubusercontent.com/u/77759?v=4)](https://github.com/pborreli "pborreli (1 commits)")

---

Tags

shawnsandylaravel-install-kit

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/shawnsandy-laravel-install-kit/health.svg)

```
[![Health](https://phpackages.com/badges/shawnsandy-laravel-install-kit/health.svg)](https://phpackages.com/packages/shawnsandy-laravel-install-kit)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[ronasit/laravel-helpers

Provided helpers function and some helper class.

1475.7k13](/packages/ronasit-laravel-helpers)[tapp/filament-form-builder

User facing form builder using Filament components

131.2k1](/packages/tapp-filament-form-builder)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
