Support the ongoing development of Laravel.io →
posted 8 years ago

Email sending problem

Can anyone help me i am try to send email but i am geting the error like this Swift_TransportExcepti...

0 Likes
5 Replies
Solved

How do you change the view path without changing the config file?

I want to change the view path (view.paths) based on a set variable. I've tried with App::before(fun...

0 Likes
5 Replies
Solved

Storing remember_token to a seperate table than users?

Hello everyone, is it possible to set another table & column to store my remember tokens? I know...

0 Likes
3 Replies
posted 8 years ago

mcrypt required

Trying to move to a new server and I'm having so much trouble! I'm getting an error when trying to i...

0 Likes
6 Replies
Solved

How to using bootstrap in laravel dompdf?

My controller is like this : public function listdata() { $pdf=PDF::loadView('print_tests.pdf'); $...

0 Likes
1 Replies
posted 8 years ago

Laravel 5 pagination

Hello everyone, I have this error after trying to optimise Laravel with php artisan optimize FatalEr...

0 Likes
1 Replies

Administrator Update User's Passwords (Please Help)

I'm making an administrator section where the admin can change Users passwords. I am able to Create...

0 Likes
9 Replies
Solved

AnyChart released an integration template for charting with PHP, Laravel and MySQL

AnyChart, one of global leaders in interactive data visualization, have just released 21 integration...

0 Likes
0 Replies
posted 10 years ago

Session content not available in Service Providers register()

Hey, I'm currently having a big problem with accessing the Session content inside of a Service Provi...

0 Likes
9 Replies

Submitting data after image upload

My site has a feature that allows users to create posts (like Facebook). I have a form with a "...

0 Likes
5 Replies

How to setting landscape in laravel-dompdf?

I get reference from here : https://github.com/barryvdh/laravel-dompdf My controller code is like th...

0 Likes
1 Replies

How to add page number in laravel dompdf?

I add $pdf->set_option('isPhpEnabled', true); is like this : public function listdata() { $data...

0 Likes
1 Replies

Laravel 5.3 with datatable adding id to table row

Hello, I'm busy learning Laravel. How can I add an id to a row in a datatable in laravel 5.3? The id...

0 Likes
1 Replies

How to solve "Call to a member function build_tree() on null" in laravel-dompdf?

I get from here : https://github.com/barryvdh/laravel-dompdf I try like this : public function listd...

0 Likes
0 Replies
posted 8 years ago

whereHas returns empty after upgrade to mysql 5.7

I'm working on an app written in laravel 4.2, running on mysql 5.5. After an upgrade of mysql to ver...

0 Likes
1 Replies
Solved
posted 8 years ago

Prevent multiple signs of same values in table?

I have a tables user_id and event_id, every user can be added to every event, but how can I prevent...

0 Likes
2 Replies
Solved

How to create relationship between Employee Department and Emp_dept table

Hello Everyone, I am troubling creating relationship between employees, departments and emp_dept tab...

0 Likes
1 Replies

How to solve MethodNotAllowedHttpException in RouteCollection.php line 218:?

My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...

0 Likes
1 Replies
posted 8 years ago

Understanding the route method in laravel

I have the following a tag in my code , like below: ```<a href="{{ route('showQualityResult'...

0 Likes
1 Replies
posted 8 years ago

Eloquent: Array key value pair

Hello, using eloquent as stand alone in my app. Trying to select two columns and return an array whe...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.