Laravel 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 Korop