-
I refer to @philsturgeon's [tweet](http://twitter.com/philsturgeon/status/295938187493257216) regarding soft delete functionality in [FuelPHP's ORM](http://fuelphp.com/docs/packages/orm/model/soft.htm…
-
One feature I always found missing in Laravel was some sort of support for subrelationships. Say I have a **Blog** model which has **Article**. Those articles themselves have **Comment** models.
It wo…
-
Is there any chance you'll agree to go Laravel and refactor? I'm willing to do the work myself, in fact.
P.S. If so, let's wait until L4 is released as stable. Shouldn't take long now.
-
Hi,
when Eloquent handles a one2one relation table
say the User and Phone table example in documentation
$phone = User::find(1)->phone;
this will execute two queries
select \* from users where id = …
-
Better support for testing models and controllers.
-
Currently Eloquent Uses the method Elqouent::newQuery() to get a the eloquent query builder object to work with.
This offers a lot of powerful ways to set up the scope of the model, ie, how a model is…
-
Please add database structure file.
-
Hi,
i am new to laravel. i just downloaded the laravel-tutorial. great work.
the only thing whats missing is the database for this example.
would you mind to provide the sql defination for this a…