Download the PHP package foodineers/laravel-devtools without Composer

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

Laravel DevTools

Foodineers company-standard Laravel development toolkit. One --dev dependency that wires Pest, Pint, PHPStan/Larastan, Rector, and related tooling into every app the same way.

Requirements

Installation

That publishes the standard configs and adds the Composer scripts. Useful flags:

You can still run the steps separately:

What you get

Tool Role
Pest (+ Laravel, Arch, Type Coverage, Browser, Agent, Evals, PHPStan, Rector plugins) Testing
Laravel Pint Code style
Larastan / PHPStan Static analysis
Rector (+ Laravel & Pest sets) Automated refactors
Collision Pretty CLI errors
Laravel Boost AI-assisted Laravel development
Laravel Pao Laravel PAO tooling
Spatie Ray Local debugging
llm/skills Shared LLM skills

Published files

Source stub Destination
pint.json pint.json
phpstan.neon phpstan.neon
rector.php rector.php
Pest.php tests/Pest.php
phpunit.xml phpunit.xml
github-workflow.yml .github/workflows/tests.yml

Composer scripts are PHP-only by default. If the app has a package.json, lint, test:lint, and dep:bump also include the matching npm steps.

Daily commands

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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


All versions of laravel-devtools with dependencies

PHP Build Version
Package Version
Requires php Version ^8.5
driftingly/rector-laravel Version ^2.4.0
illuminate/contracts Version ^11.0||^12.0||^13.0
larastan/larastan Version ^3.10.0
laravel/boost Version ^2.4.8
laravel/pao Version ^1.0
laravel/pint Version ^1.29.1
llm/skills Version ^1.9
mockery/mockery Version ^1.6
nunomaduro/collision Version ^8.9.4
nunomaduro/mock-final-classes Version ^1.2
pestphp/pest Version ^5.0
pestphp/pest-plugin-agent Version ^5.0
pestphp/pest-plugin-arch Version ^5.0
pestphp/pest-plugin-browser Version ^5.0
pestphp/pest-plugin-evals Version ^5.0
pestphp/pest-plugin-laravel Version ^5.0
pestphp/pest-plugin-phpstan Version ^5.0
pestphp/pest-plugin-rector Version ^5.0
pestphp/pest-plugin-type-coverage Version ^5.0
phpstan/extension-installer Version ^1.4.3
phpstan/phpstan-deprecation-rules Version ^2.0.4
phpstan/phpstan-phpunit Version ^2.0.16
rector/rector Version ^2.4.5
spatie/laravel-package-tools Version ^1.93
spatie/laravel-ray Version ^1.43.9
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 foodineers/laravel-devtools contains the following files

Loading the files please wait ...