readme v2

This commit is contained in:
jm.dupuy 2024-06-12 13:06:18 +02:00
parent c2aaf2183e
commit 0a4dd9822e

View File

@ -85,23 +85,6 @@ L'application est alors accessible via : http://192.168.56.56:8000/
## Ressources officielles
<p align="center">
<a href="https://github.com/laravel/homestead/actions">
<img src="https://github.com/laravel/homestead/workflows/tests/badge.svg" alt="Build Status">
</a>
<a href="https://packagist.org/packages/laravel/homestead">
<img src="https://img.shields.io/packagist/dt/laravel/homestead" alt="Total Downloads">
</a>
<a href="https://packagist.org/packages/laravel/homestead">
<img src="https://img.shields.io/packagist/v/laravel/homestead" alt="Latest Stable Version">
</a>
<a href="https://packagist.org/packages/laravel/homestead">
<img src="https://img.shields.io/packagist/l/laravel/homestead" alt="License">
</a>
</p>
Laravel Homestead is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, a web server, or any other server software on your local machine. No more worrying about messing up your operating system! Vagrant boxes are completely disposable. If something goes wrong, you can destroy and re-create the box in minutes!
Homestead runs on any Windows, Mac, or Linux system, and includes the Nginx web server, PHP, MySQL, Postgres, Redis, Memcached, Node, and all of the other goodies you need to develop amazing Laravel applications.