Support the ongoing development of Laravel.io →

Laravel Base Controller

Hi folks, I'm trying to create (kind of) a base controller for some controllers. There are different...

0 Likes
3 Replies
Solved

Use Logged In-User's Data in View

Would be honoured to have a bit of your time :) So I have validated and authenticated a user and upo...

0 Likes
4 Replies
Solved

Laravel : BadMethodCallException Method [find] does not exist

when trying to extract some values from the database using the model object User I get the following...

0 Likes
2 Replies
posted 10 years ago

JSON response very easy :)

In the documentation about how to create an ajax you read this: return Response::json(array('name' =...

0 Likes
3 Replies
posted 10 years ago

Realtime web

Hello everyone, I'm new to laravel. I came from the .NET side. Is there a package in laravel that wo...

0 Likes
6 Replies

Laravel : BadMethodCallException Method [find] does not exist

when trying to extract some values from the database using the model object User I get the following...

0 Likes
0 Replies
posted 10 years ago

don't hide pagination when only one page

how to show pagination even if there is only one page?

0 Likes
3 Replies
posted 10 years ago

Creating GitHub Pages from Laravel project. Possible?

I'd like to use GitHub Pages to view my laravel site, but my /vendor folder (and other bits) are in...

0 Likes
3 Replies
Solved

Continuing a session

I like to implement this in an application: when the user becomes inactive and the session is about...

0 Likes
0 Replies

Unhashing the password

Hi all, I am a new user to laravel. In my website,i am hashing the password and saving them in db ,n...

0 Likes
7 Replies
posted 10 years ago

Manage all of your models from one file

The laravel scaffold command just got even better. Manage and scaffold your application from one fil...

0 Likes
2 Replies

php artisan migrate error: [PDOException] could not find driver

I'm trying to learn the basics of Laravel 4 and I'm also new to programming so I'm trying to learn a...

0 Likes
1 Replies

Auth::attempt validates, but auth filter doesn't acknowledge login

Hi, I am very new to Laravel but I have gone over the documentation repeatedly and I cannot figure o...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel pagination is damn slow

I was looking for a bottle neck of my app and it turned to be the laravel pagination. I have a table...

0 Likes
6 Replies
Solved

git and database.php

Hi there, I have my laravel project in git... and I do not want to commit my passwords to repo... so...

0 Likes
1 Replies

How to orderBy users by Userdata model?

$data['photos'] = Userdata::where('name', '=', 'main_photo')->orderBy('updated_at', 'desc')->p...

0 Likes
1 Replies

White screen of death 4.0

Well I just wanted to post here, incase anyone else is having issues that I have came across and too...

0 Likes
0 Replies

Dealing with pivot data without running heaps of queries

I have a API endpoint which should list all users who are members of an organisation. Users and Orga...

0 Likes
1 Replies
posted 10 years ago

Laravel: Return all the values from pivot table

Hello, I am running into an issue regarding getting all the values from a pivot table. I have a pivo...

0 Likes
1 Replies

3 related Models, how to insert update delete?

Hello, I am new to Laravel and have an issue in one of my models. I have the follwoing: class User e...

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

© 2024 Laravel.io - All rights reserved.