Update 182 files
- /sample-app/tests/CreatesApplication.php
- /sample-app/tests/Feature/CounterTest.php
- /sample-app/tests/Feature/ExampleTest.php
- /sample-app/tests/TestCase.php
- /sample-app/tests/Unit/ExampleTest.php
- /sample-app/storage/app/.gitignore
- /sample-app/storage/app/public/.gitignore
- /sample-app/storage/framework/.gitignore
- /sample-app/storage/framework/cache/.gitignore
- /sample-app/storage/framework/cache/data/.gitignore
- /sample-app/storage/framework/sessions/.gitignore
- /sample-app/storage/framework/testing/.gitignore
- /sample-app/storage/framework/views/.gitignore
- /sample-app/storage/logs/.gitignore
- /sample-app/routes/api.php
- /sample-app/routes/channels.php
- /sample-app/routes/console.php
- /sample-app/routes/web.php
- /sample-app/resources/css/app.css
- /sample-app/resources/js/app.js
- /sample-app/resources/js/bootstrap.js
- /sample-app/resources/lang/en/auth.php
- /sample-app/resources/lang/en/pagination.php
- /sample-app/resources/lang/en/passwords.php
- /sample-app/resources/lang/en/validation.php
- /sample-app/resources/views/welcome.blade.php
- /sample-app/public/.htaccess
- /sample-app/public/favicon.ico
- /sample-app/public/index.php
- /sample-app/public/robots.txt
- /sample-app/database/.gitignore
- /sample-app/database/factories/CounterFactory.php
- /sample-app/database/factories/UserFactory.php
- /sample-app/database/migrations/2014_10_12_000000_create_users_table.php
- /sample-app/database/migrations/2014_10_12_100000_create_password_resets_table.php
- /sample-app/database/migrations/2019_08_19_000000_create_failed_jobs_table.php
- /sample-app/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
- /sample-app/database/migrations/2023_08_21_130800_create_counters_table.php
- /sample-app/database/seeders/CounterSeeder.php
- /sample-app/database/seeders/DatabaseSeeder.php
- /sample-app/config/app.php
- /sample-app/config/auth.php
- /sample-app/config/broadcasting.php
- /sample-app/config/cache.php
- /sample-app/config/cors.php
- /sample-app/config/database.php
- /sample-app/config/filesystems.php
- /sample-app/config/hashing.php
- /sample-app/config/logging.php
- /sample-app/config/mail.php
- /sample-app/config/queue.php
- /sample-app/config/sanctum.php
- /sample-app/config/services.php
- /sample-app/config/session.php
- /sample-app/config/view.php
- /sample-app/bootstrap/app.php
- /sample-app/bootstrap/cache/.gitignore
- /sample-app/app/Console/Kernel.php
- /sample-app/app/Exceptions/Handler.php
- /sample-app/app/Http/Controllers/Controller.php
- /sample-app/app/Http/Controllers/CounterController.php
- /sample-app/app/Http/Kernel.php
- /sample-app/app/Http/Middleware/Authenticate.php
- /sample-app/app/Http/Middleware/EncryptCookies.php
- /sample-app/app/Http/Middleware/PreventRequestsDuringMaintenance.php
- /sample-app/app/Http/Middleware/RedirectIfAuthenticated.php
- /sample-app/app/Http/Middleware/TrimStrings.php
- /sample-app/app/Http/Middleware/TrustHosts.php
- /sample-app/app/Http/Middleware/TrustProxies.php
- /sample-app/app/Http/Middleware/VerifyCsrfToken.php
- /sample-app/app/Models/Counter.php
- /sample-app/app/Models/User.php
- /sample-app/app/Providers/AppServiceProvider.php
- /sample-app/app/Providers/AuthServiceProvider.php
- /sample-app/app/Providers/BroadcastServiceProvider.php
- /sample-app/app/Providers/EventServiceProvider.php
- /sample-app/app/Providers/RouteServiceProvider.php
- /sample-app/.editorconfig
- /sample-app/.env.example
- /sample-app/.gitattributes
- /sample-app/.gitignore
- /sample-app/.styleci.yml
- /sample-app/README.md
- /sample-app/artisan
- /sample-app/composer.json
- /sample-app/composer.lock
- /sample-app/package.json
- /sample-app/phpunit.xml
- /sample-app/server.php
- /sample-app/webpack.mix.js
- /.gitlab-ci.yml
- /server/.gitlab-ci.yml
- /webpack.mix.js
- /server.php
- /phpunit.xml
- /package.json
- /composer.lock
- /composer.json
- /artisan
- /.styleci.yml
- /.gitignore
- /.gitattributes
- /.env.example
- /.editorconfig
- /tests/Feature/CounterTest.php
- /tests/Feature/ExampleTest.php
- /tests/Unit/ExampleTest.php
- /tests/CreatesApplication.php
- /tests/TestCase.php
- /storage/app/public/.gitignore
- /storage/app/.gitignore
- /storage/framework/cache/data/.gitignore
- /storage/framework/cache/.gitignore
- /storage/framework/sessions/.gitignore
- /storage/framework/testing/.gitignore
- /storage/framework/views/.gitignore
- /storage/framework/.gitignore
- /storage/logs/.gitignore
- /routes/console.php
- /routes/channels.php
- /routes/api.php
- /routes/web.php
- /resources/css/app.css
- /resources/js/app.js
- /resources/js/bootstrap.js
- /resources/lang/en/pagination.php
- /resources/lang/en/auth.php
- /resources/lang/en/passwords.php
- /resources/lang/en/validation.php
- /resources/views/welcome.blade.php
- /public/robots.txt
- /public/index.php
- /public/favicon.ico
- /public/.htaccess
- /database/factories/CounterFactory.php
- /database/factories/UserFactory.php
- /database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
- /database/migrations/2014_10_12_000000_create_users_table.php
- /database/migrations/2014_10_12_100000_create_password_resets_table.php
- /database/migrations/2019_08_19_000000_create_failed_jobs_table.php
- /database/migrations/2023_08_21_130800_create_counters_table.php
- /database/seeders/DatabaseSeeder.php
- /database/seeders/CounterSeeder.php
- /database/.gitignore
- /config/sanctum.php
- /config/cache.php
- /config/hashing.php
- /config/filesystems.php
- /config/mail.php
- /config/app.php
- /config/auth.php
- /config/cors.php
- /config/logging.php
- /config/database.php
- /config/queue.php
- /config/broadcasting.php
- /config/session.php
- /config/services.php
- /config/view.php
- /bootstrap/cache/.gitignore
- /bootstrap/app.php
- /app/Console/Kernel.php
- /app/Exceptions/Handler.php
- /app/Http/Controllers/Controller.php
- /app/Http/Controllers/CounterController.php
- /app/Http/Middleware/RedirectIfAuthenticated.php
- /app/Http/Middleware/VerifyCsrfToken.php
- /app/Http/Middleware/PreventRequestsDuringMaintenance.php
- /app/Http/Middleware/Authenticate.php
- /app/Http/Middleware/TrimStrings.php
- /app/Http/Middleware/TrustProxies.php
- /app/Http/Middleware/TrustHosts.php
- /app/Http/Middleware/EncryptCookies.php
- /app/Http/Kernel.php
- /app/Models/User.php
- /app/Models/Counter.php
- /app/Providers/AppServiceProvider.php
- /app/Providers/BroadcastServiceProvider.php
- /app/Providers/EventServiceProvider.php
- /app/Providers/RouteServiceProvider.php
- /app/Providers/AuthServiceProvider.php
- /.env