ctf0 released a free media manager, built using Laravel and Vue.js.
JellyBool has shared his code to help us learning about pagination with Vue and Laravel.
Hello, everyone. Here am going to show you how you can send clean and beautiful HTML emails in your laravel applications using this Beautymail package by SnowFire. In one of my previous post, I showed ...
Learn how to serve your Hugo Blog through Laravel. Today building your blog is easy. You can choose from a lot of platform like WordPress, Medium, Ghost or you can use any static site generator.
Themsaid has created a very nice package for our Laravel community. Currently, Laravel Langman is the best trending project on Github's trending PHP projects. Langman is a language files manager in ...
In this example, we will show you how to insert data into Mysql using VueJs with PHP SPA Authentication using Laravel Sanctum (formerly Airlock) In this video, you will learn how to build a SPA ...
Automatically generate your API documentation from your existing Laravel routes. Take a look at the example documentation. php artisan api:gen --routePrefix=settings/api/* To generate your API ...
Sky Chin shows us 3 simple ways to use Collection’s map method in Laravel 5. Laravel’s Collection has many powerful methods that can help you to do the complex tasks. Map method applies a callback ...
Freek Van der Herten built a new package that we can use to log all users' activity easily: Laravel ActivityLog.
Larcombee is a Recombee API package for Laravel. Using this package we can easily build a recommendation system to get recommendations based on the user's behaviors and interests.
Fouladgar.dev shows us how to use Eloquent-Builder to build useful eloquent queries in Laravel 5.
Laravel 5 has a much nicer system for Middleware, which this package now takes advantage of. New features include: TrustedProxies are now set as in an HTTP Middleware, which makes more logical sense ...