Support the ongoing development of Laravel.io →

Repositories Abstract - Object Null?

Hi Guys I am trying to get my head around abstracting my repositories, however, I am having a little...

0 Likes
1 Replies

No facade aliases in Laravel 5?

in 4.2 I could: $data['owners'] = DB::table('powners') etc and Session::put('logged', 'islogged');...

0 Likes
45 Replies
Solved

Handling multiple accounts / impersonation

Good day, (Possibly) Routing Question: Have you ever noticed how GMail and Google+ handle multiple a...

0 Likes
0 Replies
posted 10 years ago

REST api Respond with file and json data

I have a server running Laravel 4/REST api. I have written many api methods that respond with JSON d...

0 Likes
0 Replies
posted 10 years ago

problem in load partial blade file

i have role.blade.php file contains : <?php $user = Sentry::getUser(); $gro...

0 Likes
3 Replies
Solved

Post form data after log in or sign up

Hello, Im creating an app with laravel and im looking for the best solution to the following problem...

0 Likes
2 Replies

multiple file upload code not working

I have a HTML 5 drag and drop file uploader which works in just fine with out laravel. But when I...

0 Likes
2 Replies

L5 folders

I noticed that L5 dev has some folders with capital letters like Controllers, and L4 had small lette...

0 Likes
2 Replies

Problems with Redirect::intended and Auth

Hi, I am new to Laravel and am building the user registration/authentication part of my app. When a...

0 Likes
5 Replies
Solved

Querying based on Input. If input is empty, get all.

Hi ya, I have a calnedar (FullCalnedar) where the user can filter down results based on a few params...

0 Likes
1 Replies
Solved

Show Objects in View

Hello, here is my Array: [ [ { "collectionsID": 14, "checklistsname": "Chah...

0 Likes
0 Replies

Is there an "insertSetTimestamps" Method to update timestamps in Seeder

I have a lot of tables that use the $table->timestamps(); in the migration. When I build my seede...

0 Likes
3 Replies

ReflectionException on Homestead

So, I'm getting this wierd issues on Homestead on a Windows host. I can clearly see the class exists...

0 Likes
0 Replies

Eloquent: get one by one

I have two table Users --- id --- username --- group_id Group -- id -- name I tried get all users a...

0 Likes
5 Replies
Solved

Passing Variables via Url, making view read them

I used to have a URL like the following. localhost/details?page=photos Which would then get a sectio...

0 Likes
8 Replies
Solved

Populate Dropdown using database query results

First and foremost, i'm very green in Laravel. So pls take that into consideration if i use any wron...

0 Likes
3 Replies

Nginx installation with laravel

Hi guys, today i need install on my server nginx, and my server analyst said to me: "The proble...

0 Likes
0 Replies
posted 10 years ago

Not able to delete a foreign key, what's going on?

I have the following migration: <?php use Illuminate\Database\Schema\Blueprint; use Illuminate\D...

0 Likes
1 Replies

Laravel 3.6 to the latest version (4.2)

Hi, I'm about to port old php base code which has been done with the 3.6 version. Basically, I would...

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.

© 2025 Laravel.io - All rights reserved.