Download the PHP package shawnsandy/laravel-install-kit without Composer

On this page you can find all versions of the php package shawnsandy/laravel-install-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-install-kit

Laravel Install Kit

Latest Version on Packagist Build Status Total Downloads StyleCI SensioLabsInsight

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 https://github.com/unicodeveloper/laravel-hackathon-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

Dev packages install on your own

Install

Via Composer

Providers config/app.php -- providers

Aliases config/app.php -- aliases

Middleware

Middleware (Route) app/Http/Kernel.php

Providers

Usage

Packages / Artisan Commands

Laravel Debugbar

StydeNet Html https://github.com/StydeNet/html

Laravel Packages https://github.com/Jeroen-G/laravel-packager

Laravel 5 IDE Helper Generator https://github.com/barryvdh/laravel-ide-helper

Laravel Analytics https://github.com/spatie/laravel-analytics

Laravel Media Library https://github.com/spatie/laravel-medialibrary

Laravel Authorize https://github.com/spatie/laravel-authorize

Laravel Geocoder https://github.com/spatie/geocoder

Laravel Test Factory Generator https://github.com/mpociot/laravel-test-factory-helper

Laravel Google Search https://github.com/spatie/googlesearch

Laravel Flash https://github.com/laracasts/flash

Eloquent-Sluggable https://github.com/cviebrock/eloquent-sluggable

Laravel log viewer https://github.com/rap2hpoutre/laravel-log-viewer

Laravel Hashids https://github.com/vinkla/hashids

Laravel Activity Log https://github.com/spatie/activitylog

Laravel Localization https://github.com/spatie/activitylog

Laravel Localization https://github.com/spatie/activitylog

Laravel elFinder https://github.com/barryvdh/laravel-elfinder

Google ReCaptcha https://github.com/greggilbert/recaptcha

Laravel Mail CSS-Inliner https://github.com/fedeisas/laravel-mail-css-inliner

Laravel Bread Crumbs https://github.com/davejamesmiller/laravel-breadcrumbs

Sofa/Revionable https://github.com/jarektkaczyk/revisionable

Laravel Exceptions https://github.com/GrahamCampbell/Laravel-Exceptions

Laravel Analytics https://github.com/ipunkt/laravel-analytics

Laravel EnvProviders https://github.com/svenluijten/env-providers

Former https://github.com/formers/former

Laravel JsValidation https://github.com/proengsoft/laravel-jsvalidation

View Maker https://github.com/evercode1/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 https://github.com/arrilot/laravel-widgets

Recommend Packages

Laravel Generators http://labs.infyom.com/laravelgenerator/docs/getting-started/installation

Laravel Modules https://github.com/nWidart/laravel-modules

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

Contributing

Please see CONDUCT for details.

Security

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

Credits

License

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


All versions of laravel-install-kit with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.9
barryvdh/laravel-debugbar Version ^2.2
laravelcollective/html Version ^5.2
doctrine/dbal Version ^2.5
barryvdh/laravel-ide-helper Version ^2.1
maatwebsite/excel Version ^2.1
spatie/laravel-analytics Version ^1.3
spatie/laravel-medialibrary Version ^3.17
spatie/laravel-permission Version ^1.3
spatie/laravel-authorize Version ^1.1
spatie/geocoder Version ^2.1
mpociot/laravel-test-factory-helper Version ^0.2.0
laravel/socialite Version ^2.0
spatie/googlesearch Version ^2.0
styde/html Version ~1.1
laracasts/utilities Version ^2.1
jeroen-g/laravel-packager Version ^1.5
laracasts/flash Version ^2.0
laracasts/generators Version ^1.1
cviebrock/eloquent-sluggable Version ^3.1
rap2hpoutre/laravel-log-viewer Version ^0.6.0
vinkla/hashids Version ^2.2
spatie/activitylog Version ^2.4
mews/purifier Version ^2.0
mcamara/laravel-localization Version ^1.1
barryvdh/laravel-elfinder Version ^0.3.7
greggilbert/recaptcha Version ^2.1
sven/artisan-view Version ^1.0
fedeisas/laravel-mail-css-inliner Version ^1.4
davejamesmiller/laravel-breadcrumbs Version ^3.0
sofa/revisionable Version ^5.2
graham-campbell/exceptions Version ^8.4
filp/whoops Version ^2.1
ipunkt/laravel-analytics Version ^1.1
anahkiasen/former Version ^4.0
proengsoft/laravel-jsvalidation Version ^1.3
evercode1/view-maker Version ^3.4
drawmyattention/laravel-make-resource Version ~1.0
anahkiasen/underscore-php Version ^2.0
arrilot/laravel-widgets Version ^3.4
nwidart/laravel-modules Version ^0.5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package shawnsandy/laravel-install-kit contains the following files

Loading the files please wait ....