create new laravel project terminal
composer create-project laravel/laravel example-app
cd example-app
php artisan serve// To install and use a specific version, you can enter it at the end of the command.
// For example using version 5.8 ==>
composer create-project --prefer-dist laravel/laravel projectName "5.8.*"
Also in PHP:
- display error on screen
- echo console.log
- create a laravel project comand line
- add zeros in front of number php
- drupal/core 8.9.7 requires ext-dom * -> the requested PHP extension dom is missing from your system. composer install
- executar comando linux php
- array_column in php
- Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.2.5" laravel
- How to execute “php artisan migrate” and other Laravel commands in remote server?
- ReflectionException: Class Magento\Framework\App\Http\Interceptor does not exist in
- calculate person age by birthdate php
- create new laravel project composer
- array_search in php
- change time format in php
- artisan clear cahce
- Increase the PHP memory limit
- create a random string in php
- artisan laravel install
- check if array contains key php
- check in string is part oof other string php
- base64 file php
- collection empty laravel
- 0 == "string" php
- count rows mysql limit php