📜 ⬆️ ⬇️

Laravel Forge

May 15-16, New York hosts the Laracon conference on Laravel.

And, of course, Taylor Ottell performed on it. At the beginning of his report, he simply talked about future plans in terms of developing a framework and about the community.

But the main part of his report was taken by the announcements of his new products!
')
First, he presented Homestead - the “box” for Vagrant, which includes everything you might need for development on Laravel.

But the second announcement deserves more attention! Welcome under the cut!

Laravel FORGE


image

Forge (eng. Forge) is a service for Laravel developers that allows you to very quickly deploy instances from Laravel to popular cloud services such as AWS, DigitalOcean, Linode and Rackspace. In fact, Forge can be used for any PHP frameworks, it is just a little more sharpened by Laravel.

What you need to do in order to use Forge:
  1. Sign up (registration will open on May 19)
  2. Specify the API key for the desired cloud services.
  3. Profit!


What does Forge give?


1. Up-to-date software

Each server is Ubuntu 14.04, PHP 5.5, Nginx, Postgres, MySQL, Redis and much more. All this can be configured.

2. Push to deploy

Just run the changes to the GitHub repository, and Forge will do the rest.

3. HHVM Ready

Forge can easily run servers with the latest version of HHVM.

4. Domain Management

Instant configuration of Nginx for domains and sub-domains.

5. Queues

You can easily run the workers to work with queues

6. Your stack is truly yours.

All Forge servers are in your account, so you always have shell access to them.

7. Task Schedule

You can easily schedule any tasks on the servers. And you can always get a detailed log.

8. Recipes

You can run any Bash scripts on all your servers directly from the service!

9. Healthy servers

Automatic installation and the NewRelic and Papertrail setup is available.

10. Building a network

Easy private networking is available for horizontal scaling.

11. Certificates

Install SSL certificates to your sites in seconds.

12. Protection

All servers require SSH authentication. And also a firewall is configured out of the box.

Link to the service - forge.laravel.com
Cost - $ 10 per month. The cost does not include server fees in your cloud service.
Together we are waiting for Monday to try!

Source: https://habr.com/ru/post/223047/


All Articles