Check for whick versions of mariadb is this needed
adding configuration to /etc/mysql/mariadb.conf
For laravel in mariadb needs adding this to the configuration,
```
innodb_default_row_format=dynamic
innodb_file_format=barracuda
innodb_file_per_table=true
innodb_large_prefix=true
```
* Check for whick versions of mariadb is this needed
* adding configuration to /etc/mysql/mariadb.conf
For laravel in mariadb needs adding this to the configuration,