Support the ongoing development of Laravel.io →

1,826 Threads

posted 12 years ago

how to make a class have other subclasses and each method and properties are intertwined.

<?php class SignupController extends BaseController { /* |-------------------------------...

0 Likes
0 Replies
posted 12 years ago

How scalable is Laravel

I am building a simple social application in Laravel that will be RWD for mobile devices and later w...

0 Likes
1 Replies
Solved

About system architecture

Hi, I have been moving moving away from procedural style to more OOP. I have learned quite few thing...

0 Likes
1 Replies
posted 12 years ago

Messages for Users messaging

Hi all, i'm serarching for a package that make lggged users read messages from the guests.

0 Likes
0 Replies

How not to rely on Input facade

Hi; I want to be able to use this without relying on Input Facade. For example I want to be able to...

0 Likes
3 Replies
posted 12 years ago

Creating an API: Use the same base or not?

I am building my first API and from the very first day I asked myself if its really a good idea to k...

0 Likes
5 Replies

Autoload view with psr-o

Good night ! Following the instructions from that link: https://github.com/daylerees/autoload-demo B...

0 Likes
2 Replies
Solved

Controller lazy loading

Laravel (or, more precisely, Illuminate/Routing/ControllerInspector) attempts to analyze all routes...

0 Likes
2 Replies
posted 12 years ago

Laravel structure

I got a background with Symfony2 and i was searching for a light framework. Laravel looks great, but...

0 Likes
4 Replies

dynamic form creation

I'm trying to figure out a way to elegantly generate a form when creating a new entry based off a mo...

0 Likes
1 Replies

Search data in JSON format from database with typeahead.js

How we can Search data in JSON format from database with typeahead.js??

0 Likes
1 Replies

Type hinting parent::__construct() arguments in controllers

Greetings, I've got a BaseController with the following code: class BaseController extends Contr...

0 Likes
2 Replies
Solved

How to implement a page with static tabs and dynamic content area

I know Laravel can route to different web page and refreshes the whole page content. My case is: I h...

0 Likes
2 Replies

Is it valid to use filter to pass variables to layout?

Hi, I have a layout which requires a few variables and several controllers that use this layout. The...

0 Likes
1 Replies
Solved

Is this good code design?

Is this a good design? use Acme\Interfaces\AuthenticateInterface as AuthenticateInterface; class Lo...

0 Likes
1 Replies

where do I instantiate a dependency?

I'm new to Laravel and I'm using laravel for my latest project. I'm currently confused about where t...

0 Likes
1 Replies

Best implementation route for user last seen timestamp

I need to implement a "last seen" timestamp in laravel, so if your authenticated, and make...

0 Likes
0 Replies

How can I pass posted data from a sevice to a controller?

Hi, I have made a service for validation but I am not sure how to pass the posted data back to the c...

0 Likes
1 Replies
Solved

Examples of Caching Implementation

Note: *For the purpose of this conversation, let's assume that people have already read the docs at...

0 Likes
5 Replies

Relationship updating and/or creating with dynamic forms

Hi I have a relatioship between client and phones. Using an array name in the form I managed to save...

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.

© 2026 Laravel.io - All rights reserved.