Download the PHP package grazulex/laravel-devtoolbox without Composer

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

Laravel Devtoolbox

Swiss-army artisan CLI for Laravel — Scan, inspect, debug, and explore every aspect of your Laravel application from the command line.

Latest Version Total Downloads License PHP Version Laravel Version Tests Code Style

✨ Features

Laravel Devtoolbox provides comprehensive analysis tools for Laravel applications:

📦 Installation

Install via Composer as a development dependency:

Requirements:

🚀 Quick Start

🔍 Available Commands

General Scanning & Analysis

Model Analysis

Route Analysis

Database Analysis

Security Analysis

Service & Container Analysis

Middleware Analysis

View Analysis

Environment & Logging

Performance Analysis (new!)

📊 Export Formats

All commands support multiple output formats:

Format Usage Best For
Array/Table --format=array (default) Interactive development
JSON --format=json Automation, CI/CD
Count --format=count Quick metrics
Mermaid --format=mermaid Documentation, diagrams

Save to Files

🛠 Configuration

Publish the configuration file to customize behavior:

This creates config/devtoolbox.php where you can customize:

📚 Documentation

Comprehensive documentation and examples are available in our GitHub Wiki:

🔧 Examples & Automation

Daily Development Workflow

CI/CD Integration

Documentation Generation

For complete automation scripts and CI/CD configurations, visit our Wiki Examples.

🔍 Use Cases

🆕 Version Compatibility

Laravel Devtoolbox PHP Version Laravel Version Status
1.x 8.3+ 11.x | 12.x ✅ Active

Note: This package now fully supports both Laravel 11 and Laravel 12, ensuring compatibility across the latest LTS and current releases.

🤝 Contributing

We welcome contributions! Please see our Contributing Guide for details.

📄 License

Laravel Devtoolbox is open-sourced software licensed under the MIT license.


Made with ❤️ for the Laravel community

Report IssuesDiscussionsWiki


💼 Need Expert Laravel Help?

Laravel DevToolbox is maintained by Jean-Marc Strauven, creator of 17+ Laravel packages with 6,000+ downloads.

🎯 Available for:

🏗️ Custom Laravel Development Build your application from scratch or extend existing systems with clean, maintainable code.

🔍 Code Audits & Architecture Review Deep analysis of your Laravel projects with detailed recommendations and refactoring roadmap.

⚡ Performance Optimization Scale your Laravel application to handle millions of requests with confidence.

📦 Custom Package Development Build tailored Laravel packages for your specific business needs.

👨‍🏫 Team Training & Consulting Level up your team's Laravel skills with hands-on workshops and mentoring.

👨‍💻 Experience:

📬 Get in Touch:

💡 Working on a complex Laravel project? Let's discuss how I can help you build better, faster, and more maintainable applications.


⭐ Support This Package

If Laravel DevToolbox saved you time and improved your workflow:

Every star and sponsor helps me dedicate more time to maintaining and improving these tools for the Laravel community!


Created with ❤️ in Belgium 🇧🇪 by Jean-Marc Strauven


All versions of laravel-devtoolbox with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/support Version ^11.0|^12.0
nesbot/carbon Version ^3.10
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 grazulex/laravel-devtoolbox contains the following files

Loading the files please wait ...