Support the ongoing development of Laravel.io →

Relation with dynamic entity

Hello guys, I got this big question on this scenario: I'm building a easy post and comment system, b...

0 Likes
2 Replies

Problem with returned statements in Route

Hi I have a strange problem on a parallel plesk. everything work's fine on my local apache but after...

0 Likes
1 Replies
Solved

Foundation and Support packages clarification

Can someone please explain , from a point of good architecture/design why Foundation and Support pac...

0 Likes
0 Replies
posted 10 years ago

How do I get the laravel framework working

Hello so I have laravel on my localhost and there is a bomb of random files which i don't fully unde...

0 Likes
0 Replies

Related table, possible issue with table name?

Hi, I have a simple scenario here that is bugging me. There are two models: class DbNation extends E...

0 Likes
3 Replies
Solved
posted 10 years ago

getDateAttribute() is swapping year and day around when Saving to the Database

Retrieving a datetime field which is YYYY-MM-DD and I need to display it as dd/mm/yy. So I am using...

0 Likes
4 Replies
posted 10 years ago

Form::select default value LV 4.1

Hi I have a strange problem. Welll im using Form::select and supply it with data. Then te Form::mode...

0 Likes
0 Replies
posted 10 years ago

Mocking a Stored DB Connection

Hi Guys I am saving a connection to a remote database in a static class variable. I can mock the con...

0 Likes
1 Replies
Solved
posted 10 years ago

Dynamic route prefix

Hi, how can I make dynamic prefix for all routes in Laravel? I want something like /{model_id}/contr...

0 Likes
1 Replies

404 URLs create error logs

When users browse my website on their iPhone's Safari, it will automatically request for many variat...

0 Likes
2 Replies

Where to put bucket name for aws-sdk-php?

All the examples show to specify your bucket name on the spot, but what if I use the same bucket nam...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel IoC Multiple Subclasses Bindings Confusion

I have one abstract class AbstractValidator. Currently, I have two subclasses, LoginValidator and Si...

0 Likes
3 Replies
Solved
posted 10 years ago

how to get direcory names list without full URL path.

I have a list of directories. controller code: 'directories'=> File::directories('filemanager1/c...

hash9211 liked this thread

1 Likes
3 Replies
Solved

Authenticated sessions vs session data

Is there a way to distinguish between an authenticated user session, and more transient session data...

0 Likes
3 Replies
posted 10 years ago

How to use ajax?

Dear, I want to use ajax like onChange of Select Options and then it will change any Form Objects....

0 Likes
1 Replies
posted 10 years ago

SQL error during unit testing from a migration that works otherwise

I recently added a migration to my project to change the length of a varchar column. It looks like t...

0 Likes
2 Replies
Solved

how to use the data inside the event

app/filters.php App::before(function($request){ $sys_message = DB::table('u_message')->where(...

0 Likes
2 Replies

A bunch of questions about the "right" way - DI, IoC, Repo pattern

Some background: I've been working with L4 for about 6 months doing things the "pretty" wa...

0 Likes
1 Replies
posted 10 years ago

Problem with ajax and laravel

Hello friends, I am desperate , I need to use laravel 4 with ajax . I am using http://arshaw.com/ful...

0 Likes
2 Replies
posted 10 years ago

"Camelize" and "underscorize" strings

I have a set of keys which are written in CamelCase (they are part of another software, I cannot sim...

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.