Search
 
SCRIPT & CODE EXAMPLE
 

PHP

laravel/ui v3.0.0 requires php ^7.3 -> your php version (8.0.2) does not satisfy that requirement.

#It's becouse in your project in composer.json file you have:
"require": {
    "php": "^7.3",
    .....
},

#try this:
"require": {
    "php": "^7.3|^8.0",
    .....
},
Comment

PREVIOUS NEXT
Code Example
Php :: strtoupper in php 
Php :: php check how much time each instruction takes to complete 
Php :: php remove newline 
Php :: homebrew install php 7.4 
Php :: laravel check if array is empty 
Php :: php routing htaccess 
Php :: how uninstall the laravel 
Php :: php string to int 
Php :: popup in php 
Php :: php make query string from array 
Php :: ucfirst() php 
Php :: php ucfirst all words 
Php :: php referrer 
Php :: wordpress Access-Control-Allow-Origin 
Php :: hit a simple url using curl in php 
Php :: Sorry, This File Type Is Not Permitted for Security Reasons 
Php :: ubuntu 20.04 how to install npm 
Php :: php remove quotes 
Php :: check if a string contains a substring php 
Php :: get name of parent dir php 
Php :: make a forign key in migrations using laravel 8 
Php :: string to datetime php 
Php :: Disable wordpress wp cron 
Php :: laravel storage folder permissions 
Php :: php change timezone 
Php :: Install ext-dom php 7.2 
Php :: codeigniter get user ip 
Php :: php change sting to caps 
Php :: take 10 character from string using php 
Php :: php get all txt files in directory 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =