I have been using the helper app()->setLocale(session('lang')); However, I can get to change the...
Any example for ajax of onChnage of select box that change multiple source object like textbox1, tex...
My controller is like this : public function listdata(Request $request) { ... $pdf = PDF::loadV...
Hello, I'm trying to get the info from a specific user via a ID in the url. This is my route: Route:...
So besides a functional application I also want my source view to look a bit more decent. However I...
Hello, I'm trying to create feature, that would list all files in specified directory, and echo out...
i am using laravel 5 , i have created an abstract class visitor and has an abstract method showProfi...
Hi, when using pagination, I get the page numbers in three places, twice just after the body tag (kn...
Hello, I have a view, called index.blade.php but i think it could be simplified. @extends('layout')...
Hi, here is a basic question I'm working on the same website which i have been asking questions abou...
Hello everyone, I like to use Compass for the mixins it provides, sadly Laravel Elixir doesn't suppo...
How to get each 'name', 'id', and more data particuler in JSON [,…] 0 : [{id: 13, name: "Aashir...
I want to show data from database: for every id_grup has many lapangan(court) $groups_resource...
I try like this : ... @if(is_null($key['p3'])) {{--*/$p3 = $key['p3']/*--}} @else...
I want to change the view path (view.paths) based on a set variable. I've tried with App::before(fun...
My controller is like this : public function listdata() { $pdf=PDF::loadView('print_tests.pdf'); $...
I add $pdf->set_option('isPhpEnabled', true); is like this : public function listdata() { $data...
Hello, I'm busy learning Laravel. How can I add an id to a row in a datatable in laravel 5.3? The id...
Hello, I am working on a forum in Laravel 5.3 and when I look at my view I get: " ["Inform...
In my laravel application, when I am trying to link the username of the person who has posted in the...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community