- Laravel 10
- Socialite Plugin
- Livewire
- Alpine JS
- Tailwind CSS
- Daisy UI
- Heroicons
- Login & Register
- Login with GitHub / Google
- Reset Password (dikirim ke email)
- Todo List
- Note (bisa dikunci)
- Enkripsi Laravel menggunakan OpenSSL untuk menyediakan enkripsi AES-256 dan AES-128
- Clone Repository
git clone https://github.com/orz14/nyatet-app.git
cd nyatet-app/
- Copy .env and Modify It
cp .env.example .env
- Install Vendor Using Composer
composer install
- Generate Key
php artisan key:generate
- Run Migration & Seeders
php artisan migrate --seed
- Install Node Modules Using PNPM or NPM
# using pnpm
pnpm install && pnpm build
# using npm
npm install && npm run build
- Serve
php artisan serve
The Laravel framework is open-sourced software licensed under the MIT license.
Created with 💚 by ORZCODE