Why isn't there a link to this forum, laravel.io/forum on the main laravel site any longer?
Say you want to edit a record and post the form using jquery. A prerequisite for this: You should al...
For those asking about jquery ajax: Here I am editing a pet, and looking up the petowner and filling...
I really wish some folks would do a search before they asked the question, some questions have been...
The docs show: <?php namespace App\Http\Controllers; use Auth; use Illuminate\Routing\Controller...
http://laravel.io/forum/04-25-2015-debug-authentication and http://laravel.io/forum/04-15-2015-auth-...
Reply again if you get it working so we'll know. All I know is its working here without even having...
I did another test, This is just testing everything in controller. public function numtest(){...
I just tested a float, I entered 3.14, and I am getting 3.14 back. If you want to see the model/vie...
Stop using cast! $mydata = Model::find(1),//or your actual way you are retriving the data (no cast)...
The Laravel portal for problem solving, knowledge sharing and community building.