Support the ongoing development of Laravel.io →

Allow to log in, but not through users table

I want to build a online shop, but I don't know how to allow to log in for my clients. I don't have...

0 Likes
1 Replies

Organising Laravel Platform

Hello, I want to set every component of my website in their folders and each component has his folde...

0 Likes
4 Replies
Solved
posted 10 years ago

Call to Undefined Method

Hi Folks, I'm namespacing and refactoring an app and I am receiving a 'Call to undefined method' whe...

0 Likes
1 Replies

Grab a field from a joined table that was joined using with clause

Greetings, I want to know if it's possible without using the raw query builder to do what the title...

0 Likes
0 Replies

worth learning laravel to build a simple CMS?

Hi all. I've heard wonderful things about Laravel, and worked recently on front end / design for a p...

0 Likes
4 Replies
posted 10 years ago

Beanstalkd Fatal error: Uncaught exception 'Pheanstalk_Exception_ServerException' with message 'Unhandled response: HTTP/1.1 400 Bad Request'

Hi, Does anyone know why I get this from beanstalkd console? This is the error: This is what it look...

0 Likes
1 Replies

How to redirect back to a page but activating different tab after submit?

Is there a way to redirect back to a page but activate a certain tab ? I am trying to submit a diffe...

0 Likes
3 Replies
posted 10 years ago

[package] Cart

Cart Documentation Demo A framework agnostic shopping cart package featuring multiple cart instances...

0 Likes
1 Replies

Mockery testing child related models

I have just switched over to Laravel from CakePHP and wanted to get some advice on testing related m...

0 Likes
0 Replies

Swift_TransportException

I am trying to write the code for sending email activation for registered users. When user registers...

0 Likes
4 Replies

Setting base_url

Hello mates ! I would like to ask you something about the base_url for Laravel. I used to code on Co...

0 Likes
2 Replies
posted 10 years ago

Blade in Var

Hi In blade template is following code: <?php $myNumber1 = "0001"; $myNumber2 = "...

0 Likes
3 Replies

92five app (self hosted project management solution)

Hey guys, I am finally done with my project management application and wanted to share it with you g...

0 Likes
1 Replies

Building dynamic queries with Elo/Query Builder not possible?

Hi, in the past i have build queries like this: if (...) {$q.="AND (city='New York' OR city='De...

0 Likes
1 Replies

Inheritance

I have two classes. A and B. The class A extends Laravel, the class B extends A. They rappresent two...

0 Likes
0 Replies
posted 10 years ago

Grammatical correctness

We made the community site below for the artisans in Tokyo. http://laravel.tokyo/ I'd like to know t...

0 Likes
2 Replies
Solved
posted 10 years ago

How to access database count?

Pretty simple but I can't work it out, if I do a count on a table: $count = DB::table('fixtures')-&...

0 Likes
3 Replies
posted 10 years ago

kind of 'global function' possible in controller ?

Hello. I have a controller for 'users' and some segments under it like user/photos user/comments for...

0 Likes
2 Replies
Solved

Can't return a simple many-to-many relationship value

Hello! First of all thanks for the interest in my topic. I think that this question is easy. I have...

0 Likes
2 Replies
Solved
posted 10 years ago

Paginator::make() returning so much data it crashes the browser!

I am doing something simple like the following: // Controller $activities = Activity::all(); $activi...

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