Support the ongoing development of Laravel.io →

494 Threads

Blade layout file inside "src" directory

I want all my project files to reside inside the src directory. Currently, my default layout is insi...

0 Likes
1 Replies
Solved

Some mandatory parameters are missing ("products") to generate a URL for route "admin.products.update"

Hi, today i'm doing a web shop wuth Laravel Framework. Accident i got this error : Some mandatory pa...

0 Likes
4 Replies
Solved

Image from fb in View

Hello everyone, I'm managin the fb images but I don't know why they does't show in the view I access...

0 Likes
2 Replies
Solved

'[ErrorException] Undefined index:' from artisan dump-autoload, problem in Illuminate/View/Factory

When I run artisan dump-autoload it gets this error and stops: Generating optimized class loader Com...

0 Likes
1 Replies
Solved

Controller that affects all views

I don't know how to name the thread better than that, what I need is this: I have a master blade fil...

0 Likes
10 Replies
Solved

Redirect from a function?

Is it possible to create a redirect from within a function? Say I have a BaseController that all con...

0 Likes
5 Replies
Solved
posted 9 years ago

How do I Echo the View Filename as an ID?

I am pretty new to Laravel and have a fairly basic question. In my default.blade.php I have a <di...

0 Likes
11 Replies
Solved
posted 9 years ago

Route Problem - NotFoundHttpException

I have the following route: Route::get('foo-{name}-bar', function($name){ return $name; }); When i...

0 Likes
1 Replies
Solved
posted 9 years ago

Routing with subfolder

Hey, i have this route Route::get('report/{id?}', array('as' => 'report', function($id = null) {...

0 Likes
3 Replies
Solved
posted 9 years ago

Call a view from controller that lives in folder

Hi, i am new to laravel (and i already love it) I have create inside controllers 2 folders Backend,F...

0 Likes
2 Replies
Solved

Send email, internal server error 500

Hey guys, I have this form that the user fills out, on successful submit the form saves to the datab...

0 Likes
1 Replies
Solved

Translation per User

Hello, I work on a BrowserGame who wants to Support many Languages. But now i run into a Problem and...

0 Likes
1 Replies
Solved

Error on production server:ob_get_clean(): failed to discard buffer of zlib output compression (0)

Hello, I'm trying to move my develepment app to production, but i can't get arround this error: Also...

0 Likes
2 Replies
Solved

I have problems with a Form::Model using a named route with parameters

I have a problem I have a form::model using an action but, in the action I'm using a named route whe...

0 Likes
1 Replies
Solved

Tutorial error: unexpected 'extends' (T_EXTENDS)

Hi, I have this error when following the Laravel tutorial here (http://laravel.com/docs/quick#local-...

0 Likes
6 Replies
Solved
posted 9 years ago

value not displaying in blade

here's my code in my view <p><?php echo $remaining_seats[$event->id]; ?>{{ $remaining...

0 Likes
3 Replies
Solved

Blade not outputting yield() correctly, and missing an asset()

Hi, Since moving an existing project from AWS to a new Forge spawned DigitalOcean server, it doesn't...

0 Likes
2 Replies
Solved

Generate language files

Just wondering if there is an package or a method to generate the language files? Now I just need to...

0 Likes
3 Replies
Solved

Rendering views while other views are rendering

This was an issue I posted on Github earlier but Mr Otwell closed it and advised I post it here inst...

0 Likes
6 Replies
Solved

One to Many Relationship

Hi all, i am new to laravel and have a fictional Project to learn: I have two Models: Sports and Tra...

0 Likes
1 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.

© 2024 Laravel.io - All rights reserved.