Support the ongoing development of Laravel.io →

Model->fill() should not typehint array, opinions?

Before I submit a PR for this, I am seeking opinions. I feel that the Model class (Illuminate\Databa...

0 Likes
0 Replies

Custom Validation Rule, get rid of non numeric characters

Hi All, I want to create a custom validation rule, that intent to replace all non numeric character...

0 Likes
2 Replies

optipng, pngquant and jpegoptim in Laravel Forge

Hello, I have a clue of what could be the response to this answer, but I want to be sure, so I will...

0 Likes
0 Replies

Laracast is DOWN!

Does any body try visiting laracasts,com? The site is down!

0 Likes
3 Replies
posted 9 years ago

refactor help needed?

so I have created an upload function where user uploads a campaign, a campaign can have 1..* deliver...

0 Likes
2 Replies

extending functionality with a different package

Hello Guys, i am working on a laravel application where i can add a coupon, which will be granted to...

0 Likes
0 Replies

Cant echo data in welcome.blade.php

Hello guys ive been trying to learn Laravel and it's a lot of fun. I am running in to some problems....

0 Likes
2 Replies

How to login authentication with saved encrypted data using file(basically digital certificate)

I want to login with a file that contains digital certificate of someone, first registers with certi...

0 Likes
0 Replies

Unit testing - mock eloquent's query scope method

I would like to mock model's scope method, is it possible? Here is the scenario: Order model: public...

0 Likes
3 Replies

Access first data of a many to many relationsheep with eloquent

Hello, I have two models Person class Person extends Model { public function emails()...

0 Likes
2 Replies
Solved
posted 9 years ago

loading view returns an error

When trying to run the 'dashboard' view - it returns an error in return: ReflectionException in Cont...

0 Likes
1 Replies
Solved

Laravel Cashier Resume Subscription

Hi, I have a working app with laravel cashier and I can bill a user, swap plans... but I don't know...

0 Likes
0 Replies
posted 9 years ago

sum() Returns 0 if Used with skip()

I have ran into a problem with regards to standalone Eloquent. I have a query like this: $data = Tes...

0 Likes
1 Replies

Middleware return $next($request) with JSON?

In the handle() method of my middleware, I currently have: return $next($request); But I would like...

0 Likes
5 Replies
Solved
posted 9 years ago

jenssegers/date translate date from database

I'm stuck on localization... I want to translate a record from the database with the github package...

0 Likes
3 Replies

Class 'Illuminate\View\HtmlServiceProvider' not found

I'm trying to use Html and Form facade but without any luck. This is the error I get: FatalErrorExce...

0 Likes
3 Replies

Call a mutator

How to call mutator if I don't have that field in $request->all() input fields? In my model: publ...

0 Likes
2 Replies
Solved
posted 9 years ago

Getting a NotFoundHttpException

when trying to run a view I am getting an error says: NotFoundHttpException in RouteCollection.php l...

0 Likes
4 Replies
Solved
posted 9 years ago

Laravel Cron Jobs do not honour server timezone

As We know that Cron system works on UTC only. Does laravel honour server timezone while triggering...

0 Likes
3 Replies
Solved
posted 10 years ago

Outer Join Clousure

Hi, i know that i can do a full outer join with ->join('Especialidades', 'Especialidades.espe_Cod...

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.

© 2025 Laravel.io - All rights reserved.