Support the ongoing development of Laravel.io →

1,816 Threads

nested resources in Laravel

Hello, I wanna learn more about nested resources in laravel. I have googled fair a bit, but no tutor...

0 Likes
0 Replies

Incremental save method - looking for feedback

Ok so in many cases you want to update integers in a database incrementally, this helps ensure that...

0 Likes
1 Replies

[EXERCISE] Refactoring Exercise #1 is Complete! Discuss.

After some interest in the Laravel subreddit, I've decided to run a refactoring exercise a few times...

0 Likes
5 Replies

Best way to accomplish notifying across application

Hi guys, My users can submit a listing, but the administrator has to approve the listing for it to b...

0 Likes
2 Replies

Dynamic loading of assets

Hey everyone, I have a questions about dynamic loading of css/jscript assets from a directory altern...

0 Likes
0 Replies

Simple application built with laravel?

I am looking at getting into laravel, it looks like an awesome framework,but it seems to be missing...

0 Likes
9 Replies
posted 10 years ago

kind of 'global function' possible in controller ?

Hello. I have a controller for 'users' and some segments under it like user/photos user/comments for...

0 Likes
2 Replies
Solved

Did I find a bug in Eloquent? ID is not being set correctly using a hasManyThrough relationship and paginate.

Hi there, I have the following three models and relationships set up. class Customer extends \Eloque...

0 Likes
2 Replies

How can I do this SQL query whit Eloquent?

Hello, Im new whit laravel, and I would to like do this query, in SQL it would be something like thi...

0 Likes
3 Replies
Solved

The best way to pagination ?

I try to find the to make paginate with out use a lot of process on database like, select all() and...

0 Likes
2 Replies

Using $this when not in object context | Repository & Command Bus

I am using Laravel Commander to use the command bus to handle everything in an app I am building. I...

0 Likes
1 Replies
Solved
posted 10 years ago

I have a problem about "Call to a member function createData() on a non-object"

This is my all code I don't know why my Controller didn't know the constructor http://help.laravel.i...

0 Likes
5 Replies
Solved

Ajax post controller redirection problem

I post from ajax to a Controller and I do some authentication there. If the authentication fails I s...

0 Likes
2 Replies
Solved

PSR-4 Autoloading and Views

Hey there, If I have used psr-4 autoloading e.g. "psr-4": { "Admin\": "app/...

0 Likes
2 Replies
Solved

Multiple tables over multiple databases in a single Model

I am in the planning stage of undertaking a database migration where the two databases (one MySQL, o...

0 Likes
4 Replies
Solved

Config constructor injection

Hello All, I am using PHPSpec to test my classes, therefore I've been trying to inject everything vi...

0 Likes
1 Replies
posted 10 years ago

Architecture: Do i need a Model or not?

Hi, i struggle a litte bit with the use of the "Model"... just look at my code: Route (app...

0 Likes
6 Replies

Deploying on shared hosting

Hello, is there a possibility to deploy Laravel app to shared hosting without any custom steps, like...

0 Likes
1 Replies
Solved

Laravel vs Dreamfactory

Hi, Has anyone used Laravel on Dreamfactory (a secure backend framework with its own API and authent...

0 Likes
0 Replies

Multisite configuration

Is it possible to do multi site/sub-domain configuration such as demo.org , demo.com, app.demo.com e...

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.

© 2024 Laravel.io - All rights reserved.