Support the ongoing development of Laravel.io →
posted 10 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 10 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 10 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 10 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 10 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 10 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 10 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 10 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

How to find my own thread

Hi, can i ask some help how can i find my old thread here?there is no settings for my old thread,i w...

0 Likes
1 Replies

How to get timestamp integer instead of Carbon object

My application has to adapt to an existing database which uses integer timestamps instead of string...

0 Likes
2 Replies
Solved
posted 10 years ago

How to set a single page to have .php

For the purpose of backward compatibility with an existing script, I would like just one page in my...

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