Support the ongoing development of Laravel.io →

4,599 Threads

Laravel 5.4 Auth Scaffolding unknown issue.

I can register perfectly and it redirects with the cookie and tells me I'm logged in, but when I sig...

0 Likes
5 Replies

Problem when try to retrieve data from 1 table which depend on other table.

Im pretty new with laravel, can you guys help me to solve my problem, please. I have 5 tables: skill...

0 Likes
0 Replies

Multiple image upload in laravel using function.

here is the scenario, I need a table called product and another table called product_image and they...

jessicaervin liked this thread

1 Likes
1 Replies

Problems after change database host

Hi, I've changed my .env database configurations (host, etc). After that, config:cache and config:cl...

0 Likes
0 Replies

DB Migration for Reference Tables

I have some tables for enums that I want to store in the database. Is there a good way to handle thi...

0 Likes
1 Replies

failed: nofile when trying to download uploaded file laravel 5.4

please help me!!! i cant find a guide on laravel 5.4 in this error please if you guys have ideas on...

0 Likes
0 Replies

ErrorException in 33fb9f40de9c86527792aabe2edea085c0b7a479.php line 3: Undefined variable: rfq (View:

ErrorException in 33fb9f40de9c86527792aabe2edea085c0b7a479.php line 3: Undefined variable: rfq (View...

0 Likes
1 Replies

Get latest row s of table in model.

let's say the first record for adm_no: 1 , subject_id :1 and had a score of 35 and a second score fo...

0 Likes
0 Replies

Cashier BadMethodCallException Method newSubscription() does not exist, why?

Model <?php namespace App\Entities; use Laravel\Cashier\Billable; use Prettus\Repository\Contr...

0 Likes
5 Replies
Solved

Getting pivot id after attach()?

I am fairly new to laravel and I'm trying to build an 'add to basket' script. It consists of 3 table...

0 Likes
0 Replies

how to insert current login user -> userid using --resource controller? please help my thesis deadline

im using php artisan make:auth any ideas on how to insert the user id of the current login-ed user?...

0 Likes
4 Replies
Solved
0 Likes
0 Replies

how to insert my auth user id to my database upon submission?

hi guys i am new in laravel so please bear with me. im using laravel 5.4 what im trying to do is upo...

0 Likes
4 Replies

getting errer used in having or havingRaw

here is my code $products = DB::table('post_data') ->select('*') ->selectRaw('( 6371 * acos(...

0 Likes
0 Replies

If using a query builder as to what in the form of its laravel ?

Hi guys, I have a query like the following may be a bit complex, I am a bit of trouble to convert in...

0 Likes
0 Replies

I am attempting a dynamic dependant dropdown.

Greetings Everyone, I've been following a tutorial on youtube for a dependant dropdown. when i follo...

0 Likes
7 Replies

Command "dump-autoload" is not defined.

When creating a migration on a new laravel 5 install. I got this error message as the artisan comman...

0 Likes
3 Replies

group by + min

i have models "Book" and "BookCategory" how to select the cheapest book in every...

0 Likes
3 Replies

where() on with() relation

Hello guys, I'm using Laravel for a while and I love it :) It's my first post here, so I'd like to s...

0 Likes
15 Replies

"Base table not found" error when extending Model

Hello guys! I got a problem that I'm not managing to solve. I have a model called "Jogo" t...

0 Likes
11 Replies
Solved

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.