Support the ongoing development of Laravel.io →

moschel26

Joined 21 Dec 2015

Statistics

Threads 27
Replies 4
Solutions 0
Articles 0

Why my cron job laravel 5.3 not working on localhost?

I using windows My code on \app\Console\Kernel.php is like this : <?php namespace App\Console;...

0 Likes
3 Replies
Solved

How to solve Class App\Http\Requests\UpdateUserRequest does not exist? laravel 5.3

My code is like this : <?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRe...

0 Likes
1 Replies

How can I adjust the position of the signature to be more dynamic (laravel dompdf)?

My controller is like this : public function listdata(Request $request) { ... $pdf = PDF::loadV...

0 Likes
0 Replies

How to using counter in foreach migration table? (laravel 5.3)

My code is like this : <?php use Illuminate\Database\Seeder; use Illuminate\Database\Eloquent\Mo...

0 Likes
1 Replies

Call to undefined method Barryvdh\DomPDF\PDF::setOptions() (laravel 5.3)

I follow this : http://stackoverflow.com/questions/19983610/how-to-get-page-number-on-dompdf-pdf-whe...

0 Likes
0 Replies
replied 7 years ago

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

@davicfg, I change like this : {!! Form::open(['route' => ['users.destroy', $user->id, $year],...

0 Likes
replied 7 years ago

How to add a additional condition in a join using query builder laravel 5.3?

@saurabhd, it's not working. if the query in debug, the result : LEFT JOIN table3 AS c ON a.field2 =...

0 Likes
replied 8 years ago

Laravel password hashes through native php

@astroanu, Thank you very much. It's working. @lagbox, Thank you

0 Likes
replied 8 years ago

Laravel password hashes through native php

@endrureza, I do not use laravel. I use php native. I just wanted to use the hash laravel. So, my po...

0 Likes

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.