Support the ongoing development of Laravel.io →

"Best Way Too" Question regarding setting up scheduled tasks.

I have a function at the moment where a user can view a variety of items. I'm wanting to implement(c...

0 Likes
1 Replies

Laravel-5 validator add new values to request array

Hi I'm trying to add new values to the request array before it gets passed to the controller to be p...

0 Likes
1 Replies
posted 9 years ago

withTrashed() on a Recursive Relationship

I am creating a forum feature for my company's web app that includes nested replies that are very si...

0 Likes
1 Replies
Solved

Configuration issue? Ubuntu 14.04 Simple route will not return correctly.

Route file <?php Route::get('/', function () { return 'Hello World'; }); Route::get...

0 Likes
5 Replies
Solved

Loading views with (ajax?)

So I am currently developing my onepage portfolio and have decided to try and learn some Laravel in...

0 Likes
4 Replies

problem in making login app

here it is my code: http://laravel.io/bin/yGXy8 when my entered value is match to database value it...

0 Likes
1 Replies
posted 9 years ago

how to implement Singleton in laravel 5.0 ?

i have created a class as follows class CommonContainer { public $value1; public $value2; private st...

0 Likes
1 Replies

How to skip a row in laravel eloquent query builder with file_exists condition

This is for a search query based on many input fields, i'm doing if statements inside the query base...

0 Likes
2 Replies
posted 9 years ago

Route aliases or resolvers possible?

Hi, I have the following route: Url: /users/{user_id}/friends Route::get('users/{users}/friends', 'U...

0 Likes
0 Replies

Probably stupid newbie 'what's the best way to..' question

I'm a long time old school procedural programmer, slowly (at my age, everything is slow) getting my...

0 Likes
3 Replies
Solved
posted 9 years ago

Unable to send mail from laravel 4 on godaddy hosting

I am using the following code to send email using laraval 4 Mail::send('emails.welcome', array('data...

0 Likes
3 Replies

Compare two objects in foreach

I have two arrays of objects and I want to check if ids of elements of both are the same then select...

0 Likes
0 Replies

Debug Errors in laravel

Hello How can i debug my errors in laravel 4? unlike PHP, laravel just says Whooops something went w...

0 Likes
3 Replies
Solved

Inline edit forms & update

Dear All, I'm currently developing a webapp using Laravel and I truly love developing on 5.1 version...

0 Likes
1 Replies

PHP Catchable fatal error:

Hi everyone, I'm new in Laravel and I found that error, so any help please? PHP Catchable fatal erro...

0 Likes
0 Replies

Beginner needs help! :)

Hello, im new to Laravel 5. In the past I tried to work with Laravel 4, but at this time, it was not...

0 Likes
4 Replies

Eloquent, select only rows where the relation exists

I am trying to select from a table, but I only want to select things that have an existing relations...

0 Likes
2 Replies
Solved
posted 9 years ago

I have one problem at the route.php

Route::get('home', function(){ return view('user.aktif'); }); Route::get('home/aktif-miller', fu...

0 Likes
1 Replies

What's returned by Auth::user() ?

I'm trying to make changes to the user record. I expect a User Eloquent model when I call Auth::user...

0 Likes
3 Replies
posted 9 years ago

Using the scheduler from a package (5.1)

Hello, I am adding a command from a package like so -- $this->app->bind('stats::command.st...

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.