Support the ongoing development of Laravel.io →

1,557 Threads

Sharing sessions with legacy php code

Does Laravel have plans to natively support this? I had a forum post on the old forum about this: ht...

0 Likes
0 Replies

container bindShared

Illuminate\Container bindShared is performing the callback each load... doesn't it suppose to execut...

0 Likes
5 Replies

Laravel-Recipes.com is now open source

You can check out the website at laravel-recipes.com And the github repo at github.com/ChuckHeintzel...

0 Likes
3 Replies

DB Seeding Already Populated Table

I have a database table for "roles" and for "permissions", and I need to seed th...

0 Likes
3 Replies
0 Likes
1 Replies

What should go in a Repository

Looking through Repository code and what everyone uses them for. It still seems they are pretty coup...

0 Likes
25 Replies

Larapress (CMS) Architecture Discussion

Hello there! I'm currently developing a CMS called larapress and I'd like to discuss the archite...

0 Likes
9 Replies

controller method with parameter call from view?!

hello, i have a controller method with parameter public function check($root_ip, $root_port) {...

0 Likes
3 Replies

Is it possible to give a named route to an entire resource?

I'm thinking something like Route::resource('sessions', [ 'as' => 'test', 'uses' => 'SessionsC...

0 Likes
3 Replies
posted 10 years ago

Organize code for access from many controllers??

I have a design question that I've been struggling with lately. How do you make a chunk of logic th...

0 Likes
2 Replies

How to loading my config environment instead of testing config when doing phpunit?

Hi, We are a team of developers, and each one is running tests locally before commit, each one confi...

0 Likes
0 Replies
posted 10 years ago

Controller size best practice?

I started using Laravel on a couple of projects, and for simple logic it's pretty straight forward....

0 Likes
5 Replies

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

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

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

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.