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

The package I'm developing generates XML files - where should they be saved?

Hi there I am developing a package that users can use to generate and save XML report definition fil...

0 Likes
2 Replies
Solved

[Package] Laravel TwigBridge

Laravel 4 TwigBridge: https://github.com/barryvdh/laravel-twigbridge This packages adds Twig as a La...

0 Likes
2 Replies
posted 11 years ago

validation - unique to user

Hi all, I am trying to figure out how to create a unique validation based on 2 fields. My app create...

0 Likes
3 Replies

Dynamic conditional statement(within conditional statement) in laravel

I want to apply conditional loop like this dynamically. I'm not getting logic of how to do that. Her...

0 Likes
0 Replies

Escaping with blades doesn't work

I have simple app http://www.zimoonline.com/clients/howdoyou and for output i have set route with bl...

0 Likes
5 Replies

sending HTTP headers as part of request

Hi, I am writing a PHPUnit test that checks if a userId exists in the header and asserts accordingly...

0 Likes
0 Replies
posted 10 years ago

Add column at the beginning of a table?

Anyone know a way to add a column to the BEGINNING of a table. With just the 'after()' method I'm no...

0 Likes
0 Replies

Keeping the users logged in for 2 weeks?

Hi How can I keep the users logged in for 2 weeks? I currently do this: Auth::attempt(array('email'...

0 Likes
3 Replies
posted 10 years ago

How to get the correct package path?

I can see there is guessPackagePath( ) method in service provider class, but how can i get the packa...

0 Likes
0 Replies

Is there any solution for MySQL "in list" for joins?

I'm trying to achieve this: ->join( 'table_a', function( $join ) use( $ids) { $join ->on( 'tab...

0 Likes
0 Replies

[Solved] How I can accept image url as a parameter on HTTP POST method?

Hello i'm trying to make a REST API that will accept as a parameter on a HTTP POST method an image u...

0 Likes
0 Replies

Editing Header info using layout system?

So for my website I have been using a layout structure in where each page pulls the main layout. Thi...

0 Likes
1 Replies
posted 10 years ago

Can't rollback

Hi I'm trying to rollback my migration but it's not working. I get this error "{"error&quo...

0 Likes
1 Replies
posted 10 years ago

Auth multiple user

Hi I have a weblog system which I want to program it with Laravel . In auth part we have 3 seperated...

0 Likes
1 Replies
posted 10 years ago

'Better Errors' for Laravel

Does anyone know of a package for Laravel 4 that is similar to Rails' Better Errors gem? The live RE...

0 Likes
4 Replies
posted 10 years ago

Class 'Illuminate\Support\ClassLoader' not found

Why am I getting the following error over and over again: [RuntimeException] Error Output: PHP F...

0 Likes
0 Replies
posted 10 years ago

Laravel default session driver acting odd

Hi Guys, I have development setup for Laravel 4.0 , the login system and everything worked fine. My...

0 Likes
1 Replies
posted 10 years ago

Can not display information about account

Hi, I have a problem with displaying information about account. The method: public function getProfi...

0 Likes
2 Replies
Solved
posted 10 years ago

Config read errors

Hi ! I move my app to shared hosting, but i have errors in config reading. I make these config publ...

0 Likes
0 Replies

Is it possible to store "macros" in database?

Lets say I have a table with notifications and in text body I want to have link to login page, can I...

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