Support the ongoing development of Laravel.io →

1,532 Threads

I want to save data in database through multiple forms.

This is my Route : Route::post('/', 'TestController@store'); This is my controller : public fun...

0 Likes
4 Replies
posted 5 years ago

Fix issue with Shopify proxy in Laravel

Hi, I am getting issue of app proxy if trying to access proxy URL. I have created all flow of instal...

0 Likes
0 Replies

Relations between 3 tables in Laravel 5.7

I have three tables : PLAYERS with a team_id TEAMS SCORES with a player_id The thing is : My team...

0 Likes
0 Replies

Render view from other path in laravel 5.7

i'm building a modular system in Laravel 5 and the modules views of my system are outside from the /...

0 Likes
0 Replies

Querying polymorphc relation using eloquent builder instance

I am stuck at the fee search filter part in my web app. My setup of polymorphic table is, Models: Fe...

0 Likes
0 Replies

Different column names with different users table name

I need to use table q_users (users at clean laravel) with columns: qID (id), qName (name), qEmail (e...

0 Likes
0 Replies

Return specific value of array in blade file

I am facing problem in laravel I have this data in array and want to show the data specifically with...

0 Likes
1 Replies

@extend and @section not working for new created views

@extends('layouts.master_layout') @section('master_dashboard_content') <h1>hello World</h1&...

0 Likes
3 Replies

Help with intermediary relationships.

Hi, I have a question related to Laravel and database. I have a PEOPLE table and other POSITIONS, so...

0 Likes
1 Replies

Laravel RedirectIfAuthenticated not working

Laravel RedirectIfAuthenticated not working after moving from XAMPP to Laragon Previously I used XAM...

0 Likes
0 Replies

Laravel not forcing SSL after artisan restart

I have an emergency with some Laravel code on a production server. Let's get it out of the way: horr...

0 Likes
0 Replies

Log in - Error 419 Session has expired when using Docker

I have a problem with Laravel 5.7 when trying to log in by using Docker-compose There is no problem...

mohamedmss liked this thread

1 Likes
0 Replies

Eloquent help with a belongsToMany relationship

Hey everyone, I'm trying to specify a belongsToMany relationship with a setup where with : Content -...

0 Likes
0 Replies

Laravel 5.7 gRPC Integration

I have setup gRPC in core PHP and it is working fine but i want to use it with laravel 5.7. I have d...

0 Likes
0 Replies

Form data structure

Hey all, I have a question. I'm submitting a form and the data consists of user created questions an...

0 Likes
1 Replies

Weird Behavior. POST routes are reporting HTTP 400 err

I'm getting a HTTP 400 error only in Chrome Browser, I've deleted all the cookies as some post have...

0 Likes
2 Replies

using Mailer from /sender address

I have Mailer functionality built into my business app. I'm using smtp to send out client emails. Th...

0 Likes
0 Replies

Is it mandatory to create tables via migration in laravel?

Is it mandatory to create tables via migration in laravel?

0 Likes
1 Replies
posted 5 years ago

can not save image in public folder

This is code to save to save multiple product information but i found error when save with image &qu...

0 Likes
0 Replies
posted 5 years ago

Best laravel way to create a promotional cost structure

I know this is not the place to ask this question, but I wonder how. I have a cost table that contai...

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.