/phpspreadsheet requires ext-dom * centos yum
//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:
- Dynamic title on every page laravel blade
- defaultstringlength(191)
- Str in laravel
- date formats in php
- branch from other branch
- count length string php
- check if contains ph
- cache clear in laravel
- convert dd/mm/yyyy to yyyy-mm-dd in mysql php
- clear docker cache
- days to date php
- filteredduplicata php
- base64 php decode with password
- associative array in one key in value must unique in array check in php
- advantages of php
- debug native php
- Allowed memory size of 134217728 bytes exhausted (tried to allocate 495616 bytes) {"userId":3,"exception":"[object]
- date and time function in php
- displayl errors in php
- assoc key unique php
- Allowed memory size of 2147483648 bytes exhausted composer install
- 6 digit alphanumeric random code generator php
- adding spasifc date to date('Y-m-d H:i:s') php
- artisan create new project