Laravel design patterns
Laravel is a popular PHP framework that is known for its elegant syntax and advanced features. In addition to its features, Laravel also has a strong emphasis on design patterns. Design patterns are solutions to common software design problems that have been tested and proven to work well. By using design patterns in Laravel, developers can create more efficient and maintainable code.
- Read more about Laravel design patterns
- Log in or register to post comments
Creating chrome/firefox extension
Preamble:
Before writing this post I never looked at creating an extension that can be used on both firefox and chrome browsers. Last week I needed to extract the colour code from an element on a website so I wrote this code that does the job:
- Read more about Creating chrome/firefox extension
- Log in or register to post comments
Setting up WordPress
Setting up a WordPress site can seem like a daunting task, but with the right guidance, it can be done quickly and easily. In this post, we'll walk you through the step-by-step process of setting up a WordPress site from start to finish.
Step 1: Choose a web host
The first step in setting up a WordPress site is to choose a web host. A web host is a company that provides the necessary technology and support for your website to be viewed on the internet. Some popular web hosting options recommended by WordPress include:
- Read more about Setting up WordPress
- Log in or register to post comments
WordPress Vs Drupal
When it comes to building a website, there are a plethora of options available to choose from. Two of the most popular content management systems (CMS) on the market today are WordPress and Drupal. Both platforms offer a range of features and capabilities, but they are designed for different types of users and websites. In this post, we will take a closer look at WordPress vs Drupal, and explore the key differences between the two platforms.
- Read more about WordPress Vs Drupal
- Log in or register to post comments
Setting up development blog
Creating a development blog can be a great way to share your programming knowledge and experiences with others. Whether you're a beginner or an experienced developer, a blog can be a great platform to showcase your work and connect with other developers in the community.
Here are the steps to setting up your development blog:
- Read more about Setting up development blog
- Log in or register to post comments
Set up Laravel in few steps
Laravel is a free, open-source PHP web framework used for web application development. It follows the Model-View-Controller (MVC) architectural pattern and is known for its elegant syntax and tools for tasks such as routing, authentication, and caching. In this blog post, we will go through the steps of setting up a Laravel application on your local machine.
- Read more about Set up Laravel in few steps
- Log in or register to post comments