Posts | Laravel School - Learn Laravel, Vue.js, and Modern Web Technology Tutorials

All Posts

How to increase key-repeat speed for Mac

If you want to know how to protect API with [Laravel Sanctum](https://laravel.com/docs/9.x/sanctum) by following the TDD

Laravel scout whereNotNull is not working

If you want to know how to protect API with [Laravel Sanctum](https://laravel.com/docs/9.x/sanctum) by following the TDD

Protecting API with Laravel Sanctum in TDD Approach

If you want to know how to protect API with [Laravel Sanctum](https://laravel.com/docs/9.x/sanctum) by following the TDD

Refactoring Laravel Project | Part 1

Today I am going to share with you a video where I started refactoring a random Laravel project.

Re - Understanding People | Misunderstandings, effective communication, and self-reflection

I would love to share with you one interesting article written by [Jose Maria Valera Reales](https://twitter.com/Chemaclass). I cannot stop myself to share this wonderful post. It's small and preciously discussed the topic.

My Development Setup

I have to depend on some eco-system, software, package, and helpers to work on day to day basis.

How to activate Laravel Horizon on Cloudways

If you are wondering how to activate [Laravel Horizon](https://laravel.com/docs/master/horizon) in [Cloudways](https://www.cloudways.com/), I think these tiny tips will help you. Recently I have faced the issue of how to activate horizon in Cloudways, then I come out with this solution.

How to Mock Http Response in Laravel

The mocking with HTTP response in Laravel might not be easy. Today, I will show you how to mock HTTP response with [Http Fake](https://laravel.com/docs/9.x/mocking).

Laravel Complex Conditional Validator

Imagine that, you have two fields to validate.

Deep Dive into get() method in Laravel Collection

I found **9 Rules** for writing comments on code.