Support the ongoing development of Laravel.io →

Architecture - Where do I put this class?

Let me set the scene, so to speak. I have an "Item" class which has different food items (...

0 Likes
1 Replies

Get unassigned users in a many to many relationship

Hello. I am trying to get all users that are not currently assigned to a location in a many to many...

0 Likes
0 Replies

How to install php artisan?

Hi guys, How to properly install php artisan? thanks in advance.

0 Likes
1 Replies
posted 10 years ago

AngularJS in laravel forms (blade)

Hi, In short; is it possible to use angularJS inside the form helpers provided by blade fx. ng-model...

0 Likes
3 Replies
Solved

Detect pixel color

http://inettools.net/en/application/pixelcolor

0 Likes
0 Replies

Password Reset with different user column names

My users table has the prefix user in front of all columns. My email and password fields are userEma...

0 Likes
2 Replies

Artisan is telling me "Illegal offset type" when ever I use it

Hello to all, When ever I use artisan in the command line, for example: $ php artisan $ php artisan...

0 Likes
0 Replies
posted 9 years ago

Plain error messages?

When I make an AJAX request to my webserver, sometimes I get an error. But the error is embedded in...

0 Likes
2 Replies

SQLSTATE[HY000] [1044] Access denied for user ''@'localhost' to database 'forge'

hi all :) I'm working on nitrous io..( i'm super newbie for setting server & db ) done install l...

0 Likes
12 Replies

readable error messages from command line

When your script makes an error and renders in a web browser, laravel creates a nice readable error...

0 Likes
0 Replies
posted 9 years ago

Laraval 5 on Google App Engine

This great article I've been reading talks about setting up laravel 4 on GAE. and the article is a t...

0 Likes
1 Replies

Validate drop down field against text field on same form.

Hi I have a form with a drop down and a text field {!! Form::label('category_id', 'Category') !!...

0 Likes
1 Replies
Solved
posted 10 years ago

Could not load 'guard/phpunit'

I am following along with Jeffery Way's book Laravel Testing Decoded. In chapter 4 he outlines insta...

0 Likes
3 Replies
Solved
posted 9 years ago

Sorting by related field

I’ve got a problem that’s preventing me from finishing a page. I need to be able to sort by a relate...

0 Likes
0 Replies

drop table Password reset

hi i drop manual table password reset and after this i want to run php artisan migrate:rollback thro...

0 Likes
4 Replies
Solved

Url validation using active_url

$rules = array( 'url' => 'required|active_url' ); I am using the following url to test wheth...

0 Likes
3 Replies

How to load and instantiate PHP files from storage/app

Hello, Basic run-down of my system: Users upload a PHP file containing a bot class which will be use...

0 Likes
0 Replies

Cannot redeclare GuzzleHttp\Promise\queue()

Hello, Today I ran into a problem which I could not solve. I am developing at the moment some differ...

0 Likes
0 Replies

Problem getting AdminLTE template to work

I'm a Laravel newb but have experience with PHP. I've created a few basic projects with Laravel and...

0 Likes
2 Replies
Solved
posted 10 years ago

Can't we call MySQL user defined function in Eloquent select query...?

Can't we call MySQL user defined function in Eloquent select query...?

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