Support the ongoing development of Laravel.io →

htmlspecialchars(): Invalid multibyte sequence in argument

Hi all, I created two websites using Laravel and everything was fine since I decided to put these we...

0 Likes
4 Replies
Solved

validation unique using several fields

Hi, I have a model that in combination of 3 fields it needs to be unique. for example: protected $r...

0 Likes
4 Replies
Solved

Fork of L4withSentry --> Upgraded to 4.2 + AssetPipeline

Hey, I've been using L4withSentry quite a bit, and recently on a couple small projects I find myself...

0 Likes
0 Replies

passing data to view

I've got a controller I'm trying to pass data into, then write to a pivot table, then pass some data...

0 Likes
1 Replies

Extending my base App

Hello, I'm fairly new to php development and I am very new to Laravel so please bear with me! I'm no...

0 Likes
0 Replies

File shows file not selected

I am getting the following validation message when uploading some files (not all) and on others it w...

0 Likes
0 Replies

Some controllers throwing errors on production

So on my local host every thing is working great (windows + xampp). I have moved every thing to my p...

0 Likes
3 Replies
Solved
posted 9 years ago

Valitadion rule to check if it is not imself

hi, I am using a polymorphic relationship to connect categories and pages together. A category can h...

0 Likes
0 Replies

One to One Relationship with two fields(columns) connection, how?

I have three table: table HouseHold(HouseHoldID) table Member(HouseHoldID,MemberID) table PatientCa...

0 Likes
2 Replies

What does this exactly do? $app = new Illuminate\Foundation\Application;

In line 14 app/bootstrap/start.php I see this code below. $app = new Illuminate\Foundation\Applicat...

0 Likes
2 Replies
posted 9 years ago

Pass object id to JS popup form

Okay, so I've been spending way too much time on this, hoping someone can tell me "That's a dum...

0 Likes
9 Replies

Get data from an insert query?

I know you can get the insert id of a query with: $query->id But is there a way to get data back...

0 Likes
1 Replies

create 2 controller with same name in subfolder

how to access 2 controller with same in subfolder. 1.) admin / dashboardController.php 2.) master /...

0 Likes
0 Replies

repository convert eloquent in to generic data

I loved the idea of repositories but Im having problem on how to convert those eloquent objects to g...

0 Likes
15 Replies

Reusable forms on different routes/controllers

Hey, so what I have is a form that is going to appear on multiple pages for different scenarios, and...

0 Likes
4 Replies
posted 9 years ago

How to use HTML::linkAction() with Bootstrap glyphs?

I would like to have a logout button on my navbar. I have tried snippet below but it's not working {...

0 Likes
2 Replies
Solved

Protect route using .htpasswd file

Hello! Auth.php has two options: eloquent and database but my app is not using any SQL database. All...

0 Likes
4 Replies
posted 9 years ago

Class injection variable name convention

I was hoping to get some feedback regarding a potential convention for injected class variable names...

0 Likes
0 Replies

Can I improve my DB::select query?

Hi, It seems a bit overkill what I have, after some searching I finally got my query working but not...

0 Likes
0 Replies

Input::has('name') is working in Laravel 4.0.9?

I tried method Input::has('name') But even i click to choosed image, it still return false. Is this...

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