WSL 2, Oh-My-Zsh, Windows Terminal, Git, VS Code, and VcXsrv!
The Operating System: WSL 2
Ensure you are running Windows 10, Version 2004, Build 19041 or higher
| <?php | |
| namespace App\Filament\Pages; | |
| use App\Enums\PageType; | |
| use App\Models\User; | |
| use Filament\Facades\Filament; | |
| use Filament\Forms\Components\Actions\Action; | |
| use Filament\Forms\Components\DatePicker; | |
| use Filament\Forms\Components\Repeater; |
WSL 2, Oh-My-Zsh, Windows Terminal, Git, VS Code, and VcXsrv!
Ensure you are running Windows 10, Version 2004, Build 19041 or higher
| <body> | |
| <div id="app"> | |
| <div class="nes-container with-title is-centered"> | |
| <p class="title">Vue Form Test</p> | |
| <form @submit.prevent="submit"> | |
| <div class="nes-field"> | |
| <label for="name_field">Character Name</label> | |
| <input placeholder="Enter name here" type="text" | |
| name="name" | |
| id="name_field" class="nes-input" /> |
| <?php | |
| use Illuminate\Support\Facades\Schema; | |
| use Illuminate\Database\Schema\Blueprint; | |
| use Illuminate\Database\Migrations\Migration; | |
| class CreateSettingsTable extends Migration | |
| { | |
| /** | |
| * Run the migrations. |
| <?php | |
| use Illuminate\Support\Facades\Schema; | |
| use Illuminate\Database\Schema\Blueprint; | |
| use Illuminate\Database\Migrations\Migration; | |
| class CreateSlidesTable extends Migration | |
| { | |
| /** | |
| * Run the migrations. |
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
– The Git website
Choose one of the following options.
There's no shortage of good resources for learning laravel. So instead of the usual introductory tutorial were just gonna learn Laravel by building a project from scratch and that's gonna be a User Management System.
I don't know if my definition of a User Management System is correct but here's my idea of what's it's capable of doing:
These examples are type 3 RESTful API requests and responses. The JSON-HAL specification is used to implement HATEOAS.
Some of the examples are based on my work as architect of the RESTful API at http://www.hautelook.com. All proprietary information has been removed.
| <link href='https://fonts.googleapis.com/css?family=Montserrat|Cardo' rel='stylesheet' type='text/css'> | |
| <link href='style.css' rel='stylesheet' type='text/css'> | |
| <script type="text/javascript" src="https://code.jquery.com/jquery-1.9.1.js"></script> | |
| <header class="main_h"> | |
| <div class="row"> | |
| <a class="logo" href="#">P/F</a> |
| html | |
| body | |
| // Demo stuff | |
| main | |
| h1 | |
| a(href='http://ettrics.com/') Ettrics | |
| p | |
| | A Material Design inspired expanding overlay for showcasing a variety of content. | |
| p | |
| a(href='https://twitter.com/ettrics/', target='_blank') |