Support the ongoing development of Laravel.io →

1,557 Threads

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

Service Orientated Architecture.

I have a database that will contain all the data for an applicant, however each section will be sepa...

0 Likes
1 Replies

Folder Separation for Admin and Front end

I am new in laravel and working with 4.1.* version. I have a query that what will be the standard fo...

0 Likes
6 Replies
posted 10 years ago

laravel repository with contracts and factory

First I read the book "From Apprentice To Artisan" and understand the whole pattern of rep...

0 Likes
0 Replies

How to setup visibility per user

Hi, description of my problem: I have departments,projects and tasks. Users are invited/assigned to...

0 Likes
0 Replies

[Tutorial] Clean menu management in Laravel4

Just wrote a tutorial on managing your menu's in Laravel 4. It goes over using View composers and Co...

0 Likes
0 Replies

Returning results from repositories - best practices.

I've been exploring the use of the repository pattern in a new project by using interfaces and eloqu...

0 Likes
0 Replies

Problems with Mail::queue in last update?

Hello, good evening. Does anybody had problems today with latest Laravel update? Suddenly Mail::queu...

0 Likes
0 Replies

Showing subdomains as tld

Hi there! First of all, Laravel is awesome, I haven't been so enthusiastic about something a long ti...

0 Likes
3 Replies

Environment detection, subdomains, and requests

So, I think I have figured a way to do this, but I feel like there has to be a more efficient way. H...

0 Likes
2 Replies

Any equivalent to CakePHP's saveAll?

I am coming to Laravel from CakePHP. In CakePHP I could save a model and related models using a sing...

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