Support the ongoing development of Laravel.io →

2,390 Threads

Where can I store this array of rules that changes per database row?

I am fairly new to Laravel as well as PHP in general. The following code is working, but I want to b...

0 Likes
0 Replies

External Login API

Hi Everyone, I'm newbye to Laravel and I'm writing you just for some information on how do I structu...

0 Likes
2 Replies
posted 9 years ago

Missing file reported as 500, not 404

I'm just getting started with Laravel and I've put some routing in place. I've just noticed that whe...

0 Likes
1 Replies

Trouble with index.php in URLs

Hello, I am running a recent stable version of Laravel 4 on Apache 2.2.22 (Debian). My project is lo...

0 Likes
2 Replies
posted 9 years ago

Download and delete a mp3 file.

Hello all, I'm creating an app in which you can download some mp3 files. The mp3 files do not reside...

0 Likes
1 Replies

parseParameterFilter() not being called for custom route filters?

I'm trying to create a route filter that will accept multiple parameters (got it working with one pa...

0 Likes
0 Replies

Redirect /index.php to /

Is there a way to force laravel to redirect '/index.php' to '/'? I tried something simple like putti...

0 Likes
5 Replies
Solved

Handling async multiple users uploading at the same time.

I am at a standstill when it comes to this. I would like for there to be no issue or hang-up if mult...

0 Likes
0 Replies
posted 9 years ago

Request to API on localhost freeze

I need to make GET/POST requests to php API in subfolder (public/forum/api.php), e.g. not url from r...

0 Likes
3 Replies
Solved

redirect_uri_mismatch oauth google login artdarek/oAuth-4-laravel

Hi I am using the artdarek oauth for google login from a website. I have written the route Route::ge...

0 Likes
0 Replies

[Package] Laravel Debugbar

Laravel 4 Debugbar: https://github.com/barryvdh/laravel-debugbar This is a package to integrate PH...

0 Likes
14 Replies

URL post and file upload

I would like to find out how do i received a text file that is being sent to my server using url pos...

0 Likes
0 Replies
posted 9 years ago

Get URL segments within controller index?

While I started this portion of my project using GET input variables, it would work better for the p...

0 Likes
6 Replies
Solved

Securing routes with filter

Hi, how can I secure routes so that user can access only those departments that he belongs to? Basic...

0 Likes
1 Replies

How to automatically generate documentation for RESTful-API

Hello :) Is there a way to automatically generate a documentation for a RESTful-API provided by a La...

0 Likes
0 Replies
posted 9 years ago

Laravel redirects for system timeout

I have a long running POST route that redirects to the same route. To test it, I use this code: http...

0 Likes
1 Replies

Multi-page pdf using barryvdh dompdf Laravel-4 and loadView rather than loadHtml

I'm trying to create batched pdf invoices (using barryvdh/laravel-dompdf: https://github.com/barryvd...

0 Likes
0 Replies

Condition in routes.php?

Hey guys, what do you think about the following: Route::get('/', Auth::check() ? 'Controller\Menu@sh...

0 Likes
1 Replies
posted 9 years ago

How to Accress Route in another namespace?

I have a namespace like foo/bar I have added this line: use Illuminate\Routing\Route; but still get...

0 Likes
1 Replies

Apache or something is adding an extra / in the end of any laravel route

I put the project in a folder. Then when I type in browser dev.site/foo, it becomes dev.site/foo/ Ha...

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