Support the ongoing development of Laravel.io →

How to use form text input to delete an entry from a collection?

edit: example of bad logic and time loss. yet useful experience! Goal: I want to have a form input f...

0 Likes
2 Replies
Solved

Redirect route based on user role

I need to offer up 2 versions of a set of routes depending on the role of the logged in user. If the...

0 Likes
0 Replies
posted 9 years ago

Pushing a job to Laravel Queue using core php outside laravel

While working on a custom integration, i need to trigger emails / sms after some action in my php ap...

0 Likes
2 Replies

I need help expanding my query with DB

So I'm checking to see that a "tag" has expired 7 days ago. But I also want to make sure t...

0 Likes
1 Replies
posted 9 years ago

Eloquent and MySQL transactions interfering with a simple chat system?

Hey folks, I've built a very simple chat style interface around the system proposed here: http://tut...

0 Likes
0 Replies
posted 9 years ago

pass variable in @include section

I am trying to refer variable inside @include('partial', ['somevar' => $var, 'otherVar' => $ot...

0 Likes
2 Replies
Solved

Laravel 5.1 - Passing Variable From a View to Another View

Hi, I want to have two buttons in the home page (Writer & Reader) and these buttons will direct...

0 Likes
2 Replies

nginx 502 Bad Gateway on certain pages (Vagrant Homestead)

I know I'm not the first person to encounter this, but I'm not finding an appropriate solution to th...

0 Likes
5 Replies
Solved
posted 9 years ago

Observers for Pivot Model

Hello, I'm trying to set up an Observer for a pivot model, but I've got an error. User model public...

0 Likes
1 Replies

Laravel 5.1 Manual Pagination not working as expected

I am having issues when creating my own paginator that the same collection of rows is always returns...

0 Likes
4 Replies

Boleto in Laravel 4 (payment method at Brazil)

Hey guys! I am having some troubles trying to implement a payment method in a website (payment by bo...

0 Likes
0 Replies

Middleware vs FormRequest authorize method

Imagine I have an API and this can only be used by authenticated users. I want to get all my albums...

0 Likes
5 Replies

1 Digital Ocean Droplet + Forge + 2 websites

Hey Guys! I have an application in Laravel 4.2 running in a Droplet on Digital Ocean. I need to inst...

0 Likes
2 Replies

Changing dateformat on select

HI I have a DATE mysql column and i wish to change the stored format from YYYY-MM-DD to dd-mm-yyyy w...

0 Likes
0 Replies

Laravel validation mime type errors

So I am trying to make an upload form that validates images, .jpg, .png, .gif. if (Input::hasFile('f...

0 Likes
0 Replies

Message from failed captcha

Hello, I would want to change this: http://postimg.org/image/95g11nk6z/ How can i do it? Thanks

0 Likes
1 Replies

Vagrant Up/ Yaml file issue

I am new to all of this so forgive me if this is something is simple that I'm missing. I tried follo...

0 Likes
1 Replies

dynamically load views partials

Hello i have an issue when it comes to display my creating product form. The main problem is that i...

0 Likes
2 Replies
Solved

Route overwrite

Hi I have routes file as Route::resource('departments', 'DepartmentsController'); Route::resource('c...

0 Likes
0 Replies

L4 > L5 Upgrade Issue with Cipher & App Key

I have an existing L4 site and we have been working to move to L5. We have several encrypted columns...

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.

© 2025 Laravel.io - All rights reserved.