Hello, I did follow the tuts+ course about making a ecommerce site. Now I wonder if this can be done...
Hello, I have this model : <?php class Category extends Eloquent { protected $fillable = a...
Hello, I installed phpunit and made a directory app/test/unit with in it a test named TestProduct. B...
hello, I installed this package and made a upload field. Now as I want to save the product with the...
Hello, I have installed codeception as the manual says so I have a directory test/unit In that I mad...
CaporalDead. You mean something like this : <a href="<?php echo URL::to('/'); ?>"...
Sorry , to hijjack this subject but can I also work to make this sort of menu : http://laravel.io/f...
Thanks, I cannot use something like this : {{ HTML::link('http://test.com') }} Roelof
Found it, In contact.blade.php this line was missing : {{ Form::open(array('url' => 'contact')) }...
The Laravel portal for problem solving, knowledge sharing and community building.