Laravel Configuration – The PHP Framework

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 […]

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

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 […]