Support the ongoing development of Laravel.io →

Trying to get property of non-object

Hi, I've been working on my project and when ii try to access the show.blade.php it shows me that i'...

0 Likes
0 Replies

Why my cron job laravel 5.3 not working on localhost?

I using windows My code on \app\Console\Kernel.php is like this : <?php namespace App\Console;...

0 Likes
3 Replies
Solved

InvalidArgumentException: Unable to locate factory with name [default] [App\Company].

Here's what my very simple model looks like: <?php namespace App; use Illuminate\Database\Eloqu...

0 Likes
1 Replies
posted 7 years ago

fully featured ecommerce

Anyone knows a fully featured ecommerce made with Laravel? I've only found some packages, nothing to...

0 Likes
8 Replies

Page Expired Exception in Laravel

I am using Laravel 5.5. I am trying to change my session driver to memcached. When i change the sess...

0 Likes
0 Replies
posted 10 years ago

How can I make a column nullable that already exists?

I don't want to drop and re-create the the column, but I need to now make it nullable. There doesn't...

0 Likes
2 Replies
posted 5 years ago

Free ticket to Laracon US 2018. No clickbait, I promise :-)

Hi guys, Starting this year, Backpack for Laravel is a Laracon US sponsor. We got a ticket, but can'...

0 Likes
0 Replies
posted 5 years ago

Problem running scheduled jobs

Hi guys, I am trying to set up a schedule according https://laravel.com/docs/5.6/scheduling but I ha...

0 Likes
1 Replies
posted 5 years ago

Use lsapp.dev URL for localhost with port no.8080

I am in learning phase of laravel. I am running my localhost on 8080 port, i.e., localhost:8080 work...

0 Likes
0 Replies

Как правильно составить запрос к базе?

Есть таблица produkts. У этой таблицы есть связи "многие ко многим" с 3 другими таблицами...

0 Likes
0 Replies
posted 5 years ago

Laravel Voyager / Whoops. Looks like something went wrong

Error Screenshot I have a student application made using Laravel Voyager. For a small section of app...

0 Likes
0 Replies

Laravel DigitalOcean tutorial

Is there a detailed video tutorial on how to use DigitalOcean and set up Laravel on it and point to...

0 Likes
6 Replies
posted 5 years ago

I want to ask related news category updates in multiple sel

News Table: id title news Table Category: id name Table CategoryNews: id news_id category_id N...

0 Likes
0 Replies

Convert an array of integer onto a Collection ... before map

I created this method : public function vcListAndSegmentCount() { $valuechainLists = Valuechain::sel...

0 Likes
0 Replies
posted 10 years ago

Southern Sweden

Hello people. My name is Jonas Erlandsson. I'm a swede that started reading in on Laravel a couple o...

0 Likes
7 Replies
posted 5 years ago

MySQL connection compression

Hi there How to enable MySQL connection compression on Laravel 5.4.x? Is that possible? Maybe it's e...

0 Likes
5 Replies

Can't use sessions in laravel controller

PHP script to check the client's IP address: <?php namespace IPv4; if(!session_id() || session_...

0 Likes
2 Replies
posted 5 years ago

Emails to multiple users using queue

Hi, i am new to laravel and want to send emails to multiple records stored in the database using que...

0 Likes
0 Replies

Join interfering with eager loading

I'm going insane. I have a query that needs to use a join and eager loading. The join needs to occur...

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