Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.
I'm stuck on a simple task. I just need to order results coming from this call $results = Project::all(); Where …
laravel laravel-4 eloquent sql-order-byI am pretty new to Laravel 4 and Composer. While I do Laravel 4 tutorials, I couldn't understand the difference between those …
php laravel laravel-4 laravel-artisanI want to rollback only : Rolled back: 2015_05_15_195423_alter_table_web_directories I run php artisan migrate:rollback, 3 of my migration …
laravel laravel-4 laravel-5 database-migrationI want to sort multiple columns in Laravel 4 by using the method orderBy() in Laravel Eloquent. The query will be …
php laravel laravel-4 eloquent laravel-query-builderI need to remove index.php or public/index.php from the generated URL in Laravel; commonly path is localhost/…
php .htaccess laravel laravel-4 laravel-routingHow do we set a custom port for test server? Normally when we do php artisan serve the folder gets …
laravel laravel-4 php-5.4My guess was to use the following syntax: MyModel::all()->delete(); But that did not work. I'm sure …
laravel laravel-4 eloquent