Support the ongoing development of Laravel.io →

2,389 Threads

posted 10 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
posted 10 years ago

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 10 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
posted 10 years ago

How to make first parameter optional

Is there a way to say laravel router to ignore parameters that dont match pattern instead of ignorin...

0 Likes
3 Replies
Solved
posted 10 years ago

calling a controller method from a view, HELP...

hello, look like to draw from the view to a method of a controller, for example in the view I have t...

0 Likes
1 Replies

Basic custom route filtering with multiple parameters

So I'm attempting to authenticate my user's using Laravel's custom filters. I have my LDAP PHP scri...

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