Support the ongoing development of Laravel.io →

Call to undefined method stdClass::path()

Im trying to call this path function from my index.blade.php. But I get the undefined method excepti...

0 Likes
2 Replies

Policies not working with Blade - Authorization

Hi guys. I am trying to use Policies from Laravel Authorization feature, but it is not working with...

0 Likes
6 Replies
Solved

Problem with middleware

I created a middleware in version 5.3 and registered it. But I have the following error: ErrorExcept...

0 Likes
1 Replies

Class Form not found

I added the providers and aliases Collective\Html\HtmlServiceProvider::class, 'Form' => Collecti...

0 Likes
1 Replies

Laravel 5.2 Intervention Image Method save does not exist

I am using Intervention Image on Laravel 5.2 here is my function public function store(Request $requ...

0 Likes
1 Replies

chunkById - Method chunkById does not exist.

I am taking data from a junction table and want to chunk by id but the method is not recognized. Her...

0 Likes
1 Replies
Solved

Laravel SSH on OpenSSH server

Hello , im using laravel 5.3 and i have installed the ssh package from laravel collectable. it works...

0 Likes
0 Replies
posted 7 years ago

Laravel ODB conection and hosting

Hi I connection my apps in laravel 5.2 in ODBC with a database DB2, Library https://packagist.org/pa...

0 Likes
0 Replies
posted 7 years ago

Get deep linked values for a page in database models

A page has multiple elements and they are linked using the page_to_elements table. Each element has...

0 Likes
0 Replies

OctoberCMS Installation

I have install OctoberCMS locally but when visiting the domain, it doesn't do anything but download...

0 Likes
1 Replies

How to manually (and externally) serialize JSON to push onto queue for processing?

Hi, I have a Laravel 5.3 installation running as a pure API application and need to connect from sev...

0 Likes
0 Replies

how to save multiple field?

I have tables (marks,students,subjects,courses) marks belongs to (students,subjects,courses) and i i...

0 Likes
0 Replies
posted 7 years ago

Display image in notification

Im trying to display Logo in Email notification how would i achieve this? public function toMail($no...

0 Likes
0 Replies

unserialize(): Error at offset 0 of 82 bytes

any somebody can help me to fix that error. this my error : ErrorException in Encrypter.php line 106...

0 Likes
0 Replies

Why is "Redis\Database" contract the only one with implementation details?

The very ideia of a contract contradicts the usage of "Redis" in the namespace "Illum...

0 Likes
0 Replies

How do i send a text message in laravel

Hi I'm using laravel 5.1 and I need to send text messages. I had a look at simple sms but they have...

0 Likes
6 Replies
Solved
posted 7 years ago

Chain actions @ return in Controller

Can't seem to find this anywhere after an hour of searching: I need to a) generate a pdf (berryvdh/s...

0 Likes
1 Replies
posted 7 years ago

Table Aliasing in Eloquent when using foreignKeys to self.

I'm pretty new to Laravel and Eloquent. However, I'm not new to SQL. I want to use Eloquent to cons...

0 Likes
0 Replies

Input::hasFile() returning false while Input::file() gives all the information about file

I have written following basic file upload code which works perfectly on localhost. On live version,...

0 Likes
3 Replies
posted 7 years ago

loading a service provider following the execution request context

Hello, I would like to load some service provider only if I'm inside some execution context. So web...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.