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.
$this->session->mark_as_flash('item'); # Version 3.x only $this->session->mark_as_flash(array('item', 'item2')); # Version 3.x only Array to... read more
Symfony\Component\Debug\Exception\FatalThrowableError thrown with message "Class 'App\Http\Requests\Input' not found Laravel" Stacktrace: #0 Symfony\Component\Debug\Exception\FatalThrowableError in C:\Server\nigix\www\mi\app\Http\Requests\RegistrationForm.php:33 read more
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
Create a DIR in your laravel app root and name it "myapp", you... read more
Major Differences are: Git and Mercurial are the two most popular Distributed Version... read more
"Add this in your component public function initialize(Controller $controller) { $this->controller = $controller;... read more
With our data increasingly moving to the cloud, chances are that whenever... read more
"if ( $this->input->is_ajax_request() ) { // your code here... }" read more
Screen Got stuck eventually with this error during CodeIgniter development. Fatal error: Class... read more
Leave a Reply