How to check Laravel version?
How to check laravel version:
Step1: Find Application.php file in your app and open it.
\vendor\laravel\framework\src\Illuminate\Foundation\Application.php
Step2: Scroll down to line which tells laravel version.
How to check laravel version:
Step1: Find Application.php file in your app and open it.
\vendor\laravel\framework\src\Illuminate\Foundation\Application.php
Step2: Scroll down to line which tells laravel version.
As per official bootstrap documentation about "sr-only CSS class":
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
The character set named utf8 uses a maximum of three bytes per... read more
In simple words, class is a user defined datatype. Which have its... read more
Create a DIR in your laravel app root and name it "myapp", you... read more
While Google is quite generous in giving each user a lot of... read more
With our data increasingly moving to the cloud, chances are that whenever... read more
Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file")); read more
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... read more
If you are a victim of Browser Modifier Virus ( malware ) Browser... read more
Leave a Reply
You must be logged in to post a comment.