Download the PHP package cranux/laravel-dev-template without Composer

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

Laravel DevTemplate

laravel + adminlte 模板 效率开发项目

### 从3.x开始本模板不再集成swoole,集成swoole版本请访问[LaraDevTempSwoole]() #### 本模板2.x基于laravel6.x开发并集成swoole如需使用切换分支至2.x,3.x基于laravel8.x开发 ## 环境要求 1. PHP >= 7.3.0 2. **[Composer](https://getcomposer.org/)** 3. PHP openssl 扩展 4. PHP fileinfo 扩展 5. PDO PHP 拓展 6. Mbstring PHP 拓展 ## 介绍 laravel 快速开发模板,一些好的模块包括: swoole接入、权限管理、基于token验证的接口、小程序用户注册、公众号接入、文章管理 目前采用laravel最新版 8.x 框架,后台使用 [JeroenNoten/Laravel-AdminLTE](https://github.com/JeroenNoten/Laravel-AdminLTE) 3.0 全新的后台ui界面,更多灵活扩展的功能; 本项目长期维护 ,原来[Laravel 5 DevelopmentTemplate](https://github.com/cranux/laravelDevelopmentTemplate)将不再维护 ## 文档 文档内容 [laravelDevTemplatDoc](http://doc.niexp.cn/docs/laravelDevelopmentTemplate) 常见问题解决 [点这里](http://doc.niexp.cn/docs/laravelDevelopmentTemplate/laravelDevelopmentTemplate-1cpl7ofnvjeqv) 后台账号密码: [email protected] 123456 ## 安装 1.**执行命令** (安装依赖) 2.**复制 `.env`** 3.**配置key** 4.**编辑 `.env`,配置数据库等信息** 5.**生成数据库和填充数据** 6.**配置jwt-auth** ## Adimlte 的配置使用 请仔细查看 [文档](https://github.com/JeroenNoten/Laravel-AdminLTE#62-favicon) ### 注意: 如果登录后台有关于composer的报错,请执行 `composer dump-autoload` 之后重启进程重新登录 ### 有问题请提交 lssues ,本人长期维护更新 也可以添加微信交流 ![微信](https://image.niexp.cn/wx/mmqrcode1578754969742.png) ## License [MIT](https://github.com/cranux/LaravelDevTemplate/blob/master/LICENSE)

All versions of laravel-dev-template with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
cranux/laravel-dotenv-editor Version ^1.0
fideloper/proxy Version ^4.4
fruitcake/laravel-cors Version ^2.0
fx3costa/laravelchartjs Version ^2.8
guzzlehttp/guzzle Version ^7.0.1
jeroennoten/laravel-adminlte Version ^3.5
laracasts/flash Version ^3.2
laravel/framework Version ^8.12
laravel/tinker Version ^2.5
laravel/ui Version ^3.1
laravelcollective/html Version ^6.2
overtrue/laravel-ueditor Version ^1.2
overtrue/laravel-wechat Version ^5.1
prettus/l5-repository Version ^2.7
spatie/laravel-permission Version ^3.18
tymon/jwt-auth Version ^1.0
yajra/laravel-datatables Version ^1.5
yajra/laravel-datatables-buttons Version ^4.10
yajra/laravel-datatables-oracle Version ^9.15
zedisdog/laravel-schema-extend Version ^1.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 cranux/laravel-dev-template contains the following files

Loading the files please wait ....