Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in laravel-4

Laravel: performing some task on every insert/update when using Query Builder or Eloquent ORM

Creating and using Laravel 4 commands

Laravel to send email for logging instead of writing to storage

php laravel laravel-4

Laravel foreach input all update fails because of form token

Polymorphic Eloquent relationships with namespaces

Generating url relative to the base url in laravel 4

php url laravel laravel-4

Maximum execution time of 30 seconds exceeded Laravel 4 error

php html laravel laravel-4

Default scope for Eloquent-models?

laravel laravel-4 eloquent

Update the table name at runtime not working - laravel Eloquent ORM

laravel-4 model eloquent

Set database for model?

laravel laravel-4 eloquent

Laravel 4 validator for password field in edit account

How do I use BETWEEN and AND in laravel

php mysql laravel laravel-4

How to get the first record with laravel 4 raw queries

php laravel laravel-4

Laravel4 duplicate / copy table row

php laravel laravel-4

Laravel: how to populate a blade SELECT with values from a where statement

php laravel laravel-4

Replacement for File::mime() in Laravel 4 (to get mime type from file extension)

php laravel laravel-4

How to create a database-driven multi-level navigation menu using Laravel

php mysql laravel laravel-4

Laravel 4 Eloquent Query Builder - Complicated joins with variable

DB->count() returning different value from count(DB->get())