I'm currently using Handlebars.js to compile views with ajax data. The issue is that I can't use Lar...
Is there any way I can show a placeholder in a password form? I'm talking about this: {{Form::passwo...
I am planning a new project, and would like to use Laravel as my framework. Even though I have alre...
In my first Laravel application, I want my Tunes view to display a table of the titles of songs base...
I have 2 models defined: Program model: class Program extends \Eloquent { protected $guarded =...
I've had this issue before and can't remember how I resolved it. I have an L4 app (4.1.3) that runs...
I have this: {{ HTML::image('css/img/logo.png');}} But I need to add a class to this image. Tried t...
My controller and view code is getting messy. This post is more of a general question as to what oth...
Hi, Rather than use an if statement in my view, is there a way I can display the text using a helper...
Hi, I'm starting to learn Laravel framework. I was reading documentation about laravel and also, I w...
Hi, I'm starting a new project with Laravel, actually it's more like a system, that (with some luck)...
I know this sounds dumb but i am a total newbie to laravel. I saw a package on packagist for managin...
I have a laravel-homestead box. I installed mailutils by "apt-get install mailutils" It th...
I want to remove public from url using .htaccess withput changing directory structure eg :- http://l...
I got a create new user form with user logon and password,etc.. i able to create new user and log in...
I'm building a Laravel 4.2 app and I'm using Creolab's Modules package. It's an app for managing com...
both login and logout is working except remember me is not working. When it log out and it was the c...
So, i tried to join 2 table (or more, but in this question i will try join only 2) and want to group...
Hi guys, I made a small bash script for myself to use when starting a new project with laravel 5. I...
How does Auth::logout(); work? Won't this logout all current logged in users? How do you just logo...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.