Articles | Digital Delivery

Laravel 10: What's New and Improved

Laravel 10 is the latest version of the popular PHP web application framework. It comes with several new features and improvements that make it more powerful and efficient than ever before. In this article, we will explore the new features and enhancements of Laravel 10 and provide code snippets to demonstrate their usage.

Laravel 10 drops support for PHP 8.0

Laravel framework will drop support for PHP <=v8.0 in Laravel 10. The minimum required version is PHP ^8.1. we can expect to see 8.1 features used in the framework, such as readonly properties.

 

Articles | Digital Delivery

Configure Apache Web Server for Angular Application With htaccess

When deploying an Angular application on Apache web server, you may need to create rewrite rules to handle app paths. By default, Angular uses the HTML5 History API to manage routing, which means that the app's URLs do not contain a file extension or a hash symbol. This can cause issues when trying to access app routes directly, as Apache may not know how to handle them. In this post, we will discuss how to create a .htaccess file for an Angular app to make rewrite rules for app paths.

Articles | Digital Delivery

Introduction to Angular

Angular is a popular front-end web development framework that is widely used for building single-page applications. It provides a powerful set of tools and features that make it easy to create complex web applications with minimal effort. In this article, we'll provide an introduction to Angular and help you get started with some code snippets.

 

Subscribe to Digital Delivery