Support the ongoing development of Laravel.io →

lukasz

Joined 15 Feb 2016

Statistics

Threads 2
Replies 7
Solutions 1
Articles 0
posted 8 years ago

AJAX in Laravel 5.2 (success, but still 500 error)

Hi! Does anyone of you have (or could write) a complete, working with Laravel 5.2 tutorial of Ajax u...

0 Likes
3 Replies

Users and Roles

Hi! I'm new in Laravel and I have a little problem with User and Roles. In a database I have users a...

0 Likes
11 Replies
Solved
replied 8 years ago

AJAX in Laravel 5.2 (success, but still 500 error)

@alexisdeza Thank you for your example – it was very helpful. Now, my ajax request works, but I have...

0 Likes
replied 8 years ago

Users and Roles

I added foreign key, but I think, I can't use hasOne in my situation, because an one user has an one...

0 Likes
Solved
replied 8 years ago

Users and Roles

I think the problem is not here. For example I changed my function for this: $users = User::with(['r...

0 Likes
replied 8 years ago

Users and Roles

It's my migration for roles table: Schema::create('roles', function (Blueprint $table) { $table-...

0 Likes
replied 8 years ago

Users and Roles

I analyzed it in DebugBar. For $query->where('admin', true); it returns: select * from `users` se...

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.

© 2024 Laravel.io - All rights reserved.