Support the ongoing development of Laravel.io →

Why I get Trying to get property of non-object

$products=Product::where('product_name',$request->product_name)->first(); if($products->...

0 Likes
3 Replies

Rails Engines

Hello, Maybe here is some guys familiar with rails, don't you think it would be good to have engines...

0 Likes
0 Replies

Cannot maintain user session following sucessful authentication

Hi All, I am using the built-in authentication views/controllers for Laravel 5.0. I am able to succe...

0 Likes
2 Replies

How to update just one field with fill method in the table

How I can fill $a in to the table, pls and regards. $products=Product::where('product_name',$request...

0 Likes
1 Replies
Solved

How to math operators on controllers

I have this and return Object of class Illuminate\Database\Eloquent\Builder could not be converted t...

0 Likes
1 Replies
Solved

How can find a key on a other model and insert on a query for store method

Hi friends, I have a form, with selectbox for employees, so select the id, well on my table users I...

0 Likes
2 Replies

TokenMismatchException with dropzoneJS

I don't know what else to do anymore, everything I tried failed. So there's this form {{ Form::open...

0 Likes
7 Replies

Multiple questions: Yii1 -> Laravel

Hey everyone. I have some questions to ask. :3 I come from using Yii1, and I have a rather big proje...

0 Likes
1 Replies

Laravel Dockerized - A Quick Setup for Laravel and Docker

Hi guys, I am moving my first steps with Docker and, a few days ago, I made a starter setup that you...

0 Likes
0 Replies

fzaninotto/Faker Laravel 5 What can I do insert one out of 3 possible strings in the database

I would like to populate a field string(50) with one out of 3 possibilities, what can I write there?...

0 Likes
1 Replies
posted 9 years ago

CMS for Laravel 5.1

Hi, i looking for some simple CMS framework for Lravel 5.1. I would like useing module for login or...

0 Likes
1 Replies

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

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.