Support the ongoing development of Laravel.io →

Checkboxes : 3rd argument (checked) strange behaviour

Hello, I noticed something strange with formBuilder. I’m having a simple form with checkboxes. I loo...

0 Likes
3 Replies
posted 9 years ago

Cache permissions on application load.

Hi, I have a separate db for my permissions, so want to only hit it once, when the user logs in. Whe...

0 Likes
1 Replies
posted 9 years ago

Server error 500

getting error "server error 500" after clone project using: laravel 5.1 added: "Rewr...

0 Likes
1 Replies

id as string?

ok so i have a country table with id, country e.g. UK => United Kingdom.. so id is a string...

0 Likes
3 Replies

Homestead simply won't start

Hi all, so I'm quite new to the Laravel, VirtualBox and Vagrant. I have followed the guide. It used...

0 Likes
4 Replies

Symfony 2 or Laravel?

I would like to learn new php framework. but i have doubt which should i learn? Symfony 2 or Laravel...

0 Likes
8 Replies
Solved

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

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.