Support the ongoing development of Laravel.io →
posted 10 years ago

Laravel return results based on user selection

I have the following HTML <input type="checkbox" name="symbols[]" value="...

0 Likes
8 Replies

hasmanyThrough through multiple tables that have "belongsToMany" in between???

QUESTION: How can i filter this that if i fetch "$user->subjects" i get all subjects to...

0 Likes
1 Replies

Passing custom actions in a Route::resource definition

Hi guys, I'm at your mercy. I'm trying to figure out how to add custom actions to a Route::resource...

0 Likes
0 Replies

laravel 5.0.16 compiled.php moved to /vendor

just like that, after run composer update this morning the file compiled.php is now placed by artisa...

0 Likes
0 Replies

need help with the error [Error in exception handler.]

Hi guys, Anyone encounter " Error in exception handler. " in a blank page right after you...

0 Likes
10 Replies
Solved
posted 10 years ago

Access instance variables of a running Queue Job?

I have a job that is triggered based on user interaction. The job takes a CSV file, runs throttled A...

0 Likes
2 Replies

how to call page in routes but I need open page before login system

Hello, I need call in routes page (register page) before login in the system example: Route::contro...

0 Likes
2 Replies
Solved

Eloquent ORM - Complex queries

Hello, I have the following query: DB::select("SELECT * FROM mod_dns_records WHERE (scheduled =...

0 Likes
0 Replies

how to extend Eloquent Builder

I am new to Laravel, and am migrating an existing app done in another framework. I want to extend th...

0 Likes
0 Replies
posted 10 years ago

Resource Controller Paths

Hopefully this is an easy one, but I can't seem to find it in the documentation anywhere: Is it poss...

0 Likes
0 Replies

PDF Generation

@foreach($users as $user) $rows = '<tr>' . '<td>'.$user['first_name'].' '.$user['last...

0 Likes
2 Replies
Solved

Php problems when moving to server

I've used laravel 5 to create an API locally which works alright. I've tested it on my own server us...

0 Likes
0 Replies

Form submit refresh stop

Hi When I submit a form. I want not to execute when refresh after form submit. How can I do that. Th...

0 Likes
2 Replies

Form post data return from middlware

Hi I have a blog site build on laravel. There is a comment box. anyone can see the comment input tex...

0 Likes
0 Replies

Laravel 5 - file_put_contents(): Exclusive locks are not supported for this stream

ERROREXCEPTION IN FILESYSTEM.PHP LINE 74: FILE_PUT_CONTENTS(): EXCLUSIVE LOCKS ARE NOT SUPPORTED FOR...

0 Likes
0 Replies
posted 10 years ago

How to refactoring this code or make clean this code

Hi, i'm newbie.. I want to know how to refactoring this code to get clean code : http://laravel.io/...

0 Likes
2 Replies

Protecting images from being downloaded with PHP script in image tag

I'm working on a website for an artist, and am wondering if there is any way to markup the image tag...

0 Likes
2 Replies

WordPress Expedia Plugin and Theme

We have developed Expedia WordPress hotel search engine script which converse WordPress site into Ex...

0 Likes
0 Replies
posted 10 years ago

Conditional relationships with Eloquent

What I want to accomplish is: I have a list of project Project has a column "type" and it...

0 Likes
6 Replies
Solved
posted 10 years ago

Laravel 5 - Eloquent Models Inheritance (Accessing columns from abstract parent class in derived classes)

Hello. I'm working on a little project and ran across a problem. (See the ERD for the design). I wan...

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.