A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.

Create New Post Contact Us

Vuesax - A nice frontend library for Vue.js components

Vuesax is a new Vue library which is good for building components.

Vuesax - A nice frontend library for Vue.js components

Laravel tutorial - Creating Events that are queueable and handle them with Supervisor

Vipul kumar basapati wrote a nice tutorial on how to create events that are queueable and handle them with Supervisor.

Laravel tutorial - Creating Events that are queueable and handle them with Supervisor

Vue API Query - A good "Laravel way" to build APIs with Vue.js

This package helps you quickly to build requests for REST API.

Vue API Query - A good "Laravel way" to build APIs with Vue.js

Learn how to quickly deploy your Laravel website or app on Heroku

Alin shows us how to quickly deploy your Laravel website or app on Heroku.

Learn how to quickly deploy your Laravel website or app on Heroku

Accessing Magento data from Laravel

Michiel wrote a nice tutorial on how to access Magento data from Laravel.

Accessing Magento data from Laravel

Make debugging easier by adding more data to your laravel logs

A nice package that we can use to debug apps easily.

Make debugging easier by adding more data to your laravel logs

Basic Eloquent Search Techniques in Laravel

It’s not necessary to pull in a package instantly. Most of the time we can use some simple techniques to perform searches in Eloquent.

Basic Eloquent Search Techniques in Laravel

Laravel tutorial - Redirect after login or register: Adding a custom method

Let's see how we can customize user redirect page after login/registration by creating a method and seeing its internal implementation.

Laravel tutorial - Redirect after login or register: Adding a custom method