]> www.git.momoyon.org Git - momoyon.org.laravel.git/commit
Initial commit.
authorictadmin <ictadm@jawakara.com>
Sat, 15 Nov 2025 06:29:30 +0000 (12:29 +0600)
committerictadmin <ictadm@jawakara.com>
Sat, 15 Nov 2025 06:29:30 +0000 (12:29 +0600)
commitd77386a0ae6a2d1664f3d45e9b0c98104666becd
tree4d440f1ce815eb9c23fb478bbdcdea4b6a480736
Initial commit.
65 files changed:
.editorconfig [new file with mode: 0644]
.env.example [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
app/Http/Controllers/Controller.php [new file with mode: 0644]
app/Models/Link.php [new file with mode: 0644]
app/Models/User.php [new file with mode: 0644]
app/Providers/AppServiceProvider.php [new file with mode: 0644]
artisan [new file with mode: 0644]
bootstrap/app.php [new file with mode: 0644]
bootstrap/cache/.gitignore [new file with mode: 0644]
bootstrap/providers.php [new file with mode: 0644]
composer.json [new file with mode: 0644]
composer.lock [new file with mode: 0644]
config/app.php [new file with mode: 0644]
config/auth.php [new file with mode: 0644]
config/cache.php [new file with mode: 0644]
config/database.php [new file with mode: 0644]
config/filesystems.php [new file with mode: 0644]
config/logging.php [new file with mode: 0644]
config/mail.php [new file with mode: 0644]
config/queue.php [new file with mode: 0644]
config/sanctum.php [new file with mode: 0644]
config/services.php [new file with mode: 0644]
config/session.php [new file with mode: 0644]
database/.gitignore [new file with mode: 0644]
database/factories/UserFactory.php [new file with mode: 0644]
database/migrations/0001_01_01_000000_create_users_table.php [new file with mode: 0644]
database/migrations/0001_01_01_000001_create_cache_table.php [new file with mode: 0644]
database/migrations/0001_01_01_000002_create_jobs_table.php [new file with mode: 0644]
database/migrations/2025_11_14_055109_create_personal_access_tokens_table.php [new file with mode: 0644]
database/migrations/2025_11_15_061122_create_links_table.php [new file with mode: 0644]
database/seeders/DatabaseSeeder.php [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
phpunit.xml [new file with mode: 0644]
public/.htaccess [new file with mode: 0644]
public/favicon.ico [new file with mode: 0644]
public/index.php [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
resources/css/app.css [new file with mode: 0644]
resources/css/style.css [new file with mode: 0644]
resources/js/app.js [new file with mode: 0644]
resources/js/bootstrap.js [new file with mode: 0644]
resources/views/index.blade.php [new file with mode: 0644]
resources/views/layouts/base.blade.php [new file with mode: 0644]
routes/api.php [new file with mode: 0644]
routes/console.php [new file with mode: 0644]
routes/web.php [new file with mode: 0644]
storage/app/.gitignore [new file with mode: 0644]
storage/app/private/.gitignore [new file with mode: 0644]
storage/app/public/.gitignore [new file with mode: 0644]
storage/framework/.gitignore [new file with mode: 0644]
storage/framework/cache/.gitignore [new file with mode: 0644]
storage/framework/cache/data/.gitignore [new file with mode: 0644]
storage/framework/sessions/.gitignore [new file with mode: 0644]
storage/framework/testing/.gitignore [new file with mode: 0644]
storage/framework/views/.gitignore [new file with mode: 0644]
storage/logs/.gitignore [new file with mode: 0644]
tests/Feature/ExampleTest.php [new file with mode: 0644]
tests/Pest.php [new file with mode: 0644]
tests/TestCase.php [new file with mode: 0644]
tests/Unit/ExampleTest.php [new file with mode: 0644]
vite.config.js [new file with mode: 0644]