Support the ongoing development of Laravel.io →

2,389 Threads

Pagination of query string that contains an array

$listings->appends(Request::query())->render() if query contains array than pagination messes...

0 Likes
10 Replies

Error Messages on Controller Store()

This must documented somewhere, but I had no luck trying to locate. I am using the backend just as a...

0 Likes
3 Replies

command bus

HI Ive tried to use the command bus in my package and it keeps giving me errors saying that the hand...

0 Likes
3 Replies
Solved

Storage: S3->Put() causes no server response for larger (still small) files

I'm working with a form that uploads files and stores them in S3, using code such as the following:...

0 Likes
0 Replies

How to fetch list of all controllers and actions of my app

Hi all, I am new to laravel, i wanted to fetch list of all controllers in my app, and then fetch lis...

0 Likes
1 Replies
posted 9 years ago

API Routing and optional parameters

Hi, I'm creating an API but i'm not sure what is the right way to take... Routes I have right now :...

0 Likes
0 Replies

How to interact Laravel and Angular file ?

Hello Laravel people, Anybody know how to solve by using AngularJS file with Laravel I am not sure h...

0 Likes
2 Replies

PhoneGap from Laravel?

Has anyone taken a Laravel app and ported it over to PhoneGap? I'd love to hear about your experienc...

0 Likes
7 Replies
Solved

Can I get current route information in middleware with Lumen?

I need to have the current found controller and action in a middleware, so that I can do some authen...

0 Likes
0 Replies

A better way to make this?

Hello, I am looking to improve my code for better performance, how would you optimize this code: pub...

0 Likes
3 Replies

L5 Subdomain with SSL throws NotFoundHttpException

http://subdomain.mysite.com/script.php works. Using SSL with a valid cert: https://subdomain.mysite....

0 Likes
0 Replies
posted 9 years ago

Laravel 4.2 App::finish doesn't run after response is returned.

I was trying to do some lengthy processing on the backend after a response is returned to the client...

0 Likes
0 Replies
posted 9 years ago

How to use Regular Expression Parameter Constraints with utf-8 strings?

Hi, does anyone know how to use Regular Expression Parameter Constraints with utf-8 strings? This on...

0 Likes
0 Replies
posted 9 years ago

Show array

How i do this ? public function index() { $categorias = Categorias::all(); print_r($categorias); die...

0 Likes
2 Replies

Datatable Pagination With Sorting and Ajax

Hello all, I know this may not be the most appropriate place to ask for Javascript help, but I'm hop...

0 Likes
6 Replies

Sent Post Request From Android App - Laravel 5

I am trying to post to a laravel Route::post from android application. I tried to get the token from...

0 Likes
2 Replies
posted 9 years ago

Accessing $request variable within Mail function

I have a simple contact form that sends an e-mail when submitted. I'm using the store() function in...

0 Likes
2 Replies
Solved
posted 9 years ago

404 error with all route

Hi I started a laravel project recently, so my projet is almost empty, except the 3 file i created b...

0 Likes
2 Replies
posted 9 years ago

Pass 'Missing Method' to Next Definition in routes.php

Currently I have a resource controller called WorkOrderController and it has some custom actions. No...

0 Likes
1 Replies
posted 9 years ago

Middleware problems

So I've been watching tutorials on laracasts about middleware parameters, but somehow it does fail.....

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.