Support the ongoing development of Laravel.io →

mehmet

Joined 18 May 2014

Statistics

Threads 31
Replies 17
Solutions 0
Articles 0
posted 7 years ago

I can't start queue in Laravel 5.4?

I want to queue and send mails with database based queue driver. I can send emails with that: Mail::...

0 Likes
0 Replies

How different is “User Model” in Laravel 5 compared to Laravel 4?

I migrate from laravel 4 to laravel 5. I modified User Model to make it compatible to laravel 5 User...

0 Likes
0 Replies

Which laravel query to use to sort top entries according to related table

Hi all, I have two models: posts and likes. Posts and likes have one-to-many relationship (so, one p...

0 Likes
1 Replies
posted 8 years ago

Passing Variables in a URL to a Laravel Route

Hi all, I want to receive a GET request like that: people.php?name=Joe&age=24 For that, I have...

0 Likes
1 Replies
posted 9 years ago

How to handle ajax call in controller functions

I perform an ajax call to a controller, but it seems not working. What can I do? public function pos...

0 Likes
0 Replies
replied 9 years ago

how to prevent user from inputting html tags

I would reject it, becuase I expect user to input comment.

0 Likes
replied 9 years ago

comment ordering problem

In fact, I am aware of the eager loading solution. But I want to evaluate posts and comments separat...

0 Likes
replied 9 years ago

How to evaluate pagination links

I tried all above, but I couldn't..

0 Likes
replied 9 years ago

How to evaluate pagination links

$comment->links() gives this error: ErrorException Call to undefined method Illuminate\Database\Q...

0 Likes
replied 9 years ago

How to evaluate pagination links

$posts->comments()->links(); gives following error: ErrorException call_user_func_array() expe...

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.