Skip to content

Tag: php

Laravel Method notify does not exist

I am trying to notify user if a new form is inserted to database, but I get this error: This is the notification class And in my controller I am doing this: Been following This tutorial, but still to no avail. I have Notifiable in the user model. What else can be done? I am losing my mind what causes

RabbitMQ PRECONDITION_FAILED – unknown delivery tag

We have a PHP app that forwards messages from RabbitMQ to connected devices down a WebSocket connection (PHP AMQP pecl extension v1.7.1 & RabbitMQ 3.6.6). Messages are consumed from an array of queues (1 per websocket connection), and are acknowledged by the consumer when we receive confirmation over the …

Laravel: Layouts.master not found

I built the demosite in Laravel, but I got the following error: ErrorException in FileViewFinder.php line 137: View [layouts.master] not found.(View: /var/www/html/project/laravel/laravel/resources/views/page.blade.php) The master.blade.php is next to the page.blade.php, both are in resources/views master.bla…