Support the ongoing development of Laravel.io →

256 Threads

can I deploy my app based on Laravel framework in my shared virtual space?

as you know, I am using the virtual shared space which support php apps, so I can not install php li...

0 Likes
1 Replies
Solved

Do you need to create a model for your pivot table?

I have a post table and that post may be included in multiple sections so now I have 3 tables: post...

0 Likes
2 Replies
Solved
posted 10 years ago

Elegant way to 3 simmilar index pages

I have view to list competitions. There are 3 ways of displaying them: all, passed only, comeptition...

0 Likes
4 Replies
Solved

How to select which route parameter to pass on a controller function?

Hi guys! Recently I added a "page" segment on the url for pagination so I changed my '{sec...

0 Likes
2 Replies
Solved

How to make URLs SEO-friendly with Nested Set Model?

Hello Everyone! I'm using Baum package for Nested Set Model and I have added extra field to database...

0 Likes
7 Replies
Solved

Renaming create method() ??

Hey guys, I have this controller performing some CRUD tasks. My question is, if there is any way to...

0 Likes
3 Replies
Solved

Three table relationship problem in view: Product, producimages, imagetypes. How to show images by type in specific section in view. Not all images.

Hello, can anyone help me with my problem. I can't seem to solve it. I want to show in blade view im...

0 Likes
2 Replies
Solved

Response::view VS Response::make(View::make) And Error Pages

Hi, I'm a newcomer to Laravel. I tried to create custom error pages for the application. I did follo...

0 Likes
2 Replies
Solved

Is this a bug in HTML::Link(...)

Is this a bug in HTML::Link(...) (btw: I don't really know what tag matches this question) if i name...

0 Likes
4 Replies
Solved
posted 10 years ago

Questions about a website architecture

Hi all, This is my first post here ! I have "News", "Tutorials" and "Forum&...

0 Likes
3 Replies
Solved

How to get timestamp integer instead of Carbon object

My application has to adapt to an existing database which uses integer timestamps instead of string...

0 Likes
2 Replies
Solved

Mocks and namespace

Hi I had a few tests, no problem with phpunit execution. I added namespaces to my Models and control...

0 Likes
2 Replies
Solved

Many To Many Polymorphic Relationship?

Hey guys, I'm trying to figure out if this is the best way to go about this. I have a tv_shows table...

0 Likes
8 Replies
Solved

Naming RESTful Controller Methods

Stumbled upon the biggest Laravel issue for me. I don't like the idea of defining routes for many me...

0 Likes
8 Replies
Solved

General Questions - New to Laravel

Hey guys, Laravel is the first framework I have decided to learn and start working with. I've been a...

0 Likes
1 Replies
Solved

Model attribute accessor not working with object_get helper function

The model: class Item extends Eloquent { public function getCentsAttribute() { return substr(...

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