@extends('la.layouts.app') @section("contentheader_title", "LA Code Editor") @section("contentheader_description", "Installation instructions") @section("section", "LA Code Editor") @section("sub_section", "Not installed") @section("htmlheader_title", "Install LA Code Editor") @section('main-content')

LaraAdmin Code Editor does not comes inbuilt now. You can get it by following commands.

composer require dwij/laeditor

This will download the editor package. Not install editor by following command:

php artisan la:editor

Now refresh this page or go to {{ url(config('laraadmin.adminRoute') . '/laeditor') }}.

@endsection @push('styles') @endpush @push('scripts') @endpush