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'd get used to using controllers: Route::get('login', array('uses' => 'AuthController@getLogin')...
Again I started out in java jsp and servlets. I was using mvc when php was still procedual. I admi...
Some people have a short ------. I promised no more tantrums. So I will nicely say: I had almost no...
Comment out everything except this and Try: $file = 'Assets/content/pages.xml'; $xml = simplexml_loa...
The Laravel portal for problem solving, knowledge sharing and community building.