This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using hardware rendering with device Android SDK built for x86. If you notice graphics | |
artifacts, consider enabling software rendering with "--enable-software-rendering". | |
Launching lib\main.dart on Android SDK built for x86 in debug mode... | |
Format incorrect du param�tre - | |
Running Gradle task 'assembleDebug'... | |
Running Gradle task 'assembleDebug'... | |
FAILURE: Build failed with an exception. | |
Running Gradle task 'assembleDebug'... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Launching lib\main.dart on Android SDK built for x86 in debug mode... | |
Initializing gradle... | |
Resolving dependencies... | |
Gradle task 'assembleDebug'... | |
timeout waiting for the application to start | |
Built build\app\outputs\apk\debug\app-debug.apk. | |
cmd: Can't find service: activity | |
Installing build\app\outputs\apk\app.apk... | |
Error: ADB exited with exit code 1 | |
adb: failed to install C:\Users\MK\Desktop\myapp\build\app\outputs\apk\app.apk: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
|-------------------------------------------------------------------------- | |
| Application Routes | |
|-------------------------------------------------------------------------- | |
| | |
| Here is where you can register all of the routes for an application. | |
| It's a breeze. Simply tell Laravel the URIs it should respond to | |
| and give it the controller to call when that URI is requested. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Controllers; | |
use Request; | |
use App\User; | |
use Illuminate\Support\Facades\Auth; | |
class UserController extends Controller | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App; | |
use Illuminate\Auth\Authenticatable; | |
use Illuminate\Database\Eloquent\Model; | |
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract; | |
class User extends Model implements AuthenticatableContract |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="{{url('auth/login')}}" method="post" accept-charset="utf-8" class="ui form"> | |
<div class="ui segment biarabi animated zoomInDown"> | |
<div class="field"> | |
<div class="ui left icon input biarabi"> | |
<i class=" blue inverted circular user icon"></i> | |
<input type="text" name="username" placeholder="اسم المستخدم" class="biarabi"> | |
</div> | |
</div> | |
<div class="field"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ar"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
<meta name="description" content=""> | |
<meta name="author" content=""> |