How does one add a line break to the plain text version of an email message when using a blade templ...
In my routes.php I have: <?php Route::get('/post/new', [ 'uses' => 'BlogController@newPost',...
Hi, I don't understand why I can't access my "reductions" array in my javascript. (Referen...
Hello, I'm trying to upload file using ngflow in laravel but I'm getting a tokenmismatch error for e...
I have included a .js file into my blade view, which is giving "Uncaught SyntaxError: Unexpecte...
I want to know if it is possible to pass data from a controller, to a view that extends a master, to...
Hi, this is my view's script Vue.http.headers.common['X-CSRF-TOKEN'] = '{!! csrf_token() !!}...
Hello everyone, Basically what I'm trying to do is "count" the number of records that two...
I am having trouble to add plugins using unisharp/laravel-ckeditor stander editor for laravel 5.1. I...
Here's the problem. One page queries for a question from the database. On this page, I want the us...
I am a Laravel beginner; Please help me to solve this error. I want to print the status as "Vie...
http://otdk.ttk.pte.hu/?q=node/16517 http://otdk.ttk.pte.hu/?q=node/16518 http://otdk.ttk.pte.hu/?q=...
I wanna send this value via an Hidden field using blade <input type="hidden" name="post_id" value...
MY CONTROLLER <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Http\...
Currently i use last() method to find last iteration @foreach ($colors as $k => $v) <option...
I am submitting my input types using Ajax in laravel. So i want to ask using blade form collective i...
I'm currently working on a project and ran into a problem regarding rendering. Basically, I want to...
Is there a way i can get the first element of a foreach (in a blade)? Something like this: @foreach...
I really tried to understand this concept from episode 5 of fundamentals, but I somehow did not get...
hi i am new to laravel <img src=""> dont work on .blade.php i use this in .blade.php file <...
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.
The community