Support the ongoing development of Laravel.io →

Why the same query works at different servers on a miscellaneous?

Tell me please. Why on the local server this query: $pricelists = PriceList:: all ()-> where ('ca...

0 Likes
4 Replies

Seeder parse error in laravel 5.0 Faker

<?php use Faker\Factory as Faker; use Illuminate\Database\Seeder; use Illuminate\Database\Eloque...

0 Likes
2 Replies

How do you handle common models/classes/migrations between Lumen and Laravel?

So, I'm developing two applications: A frontend website, as well as an employee/customer portal. Bo...

0 Likes
2 Replies

DB.. Many to Many with information (user messages)

My Db schema looks like this.. (omitting some info) users (id, first_name,.....) messages (id, user_...

0 Likes
1 Replies

Method [validate Name] does not exist in laravel 5.1

fetch data of signup form. use Illuminate\Http\Request; use App\Http\Requests; use App\Http\Controll...

0 Likes
2 Replies
Solved

What database to use

Hi, i create an social-messaging system, where people can and friends and write messages like in Fac...

0 Likes
6 Replies
posted 9 years ago

Where does a validation method belong?

I'm learning a lot about code seperation and dry.. Now I'm reusing this piece of code protected func...

0 Likes
1 Replies

Regarding Sending Mail Notification

Hello Laravel Lovers, I am using Laravel 5.1 framework and I want to send email notification to a pa...

0 Likes
1 Replies

Dynamic form with different fields from different tables

Hello friends, I have five tables and all of them have different number of columns. I want to create...

0 Likes
1 Replies

How can get data from belongsToMany and send the relation array as objecto to view

Thanks folks for your attention! Employee model with select a column: public function departments()...

0 Likes
6 Replies
posted 9 years ago

Laravel 5 Guzzle Mandrill set options

Hey guys, I am using Mandrill and Guzzle for emailing and this works fine! But I want to add some co...

0 Likes
1 Replies
Solved

Many to many inverse query how?

Let`s take classic documentation example User -> Role public function roles() { return $this->...

0 Likes
10 Replies

DigitalOcean + Forge + DNS Config

Hey guys! I need a help with DNS questions on my server configuration and I hope somebody could help...

0 Likes
1 Replies
Solved

How to get HTTP request in route model binding closure

Hi there, I am trying to get access to the HTTP request in my route model binding closure. This is b...

0 Likes
2 Replies
Solved

how can get hasbelongsToMany and send data to view

$employee=Employee::create([ 'name' => $request->get('name'), 'lastname' => $request-...

0 Likes
2 Replies
Solved

Carbon - Check how many days ago was timestamp

Hey, is it possible to get the number of days that have passed since a given timestamp, but only the...

0 Likes
1 Replies
Solved

paginate() not working

Hey guys, today I started developing a new website with L5.1 and wanted to use the paginator. I used...

0 Likes
2 Replies

Laravel 4 stops sending email

I have a live application that has been running for months. It just stopped sending out emails witho...

0 Likes
1 Replies

Laravel 4 + bootstrap-switch not passing value

I am perplexed and in need of some help. I have a checkbox setup as a flag in my form that is not s...

0 Likes
4 Replies
Solved

Good tutorial on "How to create proper dynamic form in laravel"?

Hi, does anyone of you about some great article how to create form with dynamic fields and how to ha...

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.