Create Laravel Project 7
composer create-project --prefer-dist laravel/laravel ProjectName dev-developcomposer global require laravel/installer
laravel new blogYou can create project by 2 ways:
First is installing it without defining version:
composer create-project laravel/laravel yourProjectName
Secondly you can install by defining version:
composer create-project laravel/laravel="VersionOfYourChoice" yourProjectNamecomposer create-project --prefer-dist laravel/laravel blog "6.*"composer global require laravel/installercomposer create-project --prefer-dist laravel/laravel blog "5.8.*"
Also in PHP:
- change native password in phpmyadmin
- execution time exentd php
- artisan migrate
- actual url php
- display error reporting php
- apache php default date format 4 digits
- exception php
- download file zip from subdirectory using php
- doctrine where
- codeigniter id of last insert
- Hie date format php
- blade php code
- Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.3.0". php 8
- creating a laravel project with composer
- delete cache on host laravel
- cache clear in laravel
- base64 to string pp
- download laravel 8.x
- check string exist in php
- curent date and time php
- php remove spaces from string
- file_get_contents(): SSL: The operation completed successfully but file_get_contents(http://www.b2bsoftwareking.com): failed to open stream: No connection could be made because the target machine actively refused it. in
- check null in_array php
- @ production: `cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js` npm ERR! Exit status 1