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.
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... read more
As per official bootstrap documentation about "sr-only CSS class": Always add labels Screen readers... read more
Fork a Repo. A fork is a copy of a repository. Forking... read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
There are certain formal settings (like a conference, meeting or classroom) where... read more
Unable to negotiate with 140.211.10.43: no matching key exchange method found. Their... read more
In simple words, class is a user defined datatype. Which have its... read more
This can be achieved using a single query with join. We can... read more
List of popular and most used search engines based on web research: ... read more
"Add this in your component public function initialize(Controller $controller) { $this->controller = $controller;... read more
Leave a Reply