Support the ongoing development of Laravel.io →
posted 7 years ago

Laravel 5.4 undefined variable

Hi fellas, after updating to Laravel 5.4 I have received some weird errors that I don't know how to...

0 Likes
1 Replies

Call to a member function groupBy on a non-object

I am trying to merge two queries $sales = DB::table('sales') ->join('drugs', 'drugs.id', '=',...

0 Likes
2 Replies

How to session:destroy in laravel?

Everytime, I proceed to another page then when i go back to the previous page. THe page still displ...

0 Likes
0 Replies

Help me please translate simple raw update query eloquently

Hey guys, Been trying to come with solution to translate this query as eloquent as possible, but kee...

0 Likes
1 Replies
posted 7 years ago

Relationships are correct but returns null

Been on this for many days now but I can't seem to figure it out <?php namespace App; use Illum...

0 Likes
0 Replies

laravel user section on subdomain

Hello Guys I have a mulisite like project in which I want to run user account on subdomain for examp...

0 Likes
0 Replies

How do Single Sign on in Laravel 5.3?

How do Single Sign on in Laravel 5.3? Can we use passport?

0 Likes
4 Replies

Mass Insertion of Dummy Records w/Relations

I am trying to insert 1000's of dummy records over numerous seeding artisan commands. But I am stuck...

0 Likes
1 Replies

Form Handling

Hi. how can i input mutliple data from form into database using laravel 5.3 my code for form is be...

0 Likes
1 Replies

Trying to get property of non-object One to one relationship eloquent (URGENT)

i have two tables books and 'books_photos' table . Which has one to one relationship. <?php...

0 Likes
6 Replies
posted 7 years ago

Problem with Migration

Hi, i have following migration: $tableName = 'oxacceptedterms'; Schema::create($tableName, func...

0 Likes
0 Replies
posted 7 years ago

Validation Rules

Hello, I have some problems with validation rules in FormBuilder. I want the second choice field to...

0 Likes
0 Replies

accessing price sum on the basis of subcategory

I have three tables: Item { id, category_id, name, price} Category { id, subcategory_id, name } Subc...

0 Likes
0 Replies
posted 7 years ago

Issue with Mockery when injecting multiple mocked objects into controller

I'm using Mockery in my Laravel based PHP project to help test a Laravel MVC controller. Below is th...

0 Likes
0 Replies

How to query soft deleted models?

I have a social network type site where there is the normal front end and an admin interface for me...

0 Likes
0 Replies

Looking for Basic CRUD Laravel App

Hello Everyone, I am new to laravel Framework.I am looking for Baisc CRUD application or any best re...

0 Likes
4 Replies
posted 9 years ago

Caching in Homestead with NFS despite sendfile being off

I have NFS enabled in Homestead.rb (otherwise my responses are way too slow): # Register All Of...

0 Likes
15 Replies
Solved

Laravel Mailable Headers

Hi! First time posting here but always reading issues and solution. Great Forum. My issue is that I...

0 Likes
1 Replies
Solved
posted 7 years ago

How to display the image of pictures in a relational Table.

I have two tables: books and photos table. I stored all the information of books in the books table...

0 Likes
0 Replies

csrf token mismatch http code

Hello to all, I have been looking at the csrf middleware and it seems to me that the proper http res...

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