Laravel 3 is the outdated version of the open-source framework for PHP web development created by Taylor Otwell.
I have this site and one of its pages creates a simple list of people from the database. I need …
php laravel laravel-3I've just started learning the Laravel framework and I'm having an issue with routing. The only route that's working is …
php laravel routing laravel-routing laravel-3I'm trying to use the validation attributes in "language > {language} > validation.php", to replace the :attribute name (input …
php laravel multilingual laravel-3By default, Laravel's raw query methods return results as arrays of stdClass objects: Array ( [0] => stdClass Object ( [id] => 1 [username] =&…
php laravel laravel-3I want to add an "AND" clause to the end of a query builder, the code looks like this: $orderers = …
php laravel-3