Jquery mobile has a nice form-element called: "data": <input type="date" data...
I'm using this tutorial to create a timer .. http://parashch.wordpress.com/2013/05/25/countdown-time...
ive been having some really strange problems with composer. It comes down to when i do a dump-autol...
Hi, I'm not sure I'm doing this the right way as it seems very messy. Moving my controllers from the...
I have laravel project and want to move it to a webserver. I can copy the laravel files with FTP, bu...
Does envoy work on windows? When I run the below envoy command, I get... [[email protected]]: <...
I'm new to Laravel put like what I see so far. Here's my issue. In my example app I have 2 models...
If i'm copy the url of the home page and paste it into another browser it should go to the login pag...
I have: class ProfilesController extends BaseController { public function getTest() { return Vie...
Here's my Level model: class Level extends Eloquent { protected $table = "levels"; }...
Hello, My query is returning the wrong product. My Order.php has a relation of public function items...
How do i unhash a password I want to display the password in a textfield inside my app? I uses Hash:...
These are my models User public function posts() { return $this->hasMany('Post'); } P...
Lets start with three examples: <link rel="stylesheet" href="assets/css/app.css&qu...
Pastbin is always easier, see http://laravel.io/bin/dm73 For some reason it doesnt find the class, i...
$userCollection = DB::table('collections') ->whereIn('user_id', array())...
Is there any fast method to change values into files like language files (php) or json files?
Hi, I'm having a problem. Using migrations I create the following field: $table->boolean('is_clos...
Hey, I'm trying to build a query where I want only courses that belong to a user_id are displayed. H...
The following would give me collection without Items. $collectionList = Collection::where('user_id',...
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community