Support the ongoing development of Laravel.io →

4,608 Threads

Submitted data doesn't get stored in database and i get redirected after submit

Hi i am trying to submit data from a modal,and i want it to,simply close the modal after submission...

0 Likes
4 Replies

seeding / accessing one-to-many-relationship

I have a problem with seeding a belongsTo-relationship. My code is the following: // the Model Compo...

0 Likes
1 Replies
Solved

Pagination Help

Hi everyone, Recently I just created a variable with a leftjoin it looks a little bit like this: $it...

0 Likes
0 Replies

Scan Barcode with Android to a page of a logged in user

Hi Peeps This is like a point of sale, the page will have a field for the customer number, amount an...

0 Likes
0 Replies

Class 'Illuminate\Database\Schema\PostgresBuilder' not found

$ php artisan migrate Class 'Illuminate\Database\Schema\PostgresBuilder' not found in API/vendor/bos...

0 Likes
0 Replies

PDO Foreach in Foreach problems

<?php $query=$db->query("select * from urunmenu",PDO::FETCH_ASSOC); $data=$query->fe...

0 Likes
0 Replies

New to Laravel/Eloquent, need help with relational inserts.

So I am new to Laravel but not to LAMP development, I have been doing this since 1999 and I feel tha...

0 Likes
1 Replies
posted 8 years ago

error in table creating using lara project

public function up() { Schema::create('records', function (Blueprint $table) { $table->increments...

0 Likes
0 Replies

PDF file upload via form Laravel 5.2

Hello, I'm new here and quite new to Laravel. I've been trying to add a form that submits author, ti...

0 Likes
0 Replies

How to match data from two different database tables and display it

I am looking for a solution which would withdraw essential data used to match other data from a diff...

0 Likes
1 Replies

Can't access final model (posts) through hasManyThrough method, error "Call to undefined method Illuminate\Database\Query\Builder::posts()"

I don't know what is wrong here. I have this kind of setup: item_model id - integer name - s...

0 Likes
20 Replies

connection data base

I wonder if there is some form of excolhes the path of database connection before login to the syste...

0 Likes
1 Replies

Help with the eloquent query!!!

Here is my reddit post. Thanks!

0 Likes
0 Replies

How to: Get first N objects in foreach loop

Is it possible to get first Nth ojects in foreach loop. For example i have foreach loop with movies...

0 Likes
1 Replies
Solved

Remove white space between words in DB

HI all REally appreciate some help with this one if any one has time. I need to remove the white spa...

0 Likes
6 Replies
posted 8 years ago

Access other users by id inside Blade template

Hi guys, Been trying to find solution to my "problem" so I hope you can help me. So I have...

0 Likes
0 Replies

Join multiple tables Eloquent

I am trying to Join multiple tables and get results I have now 2 tables 1- projects_info (id - pro_t...

0 Likes
1 Replies
Solved

Collection filtering is slow, any tips?

I'm working on a website for a soccerteam where I dynamically generate the ranking by getting all th...

0 Likes
0 Replies

Laravel Authentication and MYSQL user table

I have developed my first Laravel CRUD application and i am looking to setup a system of authenticat...

0 Likes
1 Replies

How to save multiple checkboxes in Laravel

Please i need some help in my application. I am using Laravel 4.2 and MySQL database. I am trying to...

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.

© 2025 Laravel.io - All rights reserved.