Support the ongoing development of Laravel.io →

Javascript Dynamic Dropdown Form

I'm trying to create a form with two dropdown forms. The second is dependent on the input of the fir...

0 Likes
6 Replies
Solved

Queue push creates two jobs when redirecting

I have a simple set up using beanstalkd and a test controller to push jobs to a queue. The problem i...

0 Likes
2 Replies
Solved
posted 10 years ago

Thoughts and rants about the lack of release processes/security policies in Laravel

Hello, I understand if the subject is a bit offensive, and i apologize if concerns regarding this ma...

0 Likes
1 Replies

static::create vs DB:insert.

If I use the following code snippet in my model it inserts the data: $fillable = ['email', 'username...

0 Likes
0 Replies
posted 10 years ago

Blade output processed code

Hi, (I am really new to laravel) Is there a way to see the blade processed, php code. For example {{...

0 Likes
1 Replies

Class '\User' not found! Help!

Hi! I have problem with User model. My folder structure #app/ ##Snippet ###Providers ####Repositorie...

0 Likes
4 Replies
posted 10 years ago

Response not Bound on Container

I have seen this convention in Laravel and in other frameworks. Why is the response object not bound...

0 Likes
0 Replies
posted 10 years ago

Parse view template

Hello, anyone know how to parse template file before render and preg replace something in view like...

0 Likes
0 Replies

Unit Testing

Can anyone help me with this? public function showList() { $userid = Auth::user()->id;...

0 Likes
0 Replies

Custom Alert on Session Timeout/Logout?

Hi all, I'm sure there's been something similar asked before I just can't seem to find the right sea...

0 Likes
1 Replies

Lavacharts, for the Google Chart API

Hello everyone, I recently released my first big project that I put alot of time and effort into and...

0 Likes
4 Replies

Can't get authenticated user in another controller

I am using ollieread's multi-auth package. That works and user logins properly but as my auth views...

0 Likes
0 Replies

Error after install package on Laravel 5 : Call to a member function make() on a non-object

Hey I want to use laravel 5. So I install it and everything is ok. Then I install package for mogno...

0 Likes
2 Replies
posted 10 years ago

Eloquent - Querying Count

Hello -- I would like to add a function to my model: (assume a blog where users have posts, and post...

0 Likes
1 Replies

variable not defined

I'm attempting to run Daryl Rees example of Games website. But when I launch my site I get the follo...

0 Likes
3 Replies

Migrate command canceled on Laravel 4.2.16?

After update to Laravel 4.2.16, migrate migrate --bench=......... command is canceled. Please help m...

0 Likes
3 Replies
Solved
posted 10 years ago

How to set the current page for the paginator?

I have a simple question about laravel pagination, I want to tell the query to take the page number...

0 Likes
4 Replies

homestead 404 not found error

Hi guys , I setup homestead and get this error : 404 Not Found nginx/1.6.2 This is my conf on mac...

0 Likes
2 Replies

convert sql query to laravel

Hello i need help to convert query to laravel select login,name from mt4_users,users_agents where mt...

0 Likes
1 Replies

How to pass additional parameters to the Eloquent model's create and update methods?

Hello everyone, I am a Laravel newbie and still trying to find my way around it. I am overloading th...

0 Likes
1 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.