cod3rshotout
cod3rshotout
I'm using [nginx-proxy][1] to run multiple sites/app on a single nginx instance. So far, I was able to run a static site and a nodejs application without problems but I'm...
Hi, is there a way to track the ip and other custom fields? How can I add custom fields to the log?
I'm using Gatsby and I want build a single page site, so without create pages. For achieve this I edited gatsby-node.js with the following code: exports.onCreatePage = async ({ page,...
Would be useful to add the row reorder in the datatable like this one: https://editor.datatables.net/examples/extensions/rowReorder.html So we can easily update the order of a record, what do you think?
This package includes admin-lte but in the webpack there is no jquery-ui, so some useful features like jQuery autocomplete cannot be used. Would be possible include it?
Seems that if I call in_groups('admin'); I get always false, even if the user is in the group. The problem came from `array_column($userGroups, 'name');` specifically, I have this content within...
Hi, could you please add the feature of profile image uploading for each user? Thanks
I'm having some difficult to run the tests using phpunit and orchestra/test bench, in the package folder I wrote that command: ./vendor/bin/phpunit I get 79 errors with this result: >ErrorException:...
I wrote a Laravel API which allow me to set a watermark on a video previously uploaded with another endpoint. The endpoint that allow the user to set the watermark...
I'm getting this issue: The stream or file "/var/www/storage/logs/laravel-2022-09-28.log" could not be opened in append mode: Failed to open stream: Permission denied