Support the ongoing development of Laravel.io →

Multiple checkboxes edit - pivot table

Hello, here is my scenario: TABLE iten id iname TABLE profile id pname PIVOT TABLE profile_iten prof...

0 Likes
2 Replies

Laravel 5.2 routing problem

Hi I have been sitting for days now and my routing does not want to work. I installed Laravel on Ama...

0 Likes
4 Replies
Solved
posted 9 years ago

Store Locator in Laravel

How do I convert this code to laravel using the MVC pattern <html xmlns="http://www.w3.org/1...

0 Likes
3 Replies

Session not functionning

this is my loginAction that built session <?php namespace App\Http\Controllers; use Illuminate\H...

0 Likes
4 Replies
Solved

Trigger function on Session expire

Hi. i need to add a function to my application upon the user session expired. the lifetime set in my...

0 Likes
1 Replies

Integration of Google Api to fetch contact Details

Every thing is working fine but facing issue in when I get the response from Google. The contacts a...

0 Likes
0 Replies

MassAssignmentException - Ignoring $fillable - Guarded ['*'] is Set

Greetings. I am having trouble with a MassAssignmentException. I was following along Jeffrey Way's v...

0 Likes
1 Replies

How do I add maxlength to blade templating

Hi. I have a textarea generated by blade engine. I need to limit the character length for it. How do...

0 Likes
1 Replies

Sign up on a modal loaded via Ajax

I'm using laravel 5.2, when I load (using base auth) /register on a modal via Ajax and I hit submit...

0 Likes
0 Replies

Eloquent Delete Where

Is there any way to say: Model::delete()->where('whatever', '=', 'whatever'):

0 Likes
1 Replies
Solved

Sending view by email

Hello, Do you have complicated methods for doing that? $view = View::make($viewname, $paramArray);...

0 Likes
3 Replies
Solved

CSRF _token Mass Assignment Error

Here's my view @extends('app') @section('content') {!! Form::open(['url' => 'person', 'class'...

0 Likes
15 Replies
Solved

How to install Homestead on a production server?

Hi, I really enjoy using Homestead when developing locally, how can I install the identical environm...

0 Likes
1 Replies
posted 9 years ago

route params question

so my front end peeps would like the following url structure. site.com -- home page site.com/city na...

0 Likes
1 Replies

Class 'App\Http\Controllers\widget\v1\Models' not found

I have a model class namespace App\Http\Controllers\widget\v1\Models; use Illuminate\Database\Eloqu...

0 Likes
3 Replies
posted 9 years ago

Cashier: resuming from grace period forgets trial

Hi all, I am following this forum since a couple of months already, but this is my first post. I jus...

0 Likes
2 Replies

Cachier + Stripe: create unbilled subscription

I have built an application based on Laravel and Stripe. To access its services, the user needs a su...

0 Likes
0 Replies

Mail Queue and DOMPDF job works perfectly on homestead, but not on my production server

Hello all!! Latest 5.1 Laravel 5.1.27 Latest dompdf 0.6.2 So i have an email, that attaches a genera...

0 Likes
1 Replies
Solved
posted 10 years ago

Can not use Cache

I'm trying to use cache in Laravel but always receive error: exception 'InvalidArgumentException' wi...

0 Likes
3 Replies

How to define Guard Instance for Password Reset? Laravel 5.2.0

I have successfully tried 2 different Database table Login area. Then I thought it is a great scalab...

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