Support the ongoing development of Laravel.io →
JeffreyR

JeffreyR

Joined 11 Feb 2014

Statistics

Threads 18
Replies 12
Solutions 1
Articles 0
posted 11 years ago

using the '!='sign inside a where() method

I have a table with a row 'comments'. This is 'opmerkingen' in dutch. Every row can contain 1 commen...

0 Likes
2 Replies
Solved
posted 11 years ago

how to make jquery button controlgroup with laravel form macro?

I am making a jquery mobile application with laravel. I know how to make one radiobutton with Form::...

0 Likes
2 Replies
Solved
posted 11 years ago

Foreign key cross-databases error (editted: removed small mistake)

I made migration with foreign key 'user_id' to a table 'users' that is in another database: This ge...

0 Likes
0 Replies

authenticate from second database

I have a form with a 'name' textfield. When i press send laravel checks if the username exists. If s...

0 Likes
2 Replies
Solved
posted 11 years ago

Defining macro in master and using it in multiple views

I have a macro inside a page. @extends('mobilemaster') @section('content') {{Form::macro('date...

0 Likes
2 Replies
Solved
replied 11 years ago

Foreign key cross database

Also what i don't get. Why does laravel support cross-database feature when you can't make cross-dat...

0 Likes
replied 11 years ago

how to make jquery button controlgroup with laravel form macro?

Below that i have: </div> <div data-role="collapsible"> <...

0 Likes
replied 11 years ago

how to make jquery button controlgroup with laravel form macro?

This is how i did it! {{Form::macro('jradio2', function($name,$id,$value,$checked) { return '<...

0 Likes
Solved
replied 11 years ago

using the '!='sign inside a where() method

It works. Thanx :D But do you know why laravel uses '<>' in stead of the mysql notation '!='...

0 Likes
replied 11 years ago

authenticate from second database

The inspector showed that a password is needed as an input. So i added a password field and validati...

0 Likes

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.

© 2026 Laravel.io - All rights reserved.