Hi Guys I am trying to get my head around abstracting my repositories, however, I am having a little...
in 4.2 I could: $data['owners'] = DB::table('powners') etc and Session::put('logged', 'islogged');...
Good day, (Possibly) Routing Question: Have you ever noticed how GMail and Google+ handle multiple a...
I have a server running Laravel 4/REST api. I have written many api methods that respond with JSON d...
i have role.blade.php file contains : <?php $user = Sentry::getUser(); $gro...
Hello, Im creating an app with laravel and im looking for the best solution to the following problem...
I have a HTML 5 drag and drop file uploader which works in just fine with out laravel. But when I...
I noticed that L5 dev has some folders with capital letters like Controllers, and L4 had small lette...
Hi, I am new to Laravel and am building the user registration/authentication part of my app. When a...
Hi ya, I have a calnedar (FullCalnedar) where the user can filter down results based on a few params...
Hello, here is my Array: [ [ { "collectionsID": 14, "checklistsname": "Chah...
I have a lot of tables that use the $table->timestamps(); in the migration. When I build my seede...
So, I'm getting this wierd issues on Homestead on a Windows host. I can clearly see the class exists...
I have two table Users --- id --- username --- group_id Group -- id -- name I tried get all users a...
I used to have a URL like the following. localhost/details?page=photos Which would then get a sectio...
First and foremost, i'm very green in Laravel. So pls take that into consideration if i use any wron...
Hi guys, today i need install on my server nginx, and my server analyst said to me: "The proble...
I have the following migration: <?php use Illuminate\Database\Schema\Blueprint; use Illuminate\D...
Hi, I'm about to port old php base code which has been done with the 3.6 version. Basically, I would...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community