Download the PHP package abnermouke/pros without Composer

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

pros - 一款高效的Laravel项目启动方案

Power By Abnermouke [email protected]

此工具包由 Abnermouke [email protected] 开发并维护。


最后更新时间:2023年02月28日,持续更新中!!!


Requirement - 环境要求

  1. PHP >= 7.2(建议安装7.4)
  2. Composer
  3. abnermouke/easy-builder
  4. Laravel Framework 6+

Installation - 安装方法

Configuration - 配置

点击 abnermouke/easy-builder 查看配置方法

设置默认服务注册 app/Providers/AppServiceProvider.php

Laravel 6 与 Laravel 7 中配置路由服务 app/Providers/RouteServiceProvider.php

Laravel 8 中配置路由服务 app/Providers/RouteServiceProvider.php

增加Csrf例外 app/Http/Middleware/VerifyCsrfToken.php (处理ueditor或其他插件文件上传无法加入csrf验证)

Usage 使用方法

执行命令:

更新记录

2022.07.26 - 项目发布

2022.08.03 - 优化内容与修复已知问题

2022.09.30 - 修复已知问题

2023.02.28 - 优化内容与修复已知问题

License

MIT


All versions of pros with dependencies

PHP Build Version
Package Version
Requires abnermouke/easy-builder Version *
intervention/image Version *
maatwebsite/excel Version *
overtrue/laravel-pinyin Version *
overtrue/easy-sms Version *
guzzlehttp/guzzle Version ^7.4
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 abnermouke/pros contains the following files

Loading the files please wait ....