Download the PHP package yangweijie/think-laradumps without Composer

On this page you can find all versions of the php package yangweijie/think-laradumps. 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 think-laradumps

think-laradumps

debug tool Using Laradumps App in ThinkPHP6

LaraDumps


Click on your OS logo to download the Desktop App.

Available for Windows, Linux and macOS.

📚 Documentation


安装

用法

👋 Hello Dev,


Get Started

Requirements

PHP 7.2+ and ThinkPHP5.0+

5.0 要手动复制 config/config.php 到 项目根目录 config/laradumps.php

Usage

  1. 配置 LaraDumps :

编辑 安装扩展后自动创建的 laradumps 配置文件

  1. 调试你的代码通过使用 ds() 和 ThinkPHP 应用里的 trace 一样使用。

dsd == halt

  1. 运行应用,然后看到调试的信息在 LaraDumps App 窗口里。

Here's an example:

至于显示日志功能,和监听sql,再考虑要不要实现,因为目前这个函数输出的是和ThinkPHP log 独立开来的。 要高度扩展,可以实现基于本库再实现一个log 的驱动,倒时候配置database 的 trace 就行了。

License

MIT


All versions of think-laradumps with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.0
topthink/framework Version 5.1.* | ^6.0 | ^6.1
ramsey/uuid Version ^4.2
symfony/var-dumper Version ^4.2 | ^5.4 | ^6.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 yangweijie/think-laradumps contains the following files

Loading the files please wait ....