Support the ongoing development of Laravel.io →

Conditionally changing SMTP Mail settings (host, username, password).

Needing to redeclare the configuration settings when sending just one particular mail in the app. Wo...

0 Likes
3 Replies
Solved

Request::segment from another uri

I'm creating an API in which routes are already made like: Route::post('/keyword/{keyword}/{page?}',...

0 Likes
0 Replies

Acces controller methods from View

Is it possible to acces controller methods from View ?

0 Likes
3 Replies
posted 9 years ago

How do you handle dynamics route?

Hi, As I said in another post I'm trying to do my own CMS. I have several articles in my db, each ar...

0 Likes
2 Replies
posted 9 years ago

Unexcepted behavior : File::exists

Hi everyone, I'm currently working on a theme engine for a project of mine and while checking if the...

0 Likes
0 Replies

How to load models?

I have a model like this: namespace Models; use Eloquent; class Sites extends Eloquent { public...

0 Likes
2 Replies
Solved

Password reset based on mobile number instead of email

Newbie alert! :-) I am sitting with a unique problem where multiple users for my application may be...

0 Likes
0 Replies
posted 9 years ago

Missing 0-index for selectMonth() and selectYear() form helpers

Hi Guys, Just a little heads for those who may have experienced this issue: I usually add a default...

0 Likes
0 Replies

database relationship

hi i have multiple categories and each category has many posts, i want fetch 4 last posts for each c...

0 Likes
0 Replies

Using "has" to query on pivot table (aka join table)

I've seen some threads that are potentially similar (e.g. http://laravel.io/forum/05-01-2014-eloquen...

fakhriahmedoff liked this thread

1 Likes
2 Replies
posted 9 years ago

Doubt about error while updating a table with model configuration set as timestamps = false.

Hello guys, first post here. :) So today I created a new table on the project I have been working fo...

0 Likes
0 Replies

Error display

How I can display a better error for development than the "Whoops, looks like something went wr...

0 Likes
2 Replies
Solved
posted 9 years ago

View using PhpEngine - am I doing it right?

Hi! First of all, I love Blade, really! But I'm meaning about PhpEngine. Secondly, English is not my...

0 Likes
4 Replies

Homestead YAML Error

I am setting up Homestead on my Windows OS and continually get this error: ==> default: /vagrant/...

0 Likes
4 Replies
posted 9 years ago

SQL Query difficult

I can't "translate" the SQL Query below to Laravel, how I can make this? SELECT SUM(transa...

0 Likes
7 Replies
Solved

Caching conflicting with appends

Hello, I'm using Larvel 4.1 on Ubuntu. My model caches getOne function caches data and returns it fi...

0 Likes
0 Replies

[Package] Laravel single table inheritance

#What is Laravel Single table inheritance? Laravel Single table inheritance is a Laravel4 package to...

0 Likes
1 Replies

Dynamic form fields validation

How can I validate dynamically created form fields. My form structure is {{ form::text('works[0][&qu...

0 Likes
0 Replies

Controllers vs Models relations best practice

Hello, I am making a community site for pet lovers and I am facing a design question. Lets say I hav...

0 Likes
9 Replies
posted 9 years ago

Creating queries that use tables from more than one database

I need to be able to execute mysql queries that utilize tables from more than one database in the sa...

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