Hi Everyone, I'm newbye to Laravel and I'm writing you just for some information on how do I structu...
I'm just getting started with Laravel and I've put some routing in place. I've just noticed that whe...
Hello, I am running a recent stable version of Laravel 4 on Apache 2.2.22 (Debian). My project is lo...
Hello all, I'm creating an app in which you can download some mp3 files. The mp3 files do not reside...
I'm trying to create a route filter that will accept multiple parameters (got it working with one pa...
Is there a way to force laravel to redirect '/index.php' to '/'? I tried something simple like putti...
I am at a standstill when it comes to this. I would like for there to be no issue or hang-up if mult...
I need to make GET/POST requests to php API in subfolder (public/forum/api.php), e.g. not url from r...
Hi I am using the artdarek oauth for google login from a website. I have written the route Route::ge...
Laravel 4 Debugbar: https://github.com/barryvdh/laravel-debugbar This is a package to integrate PH...
I would like to find out how do i received a text file that is being sent to my server using url pos...
While I started this portion of my project using GET input variables, it would work better for the p...
Hi, how can I secure routes so that user can access only those departments that he belongs to? Basic...
Hello :) Is there a way to automatically generate a documentation for a RESTful-API provided by a La...
I have a long running POST route that redirects to the same route. To test it, I use this code: http...
I'm trying to create batched pdf invoices (using barryvdh/laravel-dompdf: https://github.com/barryvd...
Hey guys, what do you think about the following: Route::get('/', Auth::check() ? 'Controller\Menu@sh...
I have a namespace like foo/bar I have added this line: use Illuminate\Routing\Route; but still get...
I put the project in a folder. Then when I type in browser dev.site/foo, it becomes dev.site/foo/ Ha...
Hello, I'm currently working with Laravel and Nginx, previously I've the Laravel Application over Ap...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community