Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. Follow these easy steps to deploy your laravel 9^ project to render.
- Create a new project in the dashboard of render.com: https://dashboard.render.com/projects/new
- Clone this repo to your local machine (or download it as zip)
- Run
composer install
from inside the directory you cloned or unzipped into - Copy
.env.example
file located at root level of the repository to.env
. - After that, create a new repository and push to it, then connect with render and deploy.
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.