drupal/core 8.9.7 requires ext-dom * -> the requested PHP extension dom is missing from your system. composer install
//First of all, read the warning! It says do not run composer as root! Secondly, you're probably using Xammp on your local which has the required php libraries as default.
// But in your server you're missing ext-dom. php-xml has all the related packages you need. So, you can simply install it by running:
sudo apt-get update
sudo apt install php-xml
//Most likely you are missing mbstring too. If you get the error, install this package as well with:
sudo apt-get install php-mbstring
//Then run:
composer update
composer require cviebrock/eloquent-sluggable
Also in PHP:
- debug native php
- check data type in php
- array search by key in php
- create a random string in php
- find first occurance of sentence in a string php
- cache out en laravel
- disable timestamp laravel
- artisan route:list
- find string pos
- Allowed memory size of 33554432 bytes exhausted (tried to allocate 5287496 bytes) on laravel
- am pm date format php
- apache php e_warnings e_notice off
- AWS HTTP error: Error creating resource: [message] fopen(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
- add 1 month to date php
- connect mongodb with php
- PHP text string contains character
- cache clear in laravel command
- clear cache php artisan
- array to string separated by comma php
- cache:clear php artisan
- datetime::timeformat php
- disable errors php
- check if word exist in string
- Backend fatal error: PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted in laravel 8