Support the ongoing development of Laravel.io →

4,311 Threads

Pagination, whether or not to render in Blade based on query

I’ve got an admin-type page that allows the use to either Browse using pagination through all cours...

0 Likes
1 Replies

Inserting into two tables with single form

I have register form, in that form there is select form which decide if user is farmer or buyer. If...

0 Likes
2 Replies

Error when calling scope method - deprecated non static meth

I have a model and I have a method and also a scope that looks like this: public function scopeDue($...

0 Likes
0 Replies

Laravel Filtered Excel View blade Exports Everything to Exce

I am using PHP Version 7 - Laravel 5.8 and "maatwebsite/excel": "^3.1". When I f...

0 Likes
0 Replies

Retrieve Models with invalid Category Subcategory relations

I have three Models Record, Category and Subcategory. The Record table stores category_id and subcat...

0 Likes
1 Replies

Problem with foreach and design of table

Hi, I have a problem with the cells in the table after foreach loop. He does not want to sort me the...

0 Likes
0 Replies

I need to custom return data pagination and view path

I need to custom return data like this and view path but I dont know how to extend service provider,...

0 Likes
1 Replies

List Categories with count of associated products Laravel 5

I would like to have a list of categories of products with the respective quantity of products assoc...

0 Likes
0 Replies
posted 5 years ago

Date Attribute Casting not working

I have a model class Enrolled extends Model { protected $table = 'enrolled'; protected $casts = [...

0 Likes
0 Replies

Laravel 5.8 memory leak

Demo Repo https://github.com/fukuball/Leak58 Laravel memory leak example It is normal to loop and pr...

0 Likes
2 Replies

How to structure a database table?

Seeking for experienced advice on structurizing the database table. I have a 7 day money balance tab...

0 Likes
2 Replies

Pluralization of phrases in inflector.

Hi. How can I add a rule to the inflector for pluralization of Spanish phrases? I have the following...

0 Likes
0 Replies

Help with search string Laravel 5.8

Developers, I'm doing a search function and I can not bring the variable into sql? can anyone help,...

0 Likes
3 Replies

Auto Delete DB records every weekend

Hi everyone, I need help on how to auto delete all blogposts with status of draft every weekends (sa...

0 Likes
2 Replies

create count point using one to many

i want create count point using one to many, desc: tb_user : user_id | name | point tb_customer...

0 Likes
0 Replies
posted 5 years ago

Why should Model has a real increment method

I got an IDE warning when using increment on a model, The code works. I found that increment was ro...

0 Likes
0 Replies

the morphOne relation always return null

im setting up a One To One (Polymorphic) like this My Models: namespace App; use Illuminate\Database...

0 Likes
0 Replies

Jenssegers Mongo Eloquent, seems wrong behavior

Hi, Case: I want to update a value in MongoDB using Jenssegers Mongo Eloquent. The existing data val...

0 Likes
0 Replies

Select records from one table that do not exist in another

How do i Select all records from one model that do not exist in another model in Laravel ? So far he...

0 Likes
1 Replies
posted 5 years ago

Why User::find method call User constructor 3 times?

In api.php Route::get('/abc', 'App\UserController@abc'); In UserController.php public function abc(...

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