Support the ongoing development of Laravel.io →

1,813 Threads

Routes vs URL Parsing

What are the benefits of utilizing laravel's "Routes" opposed to having a custom bootstrap...

0 Likes
1 Replies

Query Scope with Repositories

Having trouble finding the way to use Query Scopes with Repositories. Is there a way? Would like to...

0 Likes
2 Replies

Architecture / API connections -> Store data

Hello, we developed an application that makes a connection with Google Analytics and stores the data...

0 Likes
0 Replies

Some Subdomains just don't work

Hey guys, i have a weird problem. I have pages like http://localhost/laravel/public/ http://localhos...

0 Likes
1 Replies

Sorry but Laravel vs other frameworks?

I am an experienced PHP developer that has never touched a framework, I am great with Jquery\Ajax an...

0 Likes
5 Replies
posted 9 years ago

Best practice for getting data from single repositories or multiple repositories

I've been mulling over this question for a couple of days now, but can't seem to decide on the best...

0 Likes
1 Replies
posted 9 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 9 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 9 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

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 9 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

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.

© 2024 Laravel.io - All rights reserved.