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.
Fix spanish translations (email sent sep 10) login mods (email sent march 2) add... read more
Following Code is required for that: echo $this->Html->image("your_img.png", array( 'url' => array('controller' => 'some_controller',... read more
Have you ever read emailed somebody and spent time wondering whether they... read more
Screen Got stuck eventually with this error during CodeIgniter development. Fatal error: Class... read more
With our data increasingly moving to the cloud, chances are that whenever... read more
A recent research report has revealed that more than 90% of all... read more
Below are the steps: 1) Open File Explorer 2) Click on View Tab 3) Click/Check... read more
In simple words, class is a user defined datatype. Which have its... read more
Simple Syntax: chmod 744 yourfile.ext Below Codes can be helpful to set permissions 400... read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
Leave a Reply