In the previous post, we have seen that the installation of Laravel and overview of laravel . In this post, let us discuss the categories included in the configuration. Environment Configuration Environment variables are those which provide a list of web services to your web application. All the environment variables are declared in the .env […]
Laravel Beginner Tutorial | Complete Guide To Install Laravel On Windows
The following are the steps required to install the Laravel : For managing dependencies, Laravel uses composer. Make sure you have a Composer installed on your system before you install Laravel. In this post, you will see the Laravel installation and Overview Step 1 Click on the link given below to download and download composer […]
Laravel Tutorial for Beginners | How to Learn Laravel | Complete Laravel Tutorial in 2023
Laravel tutorial provides basic and advanced concepts. Our Laravel tutorial is designed for beginners and professionals. Laravel is a powerful MVC PHP framework, designed for developers who need a simple and elegant toolkit to create full-featured web applications. Laravel was created by Taylor Otwell. Since its initial release in June 2011 (version 1), it has […]
Available predefined error constants for the php
Few days before, we have seen about PHP errors which are classified by the time of occurrence, recovery possibilities and etc. We can decide and control, which of these errors should be displayed at the time of its occurrence, by using predefined constants available in PHP represented as the error code or error constants. Let […]
How To Work With PHPs Configuration File – php.ini File
While installing PHP, this file is provided with PHP installation settings. For that, it includes set of directives provided with respective values. These directives are of two types based on the values they have. These are, Value Directive – It contains values with respect to the name of the directive. For example, include_path is a […]