Download the PHP package viitech/laravel-dev-helpers without Composer

On this page you can find all versions of the php package viitech/laravel-dev-helpers. 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-dev-helpers

laravel-dev-helpers

Laravel Dev Helper Functions

Installation

composer require viitech/laravel-dev-helpers:master

Middleware

Console

Environment Set Value

  1. Add \VIITech\Helpers\Console\EnvironmentSetCommand::class to Kernal.php
  2. Run php artisan env:set app_name Example

Dingo API Custom Exception Handler

  1. Add DingoAPIHelpers::exceptionHandler(App\Exceptions\Handler::class); to bootstrap/app.php

Dingo API Routes List

  1. Add \VIITech\Helpers\Console\DingoRoutesList::class to Kernal.php
  2. Run php artisan route:list && php artisan api:routes

Packagist

Lumen Routes List

  1. Register service provider in bootstrap.app \VIITech\Helpers\Packagist\LumenRoutesListHelper::registerServiceProvider($app)
  2. Run composer dump-autoload && php artisan route:list

Laravel Tinker

  1. Register service provider in bootstrap.app \VIITech\Helpers\Packagist\TinkerHelper::registerServiceProvider($app)
  2. Run php artisan tinker

Sentry

  1. Register service provider in bootstrap.app \VIITech\Helpers\Packagist\SentryHelper::registerServiceProvider($app)
  2. Add SentryHelper::capture($this, $e); to Handler.php

Security Checker

  1. Run php vendor/sensiolabs/security-checker/security-checker security:check

Lumen Vendor Publish

  1. Add \Laravelista\LumenVendorPublish\VendorPublishCommand::class to app/Console/Kernel.php
  2. Run php artisan vendor:publish

Dingo API and JWT

Enable custom array serializer

  1. Add CustomDingoSerializerProvider::class to Service Provider in bootstrap/app.php
  2. Add API_CUSTOM_SERIALIZER=true to .env

Enable JWT

  1. Add CustomDingoSerializerProvider::class to Service Provider in bootstrap/app.php
  2. Add API_ENABLE_JWT=true to .env

Functions

Global Helpers

Google Helpers

Gitlab Helpers

Slack Helpers

Firebase Helpers

Carbon Helpers

Lumen Helpers

Mongo Helpers

Dingo API Helpers


All versions of laravel-dev-helpers with dependencies

PHP Build Version
Package Version
Requires m4tthumphrey/php-gitlab-api Version 9.*|10.*|11.*
guzzlehttp/guzzle Version 6.*|7.*
sentry/sentry-laravel Version 0.*|1.*|2.*
league/flysystem Version 1.*|2.*|3.*
league/flysystem-aws-s3-v3 Version 1.*|2.*|3.*
spatie/laravel-backup Version 5.*|6.*|7.*|8.*|9.*
ramsey/uuid Version 3.*|4.*
laravel/tinker Version 1.*|2.*
symfony/process Version 4.*|5.*|6.*
doctrine/dbal Version 2.*|3.*
google/apiclient Version 2.*
aws/aws-sdk-php-laravel Version 3.*
nesbot/carbon Version 1.*|2.*
darkaonline/l5-swagger Version 5.*|6.*|7.*|8.*
bensampo/laravel-enum Version 1.*|2.*|3.*|4.*|5.*
tymon/jwt-auth Version 0.*|1.*|2.*
webpatser/laravel-uuid Version 3.*|4.*
zanysoft/laravel-zip Version ^1.0
api-ecosystem-for-laravel/dingo-api Version dev-laravel-9-support
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 viitech/laravel-dev-helpers contains the following files

Loading the files please wait ...