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.
If you are a victim of Browser Modifier Virus ( malware... read more
Try "keypress" evenHandler in jQuery: Notice Below Code, Although this code is... read more
With our data increasingly moving to the cloud, chances are that... read more
Screen Got stuck eventually with this error during CodeIgniter development. Fatal error:... read more
"There may be several other possible ways, but I know one... read more
$this->session->mark_as_flash('item'); # Version 3.x only $this->session->mark_as_flash(array('item', 'item2')); # Version 3.x only Array... read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); #... read more
array_unique function is helpful for this operation. USAGE: (more…) read more
It requires two main steps: Add Virtual Host Entries to vhosts Configuration... read more
Leave a Reply