Support the ongoing development of Laravel.io →

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
posted 10 years ago

Is possible. done by ajax return instead of a Router

Hello friends, I am working with ajax and laravel is possible. done by ajax return instead of a Rout...

0 Likes
0 Replies

Please Help Me to get this solve

I want to display 'Recent Comments' from comments table, including HotelName related to that Comment...

0 Likes
1 Replies
Solved
posted 10 years ago

How to use 2 Cache drivers?

I need to use Cache with memcache and Cache with file. I would be OK if file cache was like FileCach...

0 Likes
2 Replies
Solved
posted 10 years ago

Cannot access model properties with mockery

Hi, I have some trouble accessing an eloquent model property when the model is mocked for unit test...

0 Likes
0 Replies

Confusion with Form File validation

I have a form whereby all my validation except for file works. It seems to return the file name prop...

0 Likes
2 Replies
Solved

"Too Many open files" error in Application.php. Not sure how to diagnose

I'm getting a "Too many open files" error on a script that downloads images and reuploads...

0 Likes
0 Replies
posted 10 years ago

How can I access additional models from a pivot?

I have three primary tables, Accounts, Users, Roles. All accounts are owned by a user but not all us...

0 Likes
6 Replies

How can I test that a route has a filter set?

If had the following call in my test: $response = $this->call('GET', 'user/profile'); how can I...

0 Likes
0 Replies

Select DB connections based on condition

Hi Team, I have an application that uses multiple database servers and each db server has two databa...

0 Likes
0 Replies

Best practice to prevent other users viewing/editing each other data

Hi all, I am new to Laravel and was wondering what would; be the best practice to prevent users edit...

0 Likes
0 Replies
posted 10 years ago

Consuming JSON via REST

Looking at interest at Laravel as a PHP framework. I have a question relating to its ability to use...

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.