https://github.com/dekuan/ladep
Ladep is the world's best deployer for Laravel framework. It's the best way to deploy your Laravel projects.
https://github.com/dekuan/ladep
deploy deployer laravel php
Last synced: 10 days ago
JSON representation
Ladep is the world's best deployer for Laravel framework. It's the best way to deploy your Laravel projects.
- Host: GitHub
- URL: https://github.com/dekuan/ladep
- Owner: dekuan
- License: apache-2.0
- Created: 2016-05-25T15:29:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T02:47:56.000Z (about 7 years ago)
- Last Synced: 2025-03-29T16:11:11.779Z (about 1 month ago)
- Topics: deploy, deployer, laravel, php
- Language: PHP
- Homepage: http://ladep.dekuan.org/
- Size: 22.1 MB
- Stars: 45
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ladep
Ladep is the world's best deployer for Laravel framework. It's the best way to deploy your Laravel projects. And definitely, Ladep is open source, secure and easy-to-use. Learn more about [How It Works](http://ladep.dekuan.org/docs#howitworks).
### INSTALL
##### Via CURL
$ curl -LSs https://raw.githubusercontent.com/dekuan/ladep/master/tools/install.php | sudo php##### Via WGET
$ wget https://raw.githubusercontent.com/dekuan/ladep/master/tools/install.php -O - | sudo php
### DOCUMENTATION
[http://ladep.dekuan.org/docs](http://ladep.dekuan.org/docs)
### FEATURES
#### Open source
Ladep is totally open source software. It lives for the world's best deploy tool of Laravel framework. And, it's licensed under Apache 2.0 License.
#### Designed for Laravel
Ladep was designed for deploying the projects written by Laravel Framework. In other words, Ladep can only works for the projects written by Laravel framework.
#### Secure
Ladep transmits all data via SSH, it's extreme secure because SSH provides a secure channel over an unsecured network between client and servers. [Learn more about SSH](https://en.wikipedia.org/wiki/Secure_Shell).
#### Deploy with one-key
With powerful Ladep, you'll be able to easily build your project by specified tag/version from the git repository, and then, deploy it to multi-server with one-key.
#### Rollback with one-key
At any time, you can rollback your project to any tags/versions deployed by Ladep before for multi-server with one-key. All will be done in seconds, automatically.
#### Compress/confuse JS
Goodbye gulp.js, goodbye Grunt. Now, the only things to do for compressing and confusing JavaScript is adding ladep=1 to HTML tag <script>, there's nothing else to do. So, it's totally transparent to developers.
#### Compress CSS
The same things for compressing CSS, you just need add ladep=1 to HTML tag <style>. That's all, it's totally transparent to developers again.
#### Fetch exception logs
With more considerations, Ladep can also help you fetch Laravel exception logs from multi-server for all projects with one-key. So, you can easily diagnose all of your projects without logging on the remote servers.
#### View status
Ladep help you list all tags/versions of your project from multi-server with one-key. So, you can easily see all tags/versions and which tag/version is on service without logging on the remote servers.
#### Protect DB accounts
All database connection parameters will be assembled automatically while your project was being built on deployer server. And, Ladep assembles them for develop, pre-production and production servers individually.