Hello, i have this case: A application offers some moduls. E.g. registration or special application...
Hi, i have a select: $roles = agegroup::all(); The select delivers an object with data. Now i need t...
Hi, i need help for this problem: In my application, there is a user. The user is a teacher. The rol...
Hi, I have a variable with possible short values (e.g. foot => (l,r,b). Now i want to show the fu...
Hi, i save the name of an image in the database. I try to show the image with: {{ HTML::image('/uplo...
This is only a text editor. I think it's vim. Take a look: http://code.tutsplus.com/tutorials/vim-es...
many thanks. This is the solution: {{ !empty($player->foto) ? HTML::image('/uploads/'.$player->...
Hi, i have a file upload in a form. I want to save the filename in the database. $this->player-&g...
The Laravel portal for problem solving, knowledge sharing and community building.