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

Accessing 'parent' controller functions

Hello, I have a lot of nested controllers eg /company/$id/products/$id/details routes are: company.s...

0 Likes
0 Replies

Cast plain old array to Laravel Collection

I have written a PostGres function that uses a CTE to return me a result set. The result set contain...

0 Likes
3 Replies
Solved
posted 10 years ago

Laravel 5 - Observer dont works!

I have a service provider: <?php namespace App\Providers; use Illuminate\Support\ServiceProvider...

0 Likes
0 Replies

Routing installation standalone

Is it possible to use Routing feature just standalone? If yesm why the composer download is not divi...

0 Likes
0 Replies

Laravel + p12 file for google API

I am developing an application that communicates with Google API but I need to provide a private key...

0 Likes
0 Replies

Sortable Tables in Laravel

I am using tableclothjs and Twitter Bootstrap. For some reason this code will not appear with the so...

0 Likes
1 Replies

[Revisionable Laravel] Why does the revision data not saved in the table revisions?

here is my OperatingProcedure model class OperatingProcedure extends BaseModel { use \Venturecra...

0 Likes
4 Replies
posted 10 years ago

Password only login?

Hey, this is my login controller public function postSignIn() { $validator = Validator::make(Input:...

0 Likes
3 Replies
posted 10 years ago

¿Start Learning Laravel today or wait V5?

Hi people. I'm thinking of learn Laravel to speed up my development in PHP projects, and write less...

0 Likes
1 Replies
posted 10 years ago

[Package] LaraEdit: IDE Package for Laravel 4 Complete with a Code Editor and Terminal

I am currently looking for ideas/feature requests to improve LaraEdit. Any input would be appreciate...

0 Likes
3 Replies

Functions in models - static or create a facade?

Hi I've been using larval for a while now but I really want to make sure I'm doing this correctly an...

0 Likes
3 Replies

Last viewed news in Laravel

Hello :) Can you help me, release last viewed news?)

0 Likes
4 Replies

How can I extend the auth driver in laravel 5

How can I extend the auth driver in laravel 5? Have any source? Thank you

0 Likes
0 Replies

Eager Loading with constrains -> load post based on category name

Hi everyone, i'm new to Laravel and trying to get confortable with Eloquent. In the last days i stru...

0 Likes
3 Replies
Solved

How to access relationship over relationship? Something like belongsToThrough() needed.

Hey, I have this schema: table_1: id table_2: id table_3: id, table_2_id, table_1_id I need this sc...

0 Likes
2 Replies
Solved

Best way to use Stripe billing

Hi! I need help to implement Stripe billing method into my project. I have one main user table and t...

0 Likes
4 Replies

Paginator appends array not working

Hi, I'm using a form send by GET method. This form contains some multiple checkbox. {{ Form::open(['...

0 Likes
6 Replies
Solved
posted 10 years ago

Problem with App::setLocale() in Routes.php

Hi I want to try this in my application : $languages = array('en', 'ar'); $locale = Request::segment...

0 Likes
4 Replies

Which pattern is Laravel IO using in this specific case?

Hi all, Im trying to learn DDD and design patterns. By looking at the Laravel.io code on github, i s...

0 Likes
1 Replies
posted 10 years ago

Latency Homestead

Why I'm getting loading times of 800ms or more in myHomestead VM, while in xampp I get 100ms, It is...

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.