add first JSON encoder
Showing
README.md
100644 → 100755
File mode changed from 100644 to 100755
app/Console/Kernel.php
100644 → 100755
File mode changed from 100644 to 100755
app/Exceptions/Handler.php
100644 → 100755
File mode changed from 100644 to 100755
app/Http/Controllers/Controller.php
100644 → 100755
File mode changed from 100644 to 100755
app/Http/Controllers/ShellyLogController.php
0 → 100755
app/Http/Kernel.php
100644 → 100755
File mode changed from 100644 to 100755
app/Http/Middleware/Authenticate.php
100644 → 100755
File mode changed from 100644 to 100755
app/Http/Middleware/EncryptCookies.php
100644 → 100755
File mode changed from 100644 to 100755
app/Http/Middleware/PreventRequestsDuringMaintenance.php
100644 → 100755
File mode changed from 100644 to 100755
app/Http/Middleware/RedirectIfAuthenticated.php
100644 → 100755
File mode changed from 100644 to 100755
app/Http/Middleware/TrimStrings.php
100644 → 100755
File mode changed from 100644 to 100755
app/Http/Middleware/TrustHosts.php
100644 → 100755
File mode changed from 100644 to 100755
app/Http/Middleware/TrustProxies.php
100644 → 100755
File mode changed from 100644 to 100755
app/Http/Middleware/ValidateSignature.php
100644 → 100755
File mode changed from 100644 to 100755
app/Http/Middleware/VerifyCsrfToken.php
100644 → 100755
File mode changed from 100644 to 100755
app/Models/User.php
100644 → 100755
File mode changed from 100644 to 100755
app/Providers/AppServiceProvider.php
100644 → 100755
File mode changed from 100644 to 100755
app/Providers/AuthServiceProvider.php
100644 → 100755
File mode changed from 100644 to 100755
app/Providers/BroadcastServiceProvider.php
100644 → 100755
File mode changed from 100644 to 100755
app/Providers/EventServiceProvider.php
100644 → 100755
File mode changed from 100644 to 100755
app/Providers/RouteServiceProvider.php
100644 → 100755
File mode changed from 100644 to 100755
bootstrap/app.php
100644 → 100755
File mode changed from 100644 to 100755
bootstrap/cache/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
composer.json
100644 → 100755
File mode changed from 100644 to 100755
composer.lock
100644 → 100755
File mode changed from 100644 to 100755
config/app.php
100644 → 100755
File mode changed from 100644 to 100755
config/auth.php
100644 → 100755
File mode changed from 100644 to 100755
config/broadcasting.php
100644 → 100755
File mode changed from 100644 to 100755
config/cache.php
100644 → 100755
File mode changed from 100644 to 100755
config/cors.php
100644 → 100755
File mode changed from 100644 to 100755
config/database.php
100644 → 100755
File mode changed from 100644 to 100755
config/filesystems.php
100644 → 100755
File mode changed from 100644 to 100755
config/hashing.php
100644 → 100755
File mode changed from 100644 to 100755
config/logging.php
100644 → 100755
File mode changed from 100644 to 100755
config/mail.php
100644 → 100755
File mode changed from 100644 to 100755
config/queue.php
100644 → 100755
File mode changed from 100644 to 100755
config/sanctum.php
100644 → 100755
File mode changed from 100644 to 100755
config/services.php
100644 → 100755
File mode changed from 100644 to 100755
config/session.php
100644 → 100755
File mode changed from 100644 to 100755
config/view.php
100644 → 100755
File mode changed from 100644 to 100755
database/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
database/factories/UserFactory.php
100644 → 100755
File mode changed from 100644 to 100755
database/migrations/2014_10_12_000000_create_users_table.php
100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
database/seeders/DatabaseSeeder.php
100644 → 100755
File mode changed from 100644 to 100755
lang/en/auth.php
100644 → 100755
File mode changed from 100644 to 100755
lang/en/pagination.php
100644 → 100755
File mode changed from 100644 to 100755
lang/en/passwords.php
100644 → 100755
File mode changed from 100644 to 100755
lang/en/validation.php
100644 → 100755
File mode changed from 100644 to 100755
package.json
100644 → 100755
File mode changed from 100644 to 100755
phpunit.xml
100644 → 100755
File mode changed from 100644 to 100755
public/.htaccess
100644 → 100755
File mode changed from 100644 to 100755
public/favicon.ico
100644 → 100755
File mode changed from 100644 to 100755
public/index.php
100644 → 100755
File mode changed from 100644 to 100755
public/robots.txt
100644 → 100755
File mode changed from 100644 to 100755
resources/css/app.css
100644 → 100755
File mode changed from 100644 to 100755
resources/js/app.js
100644 → 100755
File mode changed from 100644 to 100755
resources/js/bootstrap.js
100644 → 100755
File mode changed from 100644 to 100755
resources/views/welcome.blade.php
100644 → 100755
File mode changed from 100644 to 100755
routes/api.php
100644 → 100755
File mode changed from 100644 to 100755
routes/channels.php
100644 → 100755
File mode changed from 100644 to 100755
routes/console.php
100644 → 100755
File mode changed from 100644 to 100755
routes/web.php
100644 → 100755
storage/app/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/app/public/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/framework/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/framework/cache/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/framework/cache/data/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/framework/sessions/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/framework/testing/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/framework/views/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
storage/logs/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
tests/CreatesApplication.php
100644 → 100755
File mode changed from 100644 to 100755
tests/Feature/ExampleTest.php
100644 → 100755
File mode changed from 100644 to 100755
tests/TestCase.php
100644 → 100755
File mode changed from 100644 to 100755
tests/Unit/ExampleTest.php
100644 → 100755
File mode changed from 100644 to 100755
vite.config.js
100644 → 100755
File mode changed from 100644 to 100755
Please
register
or
sign in
to comment