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

All Posts

Re - Best practices for writing code comments

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

VS Code VIM daily practice

I practice these **Key binding** in my day-to-day basis work with VIM and VS Code.

How to install Brew on Mac

Here is the step-by-step process how to install Brew on Mac.

Re - Automatically deploy on Server from Bitbucket and Github

If you are looking for a way how to do automatically deploy on the server from **BitBucket** and **GitHub**, I found an interesting article for that. It's pretty useful and handy.

Laravel 8 database factory not found!

For some reason, if you change the model directory in laravel 8, you may face issues with creating the factory. It will show you the following error-

How to install RabbitMQ on Mac

For some reason, if you need to install RabbitMQ on Mac, then this post will help you.

How to install VueJS via Laravel mix on non-laravel project?

If you are curious to know how to use [VueJS](https://vuejs.org/) via [Laravel Mix](https://laravel-mix.com/) on a non-laravel project, then this tutorial will help you to figure it out. FYI, Laravel Mix supports to use on stand-alone projects.

Integrate PayPal Plus on Laravel 8

If you are interested to integrate [PayPal plus](https://developer.paypal.com/docs/integration/paypal-plus/mexico-brazil/paypal-plus-integration-guide-mexico-brazil/) with Laravel 8, this tutorial will help you a lot. Today, I will guide you on how to integrate PayPal Plus with Laravel. Let's get started.

How to Install Horizon in Laravel

If you are curious to know how to install horizon and how to use in on Laravel local application, this post may help you figure it out.

Real life implementation of Manager pattern on Laravel

I was watching a talk by [Yaz Jallad](https://github.com/ninjaparade) about **I'd Like To Speak To Your Manager** on [Laravel Meetup](https://meetup.laravel.com/). He explained the manager pattern in a sublime way. I really love his explanation.