Support the ongoing development of Laravel.io →
posted 9 years ago

Controller function not being called

Hey, I'm at a loss... doing the same thing twice, but it doesn't work the second time lol. Here's th...

0 Likes
4 Replies
posted 9 years ago

Extending the session facade

I'm currently attempting to extend the session facade, so instead of using Session::put('company', $...

0 Likes
0 Replies

Model-specific Permissions Package

I'm looking for a permissions package that allows me to define a role and permissions on a user, but...

0 Likes
0 Replies

Filter not exist columns in Eloquent model

How can I modify the ~~~static::creating~~~ function to avoid "Column not found: 1054 Unknown c...

0 Likes
0 Replies
posted 9 years ago

Elequent - where pivot_field = something

Is ti posible to do something like this: Request::with('users')->where('pivot_status', '=', PENDI...

0 Likes
0 Replies

File Upload stop working all of a sudden

My file uploading script was working previously, with the same validation rules, it has stopped work...

0 Likes
1 Replies

Eloquent set random not duplicate id when creating records

This is the code of my Eloquent model: protected static function boot() { parent::boot(); s...

0 Likes
2 Replies

Shortcut for if ($a->polyable_type == get_class($b) || $a->polyable_id == $b->id) ?

I'm wondering if Laravel has a shortcut function for this part of an if statement? if ($a->polyab...

0 Likes
0 Replies

Password hashing issue causing the same password to have differing hashes

I am sure I am just missing something obvious but I can't stare at this problem any more. I have imp...

0 Likes
5 Replies
Solved

Group result/collection by field

I'm pulling an actor from the database. In the actor's view I want to see a list of all movies my ac...

0 Likes
0 Replies

How does authentication/session management work in a JSON environment?

I'm trying to build a system with a standard web interface, but also want to be able to have mobile...

0 Likes
0 Replies

Publishing website

Hello. What to make with my public and app folder when I have finished working with it. I have domai...

0 Likes
2 Replies

How to visit my /app/controllers/admin/LoginController.php function showLoginForm()

If my admin login controller is in /app/controllers/admin/LoginController.php -->function showLog...

0 Likes
0 Replies
posted 9 years ago

BLADE ECHOING

What is the difference between {{ }} and {{{ }}} when echoing?

0 Likes
1 Replies
Solved

Binding/linking two users together

I'm building a unittest system. At some point I want to bind two users together in order to make an...

0 Likes
0 Replies

Connecting MySQL over SSL

How i connect MySQL using SSL. How I can configure it in databse.php ? I added all my .pem files alo...

0 Likes
1 Replies
Solved
posted 9 years ago

What is the MySQL datatype SET equivalent in Laravel Schema?

Laravel Schema has a command for ENUM equivalent to the table. What is the SET equivalent to the tab...

0 Likes
1 Replies

mcrypt error after new pc laravel installation

hello, I installed laravel in my new pc and i'm getting this error: ErrorException mcrypt_get_iv_siz...

0 Likes
1 Replies
posted 9 years ago

Experienced Laravel 4 developer

Needing an experienced laravel 4 developer with at least 5 years PHP experience to work with Austral...

0 Likes
0 Replies

Dependency Inject Illuminate\Validation\Factory within package

Hi All, I am working on a package, trying to inject "Illuminate\Validation\Factory" to __c...

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