In my company we are looking for a system that allows us to develop sites locally (possibly on docker) and allow customers to view the work remotely. Can you advise me someth...
Someone know how to generate file within the docker container with the same permissions of the Linux machine? Eh: I have the user foo on the Linux machine, when I generate a f...
hi, does anyone know a JS library that allows me to set a minimum and maximum value and generate dummy data? The purpose would be to simulate a chart with the current (real-ti...
After json_decode the PHP script doesn't return any response. The JSON doesn't return any error though. What could be the cause?
How can I fix these errors?
https://stackoverflow.com/questions/71426767/optimization-of-laravel-pivot-table-relationship Someone could please help me here??
Why my autoloader not working? I did: require DIR . '/vendor/autoload.php'; use App\Service\ReportSender; $c = new ReportsSender(); It throws an error saying the class Re...
Any help on this https://stackoverflow.com/questions/72942711/how-to-order-by-child-parent-column-with-eloquent?noredirect=1#comment128838051_72942711
What is the correct way to do this in blade: <?php $test = "foo"; I tried: {{ $test="foo" }} But I get foo displayed, I just need to assign the variable within a loop
Someone knows how to remove virus from wordpress? One of my site was hacked and keep redirecting me on another site. I already checked the options table but the URL is correct
Is there an example out there about an invite registration system for laravel? Suppose this logic: a user invite another user to register to the system. The invited user has a...
https://stackoverflow.com/questions/71677880/cannot-execute-npm-update-when-using-a-specific-docker-user Is anyone able to help me on this? I also started a bounty but no one...
But how to find it?
Is this laravel route acceptable: riskareas-fields as per name convention standards?
Do you think is a good idea store .htpasswd in public directory?
Someone use alpinejs?