Support the ongoing development of Laravel.io →

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 9 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 7 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 7 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 7 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 7 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

Avoiding laravel from redirecting user after login

I'm trying to show "logged in" message after user logged in to my application, actually wh...

0 Likes
1 Replies
Solved

How to solve Missing argument 2 for App\Http\Controllers\UserController::destroy() in laravel 5.3?

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

0 Likes
2 Replies
posted 7 years ago

Homestead vagrant NFS in windows error

Hi so i have problem about using homestead.As you know using homestead in windows has very slow resp...

0 Likes
4 Replies

php artisan migrate results in PDOException

Hi everyone, I've been dabbling with Laravel and while so far so good,I am stuck with my database co...

0 Likes
0 Replies

Looking for Eloquent equivalent to this basic query using "DISTINCT"

SELECT DISTINCT user_id FROM picks WHERE weeknum = 1 I'm having a hard time finding examples using &...

0 Likes
6 Replies
Solved

How to get parameter in url (laravel 5.3)?

My url is like this : http://localhost/mysystem/public/users/index/2016 I want to get 2016, because...

0 Likes
3 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.

© 2024 Laravel.io - All rights reserved.