This video tutorial is on Impersonating Users in Laravel and test-driven development using PHPUnit. Laravel Impersonate allows you to log in as another user.
11/Feb/19 · by QiroLabBacking up your application is important. Here's a quick video primer on backing up your Laravel app to Digital Ocean's Spaces object storage, using the laravel-backup package from spatie.be.
03/Feb/19 · by Michael PriceYou will be walked through the step by step configuration and deployment of a Laravel 5 application to Heroku platform.
22/Jan/19 · by QiroLabConstructors don’t have meaningful names, so they are always restricted to the standard naming convention imposed by the language. Static factory methods can have meaningful names, hence explicitly conveying what they do.
19/Jan/19 · by Nuno MaduroIn these episodes we're going to extend the previous Laravel + Nuxt authentication series to allow for social media login.
11/Jan/19 · by Coders HubLaravel code structure for larger applications
09/Jan/19 · by Povilas KoropA few more validation rules like "required", but if fields are related to each other.
01/Jan/19 · by Povilas KoropThis is a new series where I am going to build an app for Restaurant using Laravel and Vue.js. We will be touching some core concepts of making a full blown application and also look at how to publish the application to Gitlab, use Docker and CI/CD and other cool stuff.
26/Dec/18 · by Amitav RoyDid you know there are similar rules to "required"? In this short video, I will show you the difference and where you can apply "present" and "filled" rules.
18/Dec/18 · by Povilas KoropLaravel Scout provides a simple, driver based solution for adding full-text search to your Eloquent models. But because Laravel Scout is search engine-agnostic, it keeps things basic. For indexing, this isn't an issue, as Scout will help keep everything in sync and format your data the way you want. But for search, it's limited.
13/Dec/18 · by Nuno MaduroLearn to query your database efficiently using these eloquent features.
18/Nov/18 · by Povilas KoropThis YouTube channel shows users tips and tricks with Laravel but you can also follow along and create full projects.
by LaracademyHere are few performance tips and ideas that are very helpful for improving Laravel Applications performance.
A mini 3 tutorial series to learn how to integrate Laravel Socialite into our web apps. Made with a practical example (Github login/registration) integration.
by Laraning