Support the ongoing development of Laravel.io →

Convert sql into Eloquent or Query Builder (group_concat ,subquery)

Hi Can anyone help me to fix this issue. SELECT *, (SELECT group_concat(CASE WHEN d.disciplineNam...

0 Likes
0 Replies
posted 9 years ago

Using session as a simple array?

I have problems understanding how sessions work in laravel and I'm getting issues trying to do what...

0 Likes
1 Replies
Solved
posted 10 years ago

Welcome to the new Laravel.IO

Hi everyone, We're happy to have you in our new app. There are a few things to know. One, we're unlo...

0 Likes
31 Replies
posted 9 years ago

Public properties in Eloquent class

I have the following class: class Property extends Eloquent { public $id; public $date; publ...

0 Likes
6 Replies
Solved
posted 9 years ago

Laravel4 and Pubnub package

Hi ya'all, Firstly - brand new to Laravel, well at least 10 hours of laracasts under my belt so pret...

0 Likes
2 Replies
posted 9 years ago

Query Builder DATETIME Issue

Hello, I'm a little new to laravel and I'm having an issue returning only the fields where the mysql...

0 Likes
1 Replies
Solved

where docs on File helper like `File::exists($myfile)`

I can't find any docs on File helper like File::exists($myfile). Pl help me.

0 Likes
4 Replies
Solved

$errors->all() in view won't display errors

Ok so I have this in my Controller: [code]/** * Execute creating of topic * @param id Category...

0 Likes
0 Replies

problem with errors message when passing Former to array.

I want to pass Former to array and then view it like // in view $form = array( Former::text(), Forme...

0 Likes
0 Replies

Mail credentials

Hi, I am trying to send mails with custom credentials. Thought this would be something very easy, bu...

0 Likes
1 Replies
posted 9 years ago

[Package] Alby - Albums and photos in a unique package

Manage Albums and photos in a unique package, Quick to implement, Integration with your custom uploa...

0 Likes
0 Replies
posted 9 years ago

Validation rule "required_without:foo" isn't working as expected

I have a form to create a new category : {{ Form::open(['route' => ['category.store'], 'method' =...

0 Likes
0 Replies
posted 9 years ago

File upload validation error

Hi, I have following problems, I get an error when I try to upload an image file within the validati...

0 Likes
2 Replies

Homestead Serve Issue

I have added a couple of sites via the yaml file, so thought i would give the serve method a go. I h...

0 Likes
0 Replies
posted 9 years ago

How to import data from a file into Redis database? Please help.

Hi! I am a very NOOB in Redis and this is the first time that I am using this application.I hope you...

0 Likes
1 Replies
Solved
posted 9 years ago

Whic one is "faster" ?

I don't know exactly which section should I put this thread. routes.php file Route::get('index', fun...

0 Likes
4 Replies

How secure is Laravel's image/file uploader?

How much security is abstracted into laravel's file uploader? Is it still recommended to re-save the...

0 Likes
0 Replies

SaaS, multisite setup

I'm trying to set up multiple sites to share the same Laravel codebase, but be self-contained and ha...

0 Likes
2 Replies

Laravel deploy to web server

I am new to Laravel and have created a trivial application in a wamp local pc. To deploy my applica...

0 Likes
5 Replies

Authentication with two different tables

Hi, I've got two sites - a cms and a front-end site. I've successfully implemented the login/authen...

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