A quick tutorial showcasing how to set up a local SQLite database for a Laravel / Lumen project within PHPStorm and VSCode.
Category: How To
PHP: Key exists in array
How to check if a key exists in an array. Here are some quick examples
HOW TO: Sketchy Render Architecture
Learn how to create a professional render for architecture using SketchUp and Adobe Illustrator & Photoshop. Simple step by step how to video tutorial.
HOW TO: Create Lumen API – Basic
Learn how to build a basic API with the Lumen framework. All CRUD functionality, migrating and seeding a local sqlite db and unit testing the API.
Angular – Populate UI with data – Part 3
Angular Project Content: Part 1 – Setting up the project Part 2 – Routing & Customisation Part 3 – Populate UI with Data (this one) Populate Cards 1. Open my-dashboard.component.css and replace all the content with theContinue reading
Angular – Routing and Customisation – Part 2
Content: Part 1 – Setting up the project Part 2 – Routing & Customisation (this one) Part 3 – Populate UI with Data Routing Read more about angular routing and navigation, here. Make sure you readContinue reading
HOW TO: Build Angular 6 App – Part 1
In these series of articles, I will demonstrate step by step how to build a really simple Angular 6 web application, using Angular Material. This application will call a free API, called DOG API. All thisContinue reading
HOW TO: Validate multiple images input in Lumen/Laravel
In this short post, I will show you how to use the Lumen/Laravel validation to validate multiple images in an array. 1. Make sure you are posting an array of images to your endpoint images[]Continue reading
HOW TO: FREE DIY Shoes Organizer
In the past few months, I have been struggling with finding space for our shoes. Our closet looked like a huge mess. Today, I came up with this idea, which is fast, cheap and easyContinue reading
HOW TO: Install XDEBUG on Windows
This article will show you step by step how to install and use Xdebug on Windows. Contents: Resources What is Xdebug Why use Xdebug How to install Xdebug How to set up Xdebug on PHPStorm HowContinue reading