$products=Product::where('product_name',$request->product_name)->first(); if($products->...
Hello, Maybe here is some guys familiar with rails, don't you think it would be good to have engines...
Hi All, I am using the built-in authentication views/controllers for Laravel 5.0. I am able to succe...
How I can fill $a in to the table, pls and regards. $products=Product::where('product_name',$request...
I have this and return Object of class Illuminate\Database\Eloquent\Builder could not be converted t...
Hi friends, I have a form, with selectbox for employees, so select the id, well on my table users I...
I don't know what else to do anymore, everything I tried failed. So there's this form {{ Form::open...
Hey everyone. I have some questions to ask. :3 I come from using Yii1, and I have a rather big proje...
Hi guys, I am moving my first steps with Docker and, a few days ago, I made a starter setup that you...
I would like to populate a field string(50) with one out of 3 possibilities, what can I write there?...
Hi, i looking for some simple CMS framework for Lravel 5.1. I would like useing module for login or...
Tell me please. Why on the local server this query: $pricelists = PriceList:: all ()-> where ('ca...
<?php use Faker\Factory as Faker; use Illuminate\Database\Seeder; use Illuminate\Database\Eloque...
So, I'm developing two applications: A frontend website, as well as an employee/customer portal. Bo...
My Db schema looks like this.. (omitting some info) users (id, first_name,.....) messages (id, user_...
fetch data of signup form. use Illuminate\Http\Request; use App\Http\Requests; use App\Http\Controll...
Hi, i create an social-messaging system, where people can and friends and write messages like in Fac...
I'm learning a lot about code seperation and dry.. Now I'm reusing this piece of code protected func...
Hello Laravel Lovers, I am using Laravel 5.1 framework and I want to send email notification to a pa...
Hello friends, I have five tables and all of them have different number of columns. I want to create...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community