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...
I didn't say a custom query, you don't know how to retrieve data with eloquent, then display that da...
Skip using cast, retrieve data in a query, and just format it as wanted in your view. http://stacko...
Is 2.95 or 3 being stored in your database, check this. If 3 is being stored something is wrong. But...
Have you tryed the php number_format? Example from manual: $number = 1234.5678; // english notation...
The Laravel portal for problem solving, knowledge sharing and community building.