Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust files to laravel 9 default #66

Open
1 of 50 tasks
sensasi-delight opened this issue Mar 15, 2023 · 0 comments
Open
1 of 50 tasks

adjust files to laravel 9 default #66

sensasi-delight opened this issue Mar 15, 2023 · 0 comments

Comments

@sensasi-delight
Copy link
Contributor

sensasi-delight commented Mar 15, 2023

laravel/laravel@v8.6.12...v9.5.2

  • .editorconfig
  • .env.example
  • .gitattributes
  • .github/workflows/issues.yml
  • .github/workflows/pull-requests.yml
  • .github/workflows/tests.yml
  • .github/workflows/update-changelog.yml
  • .gitignore
  • .styleci.yml
  • CHANGELOG.md
  • README.md
  • app/Exceptions/Handler.php
  • app/Http/Kernel.php
  • app/Http/Middleware/ValidateSignature.php
  • app/Models/User.php
  • app/Providers/AuthServiceProvider.php
  • app/Providers/EventServiceProvider.php
  • app/Providers/RouteServiceProvider.php
  • composer.json
  • config/app.php
  • config/broadcasting.php
  • config/cache.php
  • config/database.php
  • config/filesystems.php
  • config/logging.php
  • config/mail.php
  • config/sanctum.php
  • config/services.php
  • config/session.php
  • database/factories/UserFactory.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/2019_12_14_000001_create_personal_access_tokens_table.php
  • database/seeders/DatabaseSeeder.php
  • {resources→}/lang/en/auth.php
  • {resources→}/lang/en/pagination.php
  • {resources→}/lang/en/passwords.php
  • {resources→}/lang/en/validation.php
  • package.json
  • phpunit.xml
  • resources/js/app.js
  • resources/js/bootstrap.js
  • resources/views/welcome.blade.php
  • server.php
  • tests/Feature/ExampleTest.php
  • tests/Unit/ExampleTest.php
  • vite.config.js
  • webpack.mix.js
@sensasi-delight sensasi-delight changed the title remove unused package adjust files to laravel 9 default Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant