I'm having issues with a relationship table and pulling the data from the lookup table. I have a mem...
I need to rewrite the following raw query using the Eloquent Query Builder. Any help would be much...
Hello I've created a site to manage articles for a client. The problem is, whenever I try to get to...
Hey, Is there any easy way to use USERNAME instead of EMAIL ID for login in Laravel 5.1 inbuilt auth...
Hello, i'm trying to specify a scope to filter a timestamp by year The goal is to be able to do some...
So I got a small situation here i got a model for pages, with a all so known parent_id field as rela...
Hello everyone I'm trying to validate my input but I have weird problem with redirecting when Valida...
Hi there, I'm wondering if there's a way to create a custom session driver or any other code that ca...
Hi Need some help.. I am building my own login model using a customuserProvider (it implements User...
I have a function at the moment where a user can view a variety of items. I'm wanting to implement(c...
Hi I'm trying to add new values to the request array before it gets passed to the controller to be p...
I am creating a forum feature for my company's web app that includes nested replies that are very si...
Route file <?php Route::get('/', function () { return 'Hello World'; }); Route::get...
So I am currently developing my onepage portfolio and have decided to try and learn some Laravel in...
here it is my code: http://laravel.io/bin/yGXy8 when my entered value is match to database value it...
i have created a class as follows class CommonContainer { public $value1; public $value2; private st...
This is for a search query based on many input fields, i'm doing if statements inside the query base...
Hi, I have the following route: Url: /users/{user_id}/friends Route::get('users/{users}/friends', 'U...
I'm a long time old school procedural programmer, slowly (at my age, everything is slow) getting my...
I am using the following code to send email using laraval 4 Mail::send('emails.welcome', array('data...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community