Support the ongoing development of Laravel.io →

Configure Laravel project on a DSO handler server

Hi everyone, I have a Laravel 5.0 project that I want to test on servers that supports different php...

0 Likes
1 Replies
Solved

SQLSTATE[HY000] [2002]

when i run php artisan migrate i get these errors : my database is setup properly i tried both local...

0 Likes
0 Replies

Php Artisan Tinker intermittently works and then does not in Laravel 5.1

I have an application in which I have been able to create users, assign roles and so on - both on th...

0 Likes
0 Replies

Laravel 5.0 Upload File Error

I am trying to upload a photo with Request::file('file')->move('location/file.type'); But it does...

0 Likes
0 Replies

Best way to upload images?

I'm making an web app where people create their profile and upload pictures with its description. No...

0 Likes
2 Replies

Laravel 5.1 / Eloquent: Polymorphic morphMany not finding results

CONTEXT Framework Laravel 5.1 Eloquent Fractal Problem morphMany is not returning any results. We...

0 Likes
2 Replies
Solved
posted 9 years ago

Update get id

hi, I wonder if there is a way to get the ids of the rows that have been updated. Example: \DB:('tab...

0 Likes
0 Replies
posted 9 years ago

Update field with another field

Hi, I would like to know if is possible to set a field value with another filed value in one update?...

0 Likes
0 Replies

Can I use scope?

Hi, I have this on every method on my controller: if(Auth::user()->cannot('see_all')) $post=...

0 Likes
2 Replies

How to attach many blade templates into one view without using @include()?

Hi, I'd like to find an alternative way to include the collections of sub views in one view. Here is...

0 Likes
0 Replies

Get message ID when sending email via Mandrill driver

I allow my users to send emails to their clients via the application, but when the message is not de...

0 Likes
1 Replies

error with paginate.

I tried $calls = DB::select($query)->paginate(10); but I received an error Call to a member funct...

0 Likes
3 Replies
Solved

Prepare the server environment for laravel: multi apps and website

Hi to all, this is my first post in thisi forum and i would like to brought my greetings to all of y...

0 Likes
0 Replies

How to pay with bitcoin in bitpay and redirect back to site?

i have configure bitpay testing API to pay with bitcoin when i submit form it will redirect to http...

0 Likes
1 Replies

Paginate Error 404.

Hello guys , I installed my laravel 5.1 application on a shared server for it was necessary to copy...

0 Likes
0 Replies

Model inserted with empty strings instead of null values

I am using Laravel 5.1.24. I have a simple 'Product' table created in db (MySQL5.5) like this: CREAT...

0 Likes
0 Replies

Can't authorize delete

2/2 HttpException in AuthorizesRequests.php line 94: This action is unauthorized. 1/2 UnauthorizedEx...

0 Likes
6 Replies
0 Likes
3 Replies
Solved
posted 9 years ago

Naming resource routes patch

Hi, I have a trouble with resource controller how to naming resource routes [PATCH] ? routes.php...

0 Likes
2 Replies

get parameter route to construct controller

Hi, can laravel send parameter from route to construct controller? Route::group(['prefix' => '{si...

0 Likes
6 Replies
Solved

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.

© 2025 Laravel.io - All rights reserved.