Download the PHP package elapse-annals/laravel-plus without Composer

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

English | 中文

plus

php-badge laravel-badge Build Status composer.lock

介绍

LaravelPlus 基于 Laravel 增加部分软件包初始安装和进行业务使用功能改动,来创建一个开箱即用的应用.

目的

运行环境要求

项目使用

0.配置镜像

配置 composer aliyun 镜像

1.下载项目

2.创建新项目

3.新项目初始化

4。本地服务开启

Tips:

更新 YourProject 项目(插件有改动时在上级目录中使用)

功能使用说明

创建分层脚本和资源映射:想法来源

framework 脚本创建内容:

模型生成

使用 framework 功能创建 CURL(Tmpls 是对应模型复数名称)

效果图: image

Tips:

热切换配置使用(config/dynamic/)

在 .env 中设置 ENABLE_HOT_SWITCHING=true 后,会在 AppServiceProvider 进行 dynamic 映射

使用方式:

dynamic 目录文件说明

Tips:

  1. .env 配置 DYNAMIC_IS_STRICT 控制热配是否严格模式(默认 false 关闭)
    • 严格模式下不会继承 production/develop,完全采用当前环境配置
  2. 默认在继承基础上有重复属性,会覆盖继承项
  3. 继承基础特有属性会被携带至当前配置
  4. config/dynamic.php 为 IDEA 提示文件,使用空 key 即可

优化默认路由中闭包

缓存清理

性能优化(只建议生产环境使用)

前端处理

资源构建
模板使用

使用 mixin 注入 vue 组件

路由 web/api 使用区别和场景

web 经过权限,csrf 等中间件和 Session api token 维护使用 auth:api 中间件或 barryvdh/laravel-cors 若非单纯 api ,建议使用 web


改动内容

-推荐扩展

Stargazers over time

Stargazers over time


All versions of laravel-plus with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2.5
ext-json Version *
ext-pdo Version *
caouecs/laravel-lang Version ~4.0
fideloper/proxy Version ^4.2
fruitcake/laravel-cors Version ^1.0
guzzlehttp/guzzle Version ^6.3
laravel/framework Version ^7.0
laravel/tinker Version ^2.0
laravel/ui Version ~2.0
maatwebsite/excel Version ^3.1.17
overtrue/laravel-lang Version ^3.0.18
reliese/laravel Version ^0.0.14
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 elapse-annals/laravel-plus contains the following files

Loading the files please wait ....