Support the ongoing development of Laravel.io →

electricfan

Joined 10 Apr 2015

Statistics

Threads 6
Replies 6
Solutions 1
Articles 0

Set `always_populate_raw_post_data = -1` to Laravel's php ini

I have this error on my AJAX request, please refer below. Deprecated: Automatically populating $HTTP...

0 Likes
0 Replies

get only specified columns from the join table

First I have this 'User' model <?php namespace App; use Illuminate\Auth\Authenticata...

0 Likes
1 Replies

if more than 2 column selected in list

I have this eloquent model query public function getemployee(){ $id = $_POST['id'];...

0 Likes
4 Replies

JSON post response is undefined/empty laravel 5

in my head tag, I declared this <meta name="csrf-token" content="{{ csrf_token...

0 Likes
3 Replies

ajax post in laravel 5 return error 500 (Internal Server Error)

this is my test ajax in laravel 5 (refer below) $("#try").click(function(){ va...

0 Likes
14 Replies
replied 8 years ago

if more than 2 column selected in list

I instead use this $employees = mot_users::where("branch_no", $id) ->select(array('...

0 Likes
replied 8 years ago

if more than 2 column selected in list

im trying to get the column "user_no", "firstname", "lastname"

0 Likes
replied 8 years ago

Routing: Passing parameters to controller

how about if post and not get? like Route::post('employees',[ 'as' => 'employees/', 'uses' =&...

0 Likes
replied 8 years ago

JSON post response is undefined/empty laravel 5

my json post request has a data key named "id", now how im going to pass it from routes to...

0 Likes
replied 8 years ago

ajax post in laravel 5 return error 500 (Internal Server Error)

I dont want to use a form, I want to directly send a post request and retrieve the response directly...

0 Likes

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.