@extends('template')
@section('content')
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="panel-heading"><h2>Создать объявление</h2></div>
<form>
<div class="input-group mb-4">
<label for="name" class="col-md-4 col-form-label text-md-right">{{ __('Заголовок') }}</label>
<input type="text" class="form-control" id="inlineFormInputName">
</div>
</form>
<form>
<div class="input-group mb-4">
<label for="name" class="col-md-4 col-form-label text-md-right">{{ __('Описание') }}</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3" ></textarea>
</div>
</form>
<form>
<div class="input-group mb-4">
<label for="name" class="col-md-4 col-form-label text-md-right">{{ __('Цена') }}</label>
<input class="form-control" type="text">
<div class="input-group-append">
<span class="input-group-text"><i class="fa fa-rub"></i></span>
</div>
</div>
</form>
<image-uoload></image-uoload>
@endsection
$ composer install
Deprecation warning: require.beberlei/DoctrineExtensions is invalid, it should not contain uppercase characters. Please use beberlei/doctrineextensions instead. Make sure you fix this as Composer 2.0 will error.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 67108864 bytes) in phar://C:/OSPanel/modules/php/PHP-7.2-x64/composer.phar/src/Composer/DependencyResolver/Solver.php on line 223
Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.
seo16@DESKTOP-1ECHLCR c:\OSPanel\domains\pga.ru
Fatal error: Uncaught Error: Call to a member function add() on null in C:\OSPanel\domains\cmse.ru\engine\cms.php:24 Stack trace: #0 C:\OSPanel\domains\cmse.ru\engine\bootstrap.php(20): engine\cms->run() #1 C:\OSPanel\domains\cmse.ru\index.php(2): require_once('C:\\OSPanel\\doma...') #2 {main} thrown in C:\OSPanel\domains\cmse.ru\engine\cms.php on line 24