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

SQL Order By list of strings? but in Eloquent

I wonder if it is possible to order by list of strings using eloquent? http://stackoverflow.com/ques...

0 Likes
2 Replies
Solved

Blade templates and error (syntax error, unexpected end of file)

Noticed that after my last update (composer update) the web site app failed with the error above. So...

0 Likes
2 Replies
Solved
posted 11 years ago

Artisan command not seeing binding

I created a command called AttachUsers. When I run the command I get Argument 1 passed to AttachPhon...

0 Likes
2 Replies
posted 11 years ago

Where to put thise because windows not support artisan tinker

Find By Id Using find() $post = Post::find(2); $post->setHidden(['content','read_more','updated_...

0 Likes
0 Replies
posted 11 years ago

Questions about a website architecture

Hi all, This is my first post here ! I have "News", "Tutorials" and "Forum&...

0 Likes
3 Replies
Solved

Collecting configs / Auth permissions

Hello guys, IIt is my first post at this community, I hope not last :) So to the point, I am buildin...

0 Likes
0 Replies
posted 11 years ago

artisan tinker error!

How to fix problem when use artisan tinker error: Full REPL not supported. Falling back to simple sh...

0 Likes
0 Replies

problem in put in rest api

hi . i have problem in put data in rest api . for test i use postman . i have one method put data ....

0 Likes
3 Replies
posted 11 years ago

Pagination

I have a paginate(7) on a result of 8. I do an ajax request on page load to initialize the jquery ui...

0 Likes
0 Replies

edvinaskrucas notifications question

Hi, I am trying to set up a simple notification system and found the package here: https://github.co...

0 Likes
3 Replies

Nested query in FROM

Hi! I'm really newbie and I'm not sure how to do queries with Eloquent. My SLQ query is this: SELECT...

0 Likes
4 Replies
Solved
posted 11 years ago

Appending to head tag in master template from within included one

Is there any way to append head tag of parent template from within child template? Template structur...

0 Likes
3 Replies

After method just before template output

Hi there, I'm wondering if there's an after method equivalent that will run after my routed method,...

0 Likes
0 Replies

Disable auto sending emails when running specific code ( aka cron job )

Hey there, Ive got an application in which the models can sent emails when they have some specific c...

0 Likes
2 Replies

Not able to save authentication - Semi Laravel related problem with Internet explorer and localhost

Yesterday, I was banging my head against the keyboard all night, having big problems getting authent...

0 Likes
3 Replies
Solved
posted 11 years ago

Deploying with Rocketeer to fortrabbit

fortrabbit will send you an email whenever you create an application. What exact credentials do I pr...

0 Likes
0 Replies
posted 11 years ago

upgrade laravel skeleton

Hello, currently i'm cloning laravel from github and i can update it via git pull. however, i read i...

0 Likes
6 Replies

using alias in a join

i have this join: $mains = Main::join('builds', 'mains.build_id','=','builds.id')->where('builds....

0 Likes
1 Replies
posted 11 years ago

Mail::queue() sync fallback not working

While locally developing, I don't use queues, so I've set the queue driver to sync. I'm creating a b...

0 Likes
3 Replies

using javascript to set a variabe

i have an form that is set to upload an image and update a database with the image data (if needed)....

0 Likes
2 Replies
Solved

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.