Answers for "make new laravel"

PHP
8

create project laravel

composer create-project laravel/laravel example-app
Posted by: Guest on August-15-2021
2

new laravel

<!-- If you using Docker, try this, replace example-app with your app name -->
curl -s https://laravel.build/example-app | bash
<!-- Here's the official docs for this. https://laravel.com/docs/8.x/installation -->
Posted by: Guest on July-14-2021

Browse Popular Code Answers by Language