Support the ongoing development of Laravel.io →

494 Threads

posted 10 years ago

Login error message

Hello, how can i send an error message back to a page? For example when i login, i want to send mess...

0 Likes
6 Replies
Solved

Images from database not showing in view?

Hey guys, In my application I have some images that belong to some articles. These are shown perfect...

0 Likes
5 Replies
Solved
posted 10 years ago

single post

I am building my first website in Laravel. In this website I am showing a portfolio of several proje...

0 Likes
2 Replies
Solved
posted 10 years ago

Json response character encoding

I can't seem to find an answer to this. When I return french characters in a json response they are...

0 Likes
3 Replies
Solved
posted 10 years ago

Syntax error, unexpected and "?>; ?>" error

Hi I'm sorry to post again but the previous post is marked as "solved" but it's not solved...

0 Likes
14 Replies
Solved
posted 10 years ago

Unexpected EOF and things like that. (css/javascript)

Hi, When I want to use css/javascript files with laravel I always get errors like Unexpected EOF or...

0 Likes
3 Replies
Solved

grouping of results

Hi, I'm looking for advise on how to group results from a query, the laravel way, I've tried looking...

0 Likes
2 Replies
Solved

Can't use data in @foreach etc. anymore

I've got a controller exposing object-data to a view: $artifacts = Artifact::with('product'); return...

0 Likes
2 Replies
Solved
posted 10 years ago

Domain routing

I can't seem to get domain routing to work on my local machine. I created a sub-domain in my hosts f...

0 Likes
2 Replies
Solved
posted 10 years ago

Character coding header

Is laravel by default sending charset coding header? Is it utf8? Can iI skip my meta[charset] tags?...

0 Likes
1 Replies
Solved
posted 10 years ago

Displaying independent data in views

Hey guys! I'm completely new to Laravel but I really like it so far :) After playing around a bit, I...

0 Likes
1 Replies
Solved
posted 10 years ago

trans() working fine on dev machine but not on server; seems to be issue with Waavi/translate

As in the title, trans() is working totally fine on my local dev machine. On the server though, it's...

0 Likes
3 Replies
Solved

Auth::check() code in view doesn't work

I'm trying to use Auth functionality. The problem is that if in my view i have the following code: &...

0 Likes
2 Replies
Solved
posted 10 years ago

Alter Pagination Render

Hi guys, I'm trying to follow the tutorial here with limited success. I'm stuck following the exampl...

0 Likes
2 Replies
Solved

routing order?

I'm starting with laravel and I'm having this probelm: I have 2 routes that seems to 'interfere' wit...

0 Likes
5 Replies
Solved

Best way to handle "too many" injections?

I'm in the midst of building a pretty large website with a lot of different content on each page. I...

0 Likes
3 Replies
Solved
posted 10 years ago

public_path() vs url()

Hey, take a look at the examples: echo public_path(); // C:\Users\JohnDoe\laravel\public vs echo ur...

0 Likes
3 Replies
Solved

Updating a boolean field

Hi community, I have a form where I'm using Form::checkbox() helper, it's works just fine, but when...

0 Likes
2 Replies
Solved

Use Logged In-User's Data in View

Would be honoured to have a bit of your time :) So I have validated and authenticated a user and upo...

0 Likes
4 Replies
Solved

Error while reading from array

I'm trying to make simple example of reading data from multiple sources, storing that data in associ...

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.