Did you read the documentation?
I want to have a dropdown box in the first code like I have It in second one can someone help me please?
Please am trying to submit data of a single user, into three different tables, and all data will b sent through a single form, what do I do?
Crack PHPStorm?
https://stackoverflow.com/questions/52583886/post-request-in-laravel-error-419-sorry-your-session-has-expired
I installed Laravel 5.7
Added a form to the file resourcesviewswelcome.blade.php
<form method=”POST” action=”/foo” >
@csrf
<input type=”text” name=”name”/>
<


message: “CSRF token mismatch.”
exception: “SymfonyComponentHttpKernelExceptionHttpException”
file: “/home3/tolosaad/movjtecnologyadmin/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php”
line: 225
trace: [{,…},…]
message: “CSRF token mismatch.”
exception: “SymfonyComponentHttpKernelExceptionHttpException”
file: “/home3/tolosaad/movjtecnologyadmin/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php”
line: 225
trace: [{,…},…]
study this:
https://stackoverflow.com/questions/32738763/laravel-csrf-token-mismatch-for-ajax-post-request
I am trying to delete data from database via ajax.
HTML:
@foreach($a as $lis)
//some code
<a href=”#” class=”delteadd” id=”{{$lis[‘id’]}}”>Delete</a>
//click action perform on t…
how to make auth or the whole topic on auth
I have write auth.php change uaers to members but not working
php artisan make:auth
Yes default to add users table
I have to login in members table. How to change
I have to login in members table. How to change
Did you read the documentation? I am almost sure there is a section that talk about it
<ul class=”nav navbar-nav”>
<li class=”dropdown task “>
<a href=”javascript:void(0);” class=”dropdown-toggle” data-toggle=”dropdown” role=”button”>
<i class=”icon-wallet”></i>
<span class=”label-count”>{{Auth::user()->currentCurrency()->symbol}}</span>
</a>
</li>
2nd:
<ul class=”header-dropdown”>
@if(count(AppModelsCurrency::where(‘id’, ‘!=’, Auth::user()->currentCurrency()->id)->get()))
<li class=”dropdown”> <a href=”javascript:void(0);” class=”dropdown-toggle” data-toggle=”dropdown” role=”button” aria-haspopup=”true” aria-expanded=”false”> <i class=”zmdi zmdi-more”></i> </a>
<ul class=”dropdown-menu dropdown-menu-right slideUp float-right”>
@foreach(AppModelsCurrency::where(‘id’, ‘!=’, Auth::user()->currentCurrency()->id)->get() as $currency )
<li>
<a href=”{{ url(‘/’) }}/wallet/{{$currency->id}}”><span> {{ $currency->name }}</span></a>
</li>
@endforeach
</ul>
</li>
@endif
I want to have a dropdown box in the first code like I have It in second one can someone help me please?
Undefined index: permission any idea
Undefined index: permission any idea
$this->app->bind(PermissionContract::class, $config[‘role’]);
Need to be changed with this:
$this->app->bind(PermissionContract::class, isset($config[‘permission’]));
$this->app->bind(PermissionContract::class, isset($config[‘role’]));
Just do it? The question is to vague.

Cancelled!
Just pay jetbrains to get your account
Any Crack available or any alternate IDE! Except VSCODE and ATOM
Its not working properly with PHP as compare to PHPStorm!