Support the ongoing development of Laravel.io →
fetzi

fetzi

Joined 21 Jun 2017

Statistics

Threads 0
Replies 11
Solutions 1
Articles 0

fetzi has not posted any threads yet

replied 6 years ago

Unit Testing Views?

I don't think that it is possible and necessary to unit test views. But you can use Laravel Dusk for...

0 Likes
replied 6 years ago

login with expire date

Hi, as stated in the documentation you can add custom conditions to Auth::attempt but only for equal...

0 Likes
Solved
replied 6 years ago

file_put_contents() failed to open stream: Permission denied

The first message of your stack trace mentions that you try to write a file under /Ik8QAmCPtQ3uAwA8C...

0 Likes
replied 6 years ago

Best version of laravel

Basically you should use the latest version available, but if LTS is important for you/your project...

0 Likes
replied 6 years ago

Eloquent - return every 3 rows

It is possible if you don't hesitate to use a raw sql query. SELECT * FROM ( SELECT @r...

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.