Support the ongoing development of Laravel.io →

maxehnert

Joined 28 Apr 2015

Statistics

Threads 5
Replies 5
Solutions 1
Articles 0
posted 8 years ago

Uploading a file

I'm trying to load a file (audio file) into my client side application, but I have no need for savin...

0 Likes
3 Replies
Solved
posted 8 years ago

Conflicting table error

I am trying to set up my tables and wasn't getting my data into the table and tried doing DB:table('...

0 Likes
4 Replies
Solved

Inserting JSON into $table

I having difficulties with taking an array of data and inserting it into my table. I know Im missing...

0 Likes
4 Replies
posted 8 years ago

trouble setting up 2 different POST requests in same controller

I have 2 AJAX POSTs bound to a single button to send data from localstorage back to the server I am...

0 Likes
3 Replies
Solved

globally defined csrf token, still 405 error with ajax post

I am trying to make a POST request within a js function. It is sending an array of data that is stri...

0 Likes
0 Replies
replied 8 years ago

Uploading a file

Xum said: Judging by the example at the main page of wavesurfer.fm this player can play local files...

0 Likes
replied 8 years ago

Conflicting table error

jimgwhit said: Did you get it working? yes and no. Yes in the sense that I no longer have errors o...

0 Likes
replied 8 years ago

Conflicting table error

jimgwhit said: You didn't tell it what to insert: DB::table('users')->insert( ['email' =>...

0 Likes
Solved
replied 8 years ago

Inserting JSON into $table

luizpedone said: By your migration, data is a not nullable field. If the data you're put as example...

0 Likes
replied 8 years ago

trouble setting up 2 different POST requests in same controller

Thank you I will give these suggestions a try. edit: This worked thanks. Route::post('wave/regions',...

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.