Download the PHP package kitty/appslice without Composer

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

App-Slice <应用分片管理组件>

Laravel项目量身开发项目分治组件,可以让您以不同应用来更加灵活的组织项目结构

1、安装:

2、添加服务提供者至/config/app.php文件下的'providers'数组内如下:

3、提取配置文件(可选):

4、修改默认配置(可选)

5、创建应用

6、辅助命令

(1) php artisan make:app 创建应用

(2) php artisan make:c 控制器名 --app=应用名称 --r 在指定应用内创建控制器,

(4)php artisan slice 查看当前版本

7、使用说明

假如我们采用默认配置,创建一个叫home的应用,slice就会在项目根目录的core目录下创建一个为Home的应用,slice已经为你默认创建的Controllers和Views,他们是存放控制器和视图文件的。 并且slice默认创建了一个demo的控制器和视图。在Home/下还已经建立好了route.php用来书写路由,他们被分配在home分组下。 你可以使用appview()方法来像view()一样渲染视图,只不过他会动态查找本应用下的对应的视图文件,而不是resources目录下。使用过程中如遇到问题或者意见建议,请联系作者微信:qq927994432。如果此扩展对您的项目有帮助, 请帮作者点亮小星星(^^)Y


All versions of appslice with dependencies

PHP Build Version
Package Version
No informations.
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 kitty/appslice contains the following files

Loading the files please wait ....