Support the ongoing development of Laravel.io →

1,813 Threads

Most efficient count on relationships

I'm currently using Eloquent for my database queries, but when an user logs off I want to get a tota...

0 Likes
2 Replies

Error rendering view: [user::profile.profile]

Hello everyone! I receive the following error: Error rendering view: [user::profile.profile] Trying...

0 Likes
5 Replies

Better IoC design pattern?

I have finally got my head around IoC (thanks to Jeffrey and Laracasts :) ) and I'm now looking to a...

0 Likes
2 Replies
Solved

Testing classes which connect to external services

Currently I'm trying to improve my TDD (PHPspec) in Laravel, though I'm facing several problems when...

0 Likes
0 Replies

Where do these validation rules belong?

Hi, I am building a user submitted video playlist and need to impose rules such as: Users can only...

0 Likes
3 Replies

Pros and Cons of Laravel + Angular

I am in the planning stage of rebuilding our company CMS and we will definitely be using Laravel, bu...

0 Likes
11 Replies
Solved

How to select field in another table join by eager loading ?

I got category_to_news and news_main table category_to_news : news_id (int),name (varchar),title (ti...

0 Likes
0 Replies

PHP-FPM - Class not found error using namespaces

Server upgrade happened and php-fpm is now used (though we are still using apache -.-). Now my appli...

0 Likes
0 Replies

Getting Configuration from Laravel Project as a Library

We've been using Laravel for our front-end architecture with some success for awhile. Now we need to...

0 Likes
1 Replies

How to use layouts

Hello everyone. I just installed my first Laravel 4 application, i would like to create a starter p...

0 Likes
2 Replies
posted 10 years ago

'Require / Include' Structure Within Laravel

Hey all. I am migrating a custom coded application over to Laravel and I want to make sure that the...

0 Likes
2 Replies

Scalibilty??

Where laravel stands in scalability concept? Is it fast enough for big business projects with more...

0 Likes
4 Replies

Dividing Laravel 4 application into packages - to autoload or not

I am relatively new to Laravel and my project is expanding, I need to separate it into different pac...

0 Likes
0 Replies

Proper implementation for multiple validation

//Contact.php class Contact extends \Eloquent { protected $fillable = array('email', 'name', 'subje...

0 Likes
0 Replies

Stuck on this! How to stop these database hits?

Something was causing multiple calls to the User table. I found the solution on some blog that reco...

0 Likes
2 Replies

Custom database library

Hi, I'm new in Laravel and I'm thinking about Laravel for my project. Laravel is great, but for data...

0 Likes
2 Replies

Adding default properties to the SplFileInfo-object from Finder

Hi Guys First post! - I am slowly crawling my way into this framework and at the same time expandi...

0 Likes
1 Replies

Structure repos for api client

I have a Post model, that read from my table "posts". In my PostController, I inject an Po...

0 Likes
1 Replies

Help how to have a better management of dependency for my controller

Let's say I have a controller named "PositionsController". This controller depends on &quo...

0 Likes
2 Replies

cURL Problems in Laravel

I tried to run the following code on Laravel that I have run using "php artisan serve" and...

0 Likes
2 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.