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

Create New Post Contact Us

Building an Open Source SaaS with Laravel, VueJS and TailwindCSS

Stefan Bauer builds a complete Open Source SaaS monitoring software in public, called "PingPing". With it, you can simply monitor/ping your websites and get notified, when they are offline.

Building an Open Source SaaS with Laravel, VueJS and TailwindCSS

Setup Modular And Multilingual Laravel AsgardCMS On Cloud

Despite its recent arrival, AsgardCMS (Laravel CMS) has amassed popular community because of many reasons.

 Setup Modular And Multilingual Laravel AsgardCMS On Cloud

Laravel package to log visitor information into database

VisitLog is a simple Laravel 5 package that can be used to log visitor information and save it into database.

Laravel package to log visitor information into database

Learn how to create a time tracking application using Laravel and Vue

Neo Ighodaro shows us how to create a time tracking application using Laravel and Vue.

Learn how to create a time tracking application using Laravel and Vue

Learn how to consume third party API’s with Laravel Resources

jeff wrote a nice tutorial on how to consume third party API’s with Laravel Resources.

Learn how to consume third party API’s with Laravel Resources

Simple Eloquent Model Translations

Making you models translatable could be an issue, especially if you are running an application that is multilingual. For static texts, we can use the built-in translation engine, but for models, we need to solve a more complex issue. Let’s take a loo

Simple Eloquent Model Translations

Larasap - Laravel social auto posting package

This is a Laravel package to post your content to social networks such as: Facebook, Twitter, etc.

Larasap - Laravel social auto posting package

User Role based Authentication and Access Control in Laravel

This tutorial gives a step by step guide on how to setup Role based authentication in Laravel along with it’s native authentication system.

User Role based Authentication and Access Control in Laravel