In development environment, laravel generates lots of error logs in storage directory as files named according to dates, for example 2019–08–15.log so to write those In linux distros like Ubuntu, we need to give Super User permission to storage directory.
sudo chmod -R 776 /storage
Same way for bootstrap directory we often get error like this. Hence best practice in would be to give both of these directories access to write.
sudo chmod -R 776 /bootstrap /storage

Install and activate the ACF plugin. This allows you to create custom field groups and assign them to specific post types, providing a more structured way to manage post meta data. You can then add and manage these custom fields directly within the post editor.