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

Mocks making Unit tests too long?

I have a Model method that makes use of several methods from other classes (Some from third party li...

0 Likes
1 Replies

List data in a table with two mysql tables

Hi, I have two related tables in the main table have the id from another table but I would rather ge...

0 Likes
1 Replies
posted 10 years ago

Something wrong with views or blade?

Hi,when i access my local site http://example.com/admin,just got 500 exception. routes.php: Rou...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel 404 Page

Hi all i need to know about 404 page for laravel, i have my routes file,if user enter's mismatch rou...

0 Likes
1 Replies

Drag and drop sorting with JQuery UI

I'm trying to implement drag and drop sorting using JQuery UI but I'm getting an "Internal serv...

0 Likes
4 Replies

Problems insert in Sybase int columns using Laravel 5.1

I'm having problems to insert values in tables with integer data type columns using Laravel 5.1 and...

0 Likes
0 Replies

Google Calendar API

Hey guys! I am trying to setup a small side-project to manage Google Calendar in a more friendly way...

0 Likes
5 Replies
posted 10 years ago

Laravel route action not found

Route::get('/dashboard', ['middleware' => 'auth', function() { return Redirect::action('Dashb...

0 Likes
2 Replies
Solved

Problem deploying to Heroku

Hi all, Im trying to deploy my app to Heroku but when I do the push I get this error: ... remote: --...

0 Likes
0 Replies

Creating Eloquent Models when having Types and Subtypes (SuperType/Subtype)

I have this database schemathat can be found here I have users that can be either a Business or a P...

0 Likes
1 Replies
posted 10 years ago

How can I add get param at end of url globally?

I am tring to build multi language site and I prefer to have language based url with get param inste...

0 Likes
1 Replies

Allow only the owner of the note to view it and edit it: Middleware or FormRequest?

Imagine a personal notes app. Users can add, view and edit their own notes, but not notes that belon...

0 Likes
2 Replies

Not able to Insert all Input value in Database.

The Problem is Here That only First value inserted in database not all . I want to save all Values i...

0 Likes
5 Replies
Solved
posted 10 years ago

Routing and login

This is one element of my routes.php: Route::get("note/view/{id}", [ 'middleware' => &q...

0 Likes
1 Replies
posted 11 years ago

htmlentities() expects parameter 1 to be string, array given error exception

Hi I have htmlentities() expects parameter 1 to be string, array given error exception in my view, b...

0 Likes
4 Replies
Solved

homestead queues - supervisor on boot

Hello I'm using homestead as a basis and just started to use queues + database driver I've setup sup...

0 Likes
0 Replies

Laravel Authorization Function

Hi, everyone. I am a beginner of Laravel and PHP. I do not know how the login and registration schem...

0 Likes
2 Replies
Solved

Massive PDF generation

Hi, I have to realize a system for massive invoices generation. I try to use dompdf,fpdf and other p...

0 Likes
4 Replies

Laravel 5 session cookie not being set in the browser.

I'm using sentry 2 and laravel 5 for my authentication. I recently migrated from 4.2 to 5.1. I've us...

0 Likes
0 Replies
posted 10 years ago

Query to check if field value length > 10

How do i check whether a particular field value has a length of 10 or not in eloquent query

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