How to load custom JSON files into Laravel's config
Adi · 30/Jun/20
I wanted to share my solution to loading custom settings from a JSON file into Laravel’s config.
Read PostHow to setup Specific Subdomain routing in Laravel
Adi · 28/May/20
In this post, I wanted to share my solution of how I set up specific subdomain routing within the same Laravel application.
Read PostCreate custom Laravel Helper Methods
Adi · 22/Apr/20
Hi All, this is Adi, with another Laravel article. I wanted to take some time to explain what Laravel’s Helper methods are and how your can create your own ones.
Read PostWhat are Laravel Resource Controllers
Adi · 25/Mar/20
Hi all, this is Adi again for a Laravel post. I recently found a lot of questions on StackOverflow asking what Laravel Resource controllers were. I wanted to explain this basic concept. Read on.
Read PostSimplestWeb Updated
Adi · 18/Feb/20
Hi, a lot has happened over the last month at SimplestWeb. Read further to see what's changed.
Read Post2019 in Numbers
Adi · 01/Jan/20
Hi All, I recently published a lengthy recap of how my year was, then I had this thought to summaries the year in a bunch of numbers
Read PostA recap of 2019
Adi · 20/Dec/19
2019 has been a wonderful year for me, so I just wanted to take a moment to reflect and document what’s changed for me since 2018
Read PostHow to setup Tailwind CSS with Parcel Bundler
Adi · 27/Nov/19
Today, I wanted to share with you my experience of how I set up Tailwind CSS with Parcel Bundler, if this interests you continue reading.
Read PostReusing a Controller method for multiple actions in Laravel
Adi · 05/Nov/19
This time, I wanted to cover my basic solution to a problem we might all have when building web apps using only blade templates.
Read PostHow to setup automatic db backup in Laravel
Adi · 05/Nov/19
As Laravel developers we need a way to back up our app’s databases somewhere for both save keeping the data and for analysis. I want to share with you a simple solution that I have devised for some of my smaller projects.
Read Post5 Minute Solution for Viewing Logs in a Laravel App
Adi · 05/Nov/19
In this post, I want to show you my simple solution to viewing logs from within the app.
Read PostLaunching Jobs by LaravelCollections.com
Adi · 05/Nov/19
I wanted to show you a service I have been working on for the past few weeks. As you may already know, I have a side project (LaravelCollections.com), a lot of users requested a Job Board and that’s what I have been working on.
Read PostSelling an unused domain for profit
Adi · 05/Nov/19
I wanted to share with you my recent experience of selling an unused domain name for a profit.
Read PostAdding Google reCAPTCHA v3 to your Laravel App
Adi · 05/Nov/19
I want to share with you, how I implemented Google’s reCAPTCHA v3 in my Laravel app.
Read PostBuild dynamic filter controls in Laravel
Adi · 05/Nov/19
I wanted to share with you my simple solution for searching, filtering & sorting data in Laravel.
Read Post10 Underused Laravel Blade Directives
Adi · 30/May/20
I have been working with Laravel for more than a year, but never realized some of Blade’s features. I want to share with you 10 underused blade directives that will clean up your code and save some time in the process.
Read PostSimple solution for generating forms in Laravel
Adi · 05/Nov/19
I wanted to share with you my solution for generating form elements quickly in Laravel. Without the use of any external library or packages, just using simple Blade directives.
Read PostNew changes to LaravelCollections.com
Adi · 05/Nov/19
It’s been two weeks since the launch of my latest side project - LaravelCollections.com. The response I have been getting from the users is generally positive. I had some time last week and I worked on some of the common suggestions I had from users. I want to update you on the changes here.
Read Post2018 a Review
Adi · 05/Nov/19
It's that time of the year when one reflects on how the year went by. It's been a few days since the Christmas of 2018, I wanted to take some time to document how the year passed. Kind of a review if you will. I have never done anything like this before, it's going to interesting to see how it shapes up. So let's get started.
Read PostLaunching LaravelCollections.com
Adi · 05/Nov/19
In this article I talk about my experience of launching my new side project - LaravelCollections.com. I go through what the site is about, the reasons behind it, how I promoted it and the lessons learned.
Read PostMy PC Setup - 2018
Adi · 05/Nov/19
In this article, I have listed all the tools I have used this year to get stuff done. Some of them have been so useful, I cannot imagine my work without them.
Read PostIntroducing Laravel Links Telegram Channel
Adi · 05/Nov/19
I recently created a Telegram Channel dedicated to sharing great Laravel / PHP resources. I talk about why I created it and update on what's it's status.
Read PostAdding RSS feed to your Laravel Blog
Adi · 05/Nov/19
You have a working Laravel website but want to add an RSS feed. In this tutorial I go though my simple solution to implement rss feed on any Laravel application.
Read PostBuilding my own blog with Laravel in a day
Adi · 05/Nov/19
In this article, I share my experience of building a Laravel blog in a day.
Read PostThoughts on Site Monitoring tool - UpDown
Adi · 05/Nov/19
I wanted to talk about a tool I use on a daily basis to monitor my websites. The tool is UpDown, this is an online tool that offers a service to monitor a website's downtime.
Read PostRecent experience with Cordova
Adi · 05/Nov/19
I wanted to share with you my recent experience with the Cordova on a client project.
Read Post