Support the ongoing development of Laravel.io →

Struggling Where to Put Domain Logic

Hey all, I've been leaning a lot about design patterns and the IoC in the past couple of weeks, and...

0 Likes
11 Replies
Solved
posted 8 years ago

QueryBuilder doesn't get records

I have to get some records from a table given an array of ids, to do so I use this code $future_meet...

0 Likes
2 Replies
Solved
posted 8 years ago

generate route for multiple variables/that/has/to/be/passed/to/the/router in one variable

hi, I have a router file: //multiple router lines before, at the end everything else has to be handl...

0 Likes
6 Replies

Multi domain application issue

I'm building an application that needs to be accessible by multiple domains : https://a.domain1.com,...

0 Likes
0 Replies
posted 8 years ago

Error in Laravel

I am trying to use auth0 with Laravel 5.3. I am facing following in Error in Laravel while I am try...

0 Likes
1 Replies

[Manjaro][composer] Artisan not present when installed using composer.

I am on Manjaro. Installed composer from the repository, which is up to date. So I followed the offi...

0 Likes
1 Replies
posted 8 years ago

Laravel multiple requests

Hi. I have problem. I make request to url .../admin/system. I catch that request in brakepoint in my...

0 Likes
0 Replies

Local to Online : $request->all(); and Input::all(); error

Why Laravel 5.3 output differents result? It's bugged on online request. Thank you Controller: funct...

0 Likes
2 Replies

"with" or "load" causes all objects loaded

Hello All, This is my first post on this forum, so I'd like to send warm hello and thank You in adva...

0 Likes
5 Replies
Solved

belongsToMany three table

Hello. I have problem with relationship three table. We have the tables users - id - username compa...

0 Likes
2 Replies
posted 8 years ago

Form macros in Laravel 5.3

I am trying to setup Form Macros in 5.3, I have a service provider working: /App/Providers/MacroServ...

0 Likes
1 Replies

possible to use multiple @extends('') using if commands in blade?

Ok so here is my code @if(some logic) ....@extends('template.master') ....@section('title') ....ti...

0 Likes
2 Replies
posted 8 years ago

Mandrill mail conection problem

Hi I'm getting very occasional connection problems with the mandrill api [2016-09-16 07:59:38] produ...

0 Likes
1 Replies

Old PHP site to new one with Laravel 5.3, how to begin with?

Hello, i am new here and with Laravel tech but I know the php dev. I developed several years ago a P...

0 Likes
1 Replies

invalid parameter in posting offer to facebook api

Hi, I have problem with posting offer to page (which I am admin) via facebook api. It'is work, when...

0 Likes
1 Replies

when i import the excel sheet using maatwebsite, showing the error message “Call to undefined function: simplexml_load_string()”

i have use the import excel sheet using maatwebsite in local. its working fine. but live server its...

0 Likes
1 Replies

FPX payment gateway integration with Laravel 5.2

Can anybody let me know how to integrate FPX payment gateway integration with Laravel 5.2?

0 Likes
0 Replies

Trouble getting value from object. Or how to get distinct date from dateTime column in a table.

So I have a query that looks like $atten = Attendance::select( DB::raw('DATE(tStamp)') )->group...

0 Likes
0 Replies
posted 11 years ago

What are the most common projects that are built with Laravel?

Laravel can be used for any project. It's all about your skills and imagination. I hope we all agree...

0 Likes
6 Replies

Eager loading of several relationships

I've got a Restaurant, Review and User model Restaurants have reviews, which have a user I would to...

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.

© 2025 Laravel.io - All rights reserved.