Trying to move to a new server and I'm having so much trouble! I'm getting an error when trying to i...
My controller is like this : public function listdata() { $pdf=PDF::loadView('print_tests.pdf'); $...
Hello everyone, I have this error after trying to optimise Laravel with php artisan optimize FatalEr...
I'm making an administrator section where the admin can change Users passwords. I am able to Create...
AnyChart, one of global leaders in interactive data visualization, have just released 21 integration...
Hey, I'm currently having a big problem with accessing the Session content inside of a Service Provi...
My site has a feature that allows users to create posts (like Facebook). I have a form with a "...
I get reference from here : https://github.com/barryvdh/laravel-dompdf My controller code is like th...
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...
I get from here : https://github.com/barryvdh/laravel-dompdf I try like this : public function listd...
I'm working on an app written in laravel 4.2, running on mysql 5.5. After an upgrade of mysql to ver...
I have a tables user_id and event_id, every user can be added to every event, but how can I prevent...
Hello Everyone, I am troubling creating relationship between employees, departments and emp_dept tab...
My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...
I have the following a tag in my code , like below: ```<a href="{{ route('showQualityResult'...
Hello, using eloquent as stand alone in my app. Trying to select two columns and return an array whe...
I'm trying to show "logged in" message after user logged in to my application, actually wh...
My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...
Hi so i have problem about using homestead.As you know using homestead in windows has very slow resp...
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