Support the ongoing development of Laravel.io →

2,392 Threads

Rename a file before moving it to Directory

Hi, I want to rename a file by typing the file name on the input/text box before it will upload and...

0 Likes
1 Replies

Laravel 5: Passing through validated input to model after FormRequest

Apologies this is on 5, and I know things are likely to change at any given moment, but I think this...

0 Likes
2 Replies
Solved

Where to store API token when requesting data

Hi guys, Would like to know where you store api token when requesting a data? is it in query string...

0 Likes
1 Replies
posted 9 years ago

Dymanic Route

Having a hard time figuring out why this will not work.. In routes.php: if ($apps = Apps::all()) {...

0 Likes
4 Replies

File Uploaded was not in directory

Hi, I created a simple upload facility that will upload a file specifically a pdf file. Below is the...

0 Likes
3 Replies

Can I have multiple actions directed from the same route?

Simple question.. can I have multiple posts to the same route? This is in my routes file: Route::pos...

0 Likes
1 Replies
Solved

List all files in Directory at View

Hi, How can I list all the files from my Controller and pass it to my View?

0 Likes
1 Replies
Solved

Homestead with Google OAuth

Anyone been able to find a solution for using example.app on Homestead for Google OAuth REDIRECT URI...

0 Likes
1 Replies
Solved

Laravel on mongoose

How can i run laravel application on mongoose server (embed server) with sqlite DB ?

0 Likes
0 Replies

Build a small faceted search

In my project I want to create a small search engine (+-1000records needs to be searched). First of...

0 Likes
0 Replies

When to register callback in 'finish callback'? 'shutdown callback'?

Hi, I'm new to Laravel and currently learn it by read the source code. I saw it execute the 'finish...

0 Likes
0 Replies

Date Validation

How can I validate arrival and departure date where the arrival date should not be earlier than the...

0 Likes
0 Replies

migrate without composer

i'm working on script the client couldnt use composer how can i excute php artisan migrate without c...

0 Likes
3 Replies
Solved

upload file - get filename not working

Hi, Can anyone help me with this. I'm trying to get the file name of the file that I'm going to uplo...

0 Likes
1 Replies

Uploaded File(PDF) move as *.tmp file

Hi, I created an uploaded facility. Kindly see the the view and controller below : VIEW <form...

0 Likes
2 Replies
Solved

Can't execute something in PATH from /public (Heroku build)

Hey all, I've got Laravel running on Heroku and have installed ffmpeg using composer. I can open Her...

0 Likes
1 Replies

Ajax Post to controller with json (array data) and retrieve

Hello friends. I am stuck at a point. I want to post array of user ids to controller from javascript...

0 Likes
0 Replies
posted 9 years ago

show obj from DB by obj's id

hi , i can show every DB data in list and i want when user click link one of theme show it.. how i c...

0 Likes
1 Replies
Solved

How would I pass in the request class to my abstract class? (Laravel 5)

Hi guys, I'm developping an API and because I have (mostly) the same functionality I've created an a...

0 Likes
1 Replies

Onetomany relation return null in one side

i have a one to many relation that return value on one side and null in the other side !! class Part...

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.