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

Says email does not comply with RFC 2822, 3.6.2

I am having a really strange error in my email code. I am pulling a list of all Admin users from my...

0 Likes
5 Replies
posted 7 years ago

count from 2 3 relations down

Hi, Has anyone managed to count data from 2 tables down a relationship Normally you would do it with...

0 Likes
1 Replies

Getting weird strings after php artisan route:list

Greetings, I am working on a project that gave me after the withdrawal of developers. when I type ph...

0 Likes
1 Replies
Solved
posted 8 years ago

How to use the UrlGenerator::assetFrom() ?

When I use it in Blade template . It show me that Fatal error: Call to undefined function assetFrom...

0 Likes
2 Replies

Get data of one to many, which is got from many to many

My Category model public function firms() { return $this->belongsToMany('App\Firm'); } My Fi...

0 Likes
0 Replies
posted 7 years ago

Google bots doesn't read website

Hi, On some pages the Google bot can index the page, but other's it isn't possible? What causes this...

0 Likes
0 Replies
posted 8 years ago

GoDaddy flags PsySH as malware... anyone else seen this?

We've got a Laravel 5.4 app on shared hosting with GoDaddy, and today we got an "incident"...

0 Likes
3 Replies
posted 7 years ago

Why laravel can not cancel validation?

I think laraval no support in this regard, what do you think? I think one of the field validation f...

0 Likes
0 Replies

Add Hash Fragment to URL after returning View

Hi, I've been searching the web about this and all I see are appending the # to Redirects. How about...

0 Likes
0 Replies
posted 7 years ago

Laravel UK Hackathon - LaraHack

Calling all Coders/Designers or anyone interested in Laravel. LaravelUK are running a Hackathon in F...

0 Likes
0 Replies
posted 7 years ago

Eloquent JSON field, selecting attribute produce extra quote

This code: $translation = Translation::where('language_id', 2) ->whereNotNull('data-&...

0 Likes
1 Replies
posted 7 years ago

Unit test for restful api on production database

usually, unit tests create a new database and fill them based on the test, to always have a clean en...

0 Likes
1 Replies

policies and request loops

hello, I have an issue with requests loop with what appears to me like a pretty standard feature (bu...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel Installation, Linode issues.

Hello! I'm currently trying to get started with developing using Laravel, and settled on Linode as a...

0 Likes
6 Replies
posted 7 years ago

php artisan queue:work

How to run php artisan queue:work on production server?

0 Likes
3 Replies
posted 7 years ago

Cant run progect on real server while composer install

Hello. I have problem when I clone my project from github to real server and make: composer install....

0 Likes
2 Replies
posted 10 years ago

Is it a good idea to create an clone application (like dropinn for airbnb) using laravel framework?

I want to create a clone application in laravel, but I am little concerned about the user reactions....

0 Likes
13 Replies

Fake session object for dummy user

I want to create fake session for dummy user in Test

0 Likes
0 Replies

Create menu with variables from database

Hello, I would create a simple menu based on categories which are they creating from database. I hav...

0 Likes
1 Replies
posted 7 years ago

Attribute "persistence" in models

Let's assume a model with one accessor: public function getMyAttributeValue($value) { <my code...

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