Hi folks, I'm trying to create (kind of) a base controller for some controllers. There are different...
Would be honoured to have a bit of your time :) So I have validated and authenticated a user and upo...
when trying to extract some values from the database using the model object User I get the following...
In the documentation about how to create an ajax you read this: return Response::json(array('name' =...
Hello everyone, I'm new to laravel. I came from the .NET side. Is there a package in laravel that wo...
when trying to extract some values from the database using the model object User I get the following...
how to show pagination even if there is only one page?
I'd like to use GitHub Pages to view my laravel site, but my /vendor folder (and other bits) are in...
I like to implement this in an application: when the user becomes inactive and the session is about...
Hi all, I am a new user to laravel. In my website,i am hashing the password and saving them in db ,n...
The laravel scaffold command just got even better. Manage and scaffold your application from one fil...
I'm trying to learn the basics of Laravel 4 and I'm also new to programming so I'm trying to learn a...
Hi, I am very new to Laravel but I have gone over the documentation repeatedly and I cannot figure o...
I was looking for a bottle neck of my app and it turned to be the laravel pagination. I have a table...
Hi there, I have my laravel project in git... and I do not want to commit my passwords to repo... so...
$data['photos'] = Userdata::where('name', '=', 'main_photo')->orderBy('updated_at', 'desc')->p...
Well I just wanted to post here, incase anyone else is having issues that I have came across and too...
I have a API endpoint which should list all users who are members of an organisation. Users and Orga...
Hello, I am running into an issue regarding getting all the values from a pivot table. I have a pivo...
Hello, I am new to Laravel and have an issue in one of my models. I have the follwoing: class User e...
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