Support the ongoing development of Laravel.io →
jimgwhit

jimgwhit

Joined 13 Oct 2014

Statistics

Threads 18
Replies 585
Solutions 28
Articles 0
posted 10 years ago

laravel.io

Why isn't there a link to this forum, laravel.io/forum on the main laravel site any longer?

0 Likes
1 Replies

Posting using jquery revamped

Say you want to edit a record and post the form using jquery. A prerequisite for this: You should al...

0 Likes
5 Replies
posted 10 years ago

People asking about jquery / ajax

For those asking about jquery ajax: Here I am editing a pet, and looking up the petowner and filling...

0 Likes
28 Replies

Search forum

I really wish some folks would do a search before they asked the question, some questions have been...

0 Likes
0 Replies

Authentication docs

The docs show: <?php namespace App\Http\Controllers; use Auth; use Illuminate\Routing\Controller...

0 Likes
0 Replies
replied 11 years ago

Searching not work correctly

return View::make('owner/pownerlist')->with('data', $data['owners'])->with('data2', $data['ose...

0 Likes
replied 11 years ago

Searching not work correctly

What I do: if(isset($_REQUEST['t1'])) { $t1 = $_REQUEST['t1']; }...

0 Likes
replied 11 years ago

Laravel Vs Codeigniter. A difficult choice.

I'm no expert, but have done sites. All these use core pdo in the background. One that I also have...

0 Likes
replied 11 years ago

route group

You said: Route::group(array('before' => 'auth'), function(){ Route::get('owners', array('uses'...

0 Likes
replied 11 years ago

route working only after clearing history and cache

<?php Route::get('/', function() { return View::make('hello'); }); Route::get('users', functio...

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.

© 2026 Laravel.io - All rights reserved.