I am a newbie and I am having two issues: First, when I run the php artisan serve command, everythin...
Does anybody know a process flowchart for laravel like that of codeigniter(https://ellislab.com/_use...
Hi, When I use the File::input('file')->guessExtension() with application/vnd.openxmlformats-offi...
I faced this problem after installing laravel 4 : Symfony \ Component \ HttpKernel \ Exception \ Not...
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...
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.