Support the ongoing development of Laravel.io →

2,389 Threads

Getting information from one table and saving the returned information in new table

Hello guys, I'm making a school system for my school and I have this problem in which I'm stuck for...

0 Likes
1 Replies
posted 10 years ago

Routing: Passing parameters to controller

Hi, this is the common version of routing: Route::get('/test/{squirrel}', function($squirrel){$data[...

0 Likes
7 Replies
Solved

Validate relationship

I should validate if relationship exit when i create an enrtity. Example: A "Role" should...

0 Likes
0 Replies
posted 10 years ago

Displaying Images Inline -> Text and broken images when content-type set

I need to be able to return an inline-image to the browser. The images are pulled from outside /publ...

0 Likes
8 Replies
Solved

Route for extends of "Request" does nothings...

Hi ! Before explaining my problem, I just want to say that I'm new in laravel (and frameworks). So,...

0 Likes
0 Replies
posted 8 years ago

AJAX in Laravel 5.2 (success, but still 500 error)

Hi! Does anyone of you have (or could write) a complete, working with Laravel 5.2 tutorial of Ajax u...

0 Likes
3 Replies

CRUD, Having Problem with Update and delete data

Hi can someone help me??please, I'm having problem with updating and deleting data when I'm trying t...

0 Likes
4 Replies
Solved
posted 8 years ago

Application serves 404 page when apache serves another request

Now this is a something really strange: I am running Apache with 2 websites on it. The sites are exa...

0 Likes
1 Replies
Solved

Connect to remote mysql database while working locally

I'm trying to set up my local environment with MAMP. However, I want my database to point to my RDS...

0 Likes
5 Replies
Solved

Laravel 5 | Type Error

MY CLASS : namespace App\Http\Middleware; use Closure; use Illuminate\Routing\Redirector; use Ill...

0 Likes
1 Replies
posted 9 years ago

Does Laravel's Lumen handle JSON format input?

Can anyone tell me if this is possible please? If I post a JSON request to a Lumen app (with Content...

0 Likes
4 Replies

Laravel Spark install: Auth guard [] is not defined.

Hello wonderful Laravel community. I'm working on a laravel spark project and I'm not sure what I've...

0 Likes
2 Replies

Mass Assignment from Request data

Hello I want to do a mass assignment from a request, but im facing some trouble with the autogenerat...

0 Likes
3 Replies
Solved

Two forms in one page - validation problem

Hey guys!!! How are you doing? I hope great! I am facing some issues working with Laravel 5.2 and ho...

0 Likes
1 Replies

Making a CMS, what to do with image upload

Hi everybody. I need your advice about something. I am currently making a CMS in Laravel 5.2. I've c...

0 Likes
1 Replies

[SOLVED] Lumen Return image without saving file

I'm developing an API to generate QRCodes using Endroid/QrCode package. I want to generate the QrCod...

0 Likes
1 Replies
Solved

Allowing dynamically loaded components to define and handle their own routing

I'm building a system that will dynamically load components based on the Request URI. Each of these...

0 Likes
0 Replies

Not able to display Json value to UI

IndexController.php <?php namespace MarketSpace\Http\Controllers; use Illuminate\Http\Request; c...

0 Likes
0 Replies

Lumen return timestamps in response instead of date time.

Hi I've been searching around a little bit but cannot seem to find it. I have a a column in my datab...

0 Likes
1 Replies
Solved

Problem testing file upload

I'm trying to test a file upload but when action is touched, there is no file in Input::file. This i...

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