Support the ongoing development of Laravel.io →

One-size-fits-all laravel docker image

Created a laravel docker image to address common pitfalls: Only depends on the Docker Toolbox Edit...

0 Likes
0 Replies

Laravel & Docker - need to constantly re-chmod storage folder

Hi, I'm using Laravel on a Docker environment (on apache) with boot2docker on a mac. The application...

0 Likes
4 Replies

Laravel 5.1 artisan optimize

When I run the artisan optimize command, where is the compiled file generated ? In the vendor folder...

0 Likes
1 Replies

Data utf8 encoding

I'm making an AJAX request with which the user can create a directory. But if the user uses a Cyrill...

0 Likes
0 Replies

Logging in as Admin and User

I have two Login forms which is for admin and User Admin Login Form {!! Form::open(array('url' =>...

0 Likes
0 Replies

Permission denied error on production

I am using sending mail using mail::send method it it giving exceptiin permission denied File_puts_c...

0 Likes
0 Replies

[Ask] Realtime update views when database change using Ratchet (Laravel 5.1)

Hi all, I've been hour find tutorial about Ratchet and Laravel. Almost results I got was used for Ch...

0 Likes
0 Replies

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

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.