Skip to content

Tag: laravel

laravel log system with logstash

I have a laravel application that I want to store my logs into my logstash and see them in kibana i searched a lot over the net to find a solution for it but I didnt find any good source for it, is there any package to use laravel logs into logstash ??? by the way I have my logstash

Transforming scraper class code into Laravel command

I want to convert a website scraper that I made in basic PHP, which is working fine, to Laravel. My question is, how to accomplish this? A friend of mine told me something about php artisan make:command, but I never used this before and neither did he. Can you give me some pointers on how to use this? Any hel…

How to configure API key & API secret in Laravel?

I have been working on a Laravel project that provides online education to students. I wanted to use Zoom services of video conferencing so that the teacher can connect with their students through video conference. Following the API reference documentation, I have registered an app with Zoom. I got an API key…

Updates to Laravel route file have no effect

I am trying to create a view to display data from the database but I discovered that my route file doesn’t do anything anymore. At the moment I am trying to get the test function working but when I go to /test it just says “Page not found”. The other routes work. Even if I delete all of the …

Laravel – No emails sending using mailgun

Server: Digital Ocean Ubuntu 16.04 Laravel 5.8 I cannot get email to send out of laravel using mailgun.com In Digital Ocean I have all outgoing ports open on the firewall, I have the correct DNS settings in Digital ocean for TXT and MX records. I have the correct and verified DNS records on my domain registar…