Support the ongoing development of Laravel.io →
posted 10 years ago

notfoundhttpexception and php artisan serve will not stay up

I am a newbie and I am having two issues: First, when I run the php artisan serve command, everythin...

0 Likes
3 Replies
posted 10 years ago

Laravel Flowchart

Does anybody know a process flowchart for laravel like that of codeigniter(https://ellislab.com/_use...

0 Likes
0 Replies

Problem with the guessExtension() method in Input::FIle()

Hi, When I use the File::input('file')->guessExtension() with application/vnd.openxmlformats-offi...

0 Likes
3 Replies

Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException

I faced this problem after installing laravel 4 : Symfony \ Component \ HttpKernel \ Exception \ Not...

0 Likes
1 Replies

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

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.