Ross Cooper
Ross Cooper
- Adds meta title support to Nova screens
When using events I noticed we're not firing the [retrieved](https://github.com/laravel/framework/blob/d4edbf5f2569c066d6e931cacb3a61d96bdfa313/src/Illuminate/Database/Eloquent/Model.php#L381) event when we have got the Post from the database.
Adds a static method to allow creating or updating an option similar to the WordPress [update_option()](https://developer.wordpress.org/reference/functions/update_option/) method
Only minor but would be better UX for the text box to automatically get focus when clicking in the 'Location > Open Web URL..` option. Saves an annoying extra click.
I have got fivebeans running as a part of a small system that uses supervisor to run a node server and the queue runner. I've noticed that every time a...
- Updated console commands to support Symfony 5 - Updated composer requirements to support PHP 8
Hi, nice work on the docker image! I've tried it and it works fine apart from when a URL is passed as the `?data` parameter.