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

Dev #2256

Merged
merged 117 commits into from
Aug 8, 2024
Merged

Dev #2256

merged 117 commits into from
Aug 8, 2024

Conversation

alainvd
Copy link
Collaborator

@alainvd alainvd commented Aug 8, 2024

No description provided.

laravel-shift and others added 30 commits April 23, 2024 14:31
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
PHP 5.5.9 adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.
Accessing Faker properties was deprecated in Faker 1.14.
Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods.
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
From the [PHPUnit 8 release notes][1], the `TestCase` methods below now declare a `void` return type:

- `setUpBeforeClass()`
- `setUp()`
- `assertPreConditions()`
- `assertPostConditions()`
- `tearDown()`
- `tearDownAfterClass()`
- `onNotSuccessfulTest()`

[1]: https://phpunit.de/announcements/phpunit-8.html
Route Service Provider
Login controller
alainvd and others added 29 commits July 29, 2024 15:21
# Conflicts:
#	app/Country.php
#	app/Filters/ResourceFilters.php
#	app/Http/Controllers/ScoreboardController.php
#	app/Http/Kernel.php
#	app/Queries/CountriesQuery.php
#	app/User.php
#	composer.lock
#	config/database.php
#	database/factories/UserFactory.php
#	package-lock.json
#	resources/lang/al/privacy-statement-contact.php
#	resources/lang/al/privacy-statement.php
#	resources/lang/al/training.php
#	resources/lang/ba/privacy-statement-contact.php
#	resources/lang/ba/privacy-statement.php
#	resources/lang/ba/training.php
#	resources/lang/bg/privacy-statement-contact.php
#	resources/lang/bg/privacy-statement.php
#	resources/lang/bg/training.php
#	resources/lang/cs/privacy-statement-contact.php
#	resources/lang/cs/privacy-statement.php
#	resources/lang/cs/training.php
#	resources/lang/da/privacy-statement-contact.php
#	resources/lang/da/privacy-statement.php
#	resources/lang/de/privacy-statement-contact.php
#	resources/lang/de/privacy-statement.php
#	resources/lang/de/training.php
#	resources/lang/el/privacy-statement-contact.php
#	resources/lang/el/privacy-statement.php
#	resources/lang/el/training.php
#	resources/lang/en/privacy-statement.php
#	resources/lang/es/privacy-statement-contact.php
#	resources/lang/es/privacy-statement.php
#	resources/lang/es/training.php
#	resources/lang/et/privacy-statement-contact.php
#	resources/lang/et/privacy-statement.php
#	resources/lang/et/training.php
#	resources/lang/fi/privacy-statement-contact.php
#	resources/lang/fi/privacy-statement.php
#	resources/lang/fi/training.php
#	resources/lang/fr/privacy-statement-contact.php
#	resources/lang/fr/privacy-statement.php
#	resources/lang/fr/training.php
#	resources/lang/hr/privacy-statement-contact.php
#	resources/lang/hr/privacy-statement.php
#	resources/lang/hr/training.php
#	resources/lang/hu/privacy-statement-contact.php
#	resources/lang/hu/privacy-statement.php
#	resources/lang/hu/training.php
#	resources/lang/it/privacy-statement-contact.php
#	resources/lang/it/privacy-statement.php
#	resources/lang/lt/privacy-statement-contact.php
#	resources/lang/lt/privacy-statement.php
#	resources/lang/lt/training.php
#	resources/lang/lv/privacy-statement-contact.php
#	resources/lang/lv/privacy-statement.php
#	resources/lang/lv/training.php
#	resources/lang/me/privacy-statement-contact.php
#	resources/lang/me/privacy-statement.php
#	resources/lang/me/training.php
#	resources/lang/mk/privacy-statement-contact.php
#	resources/lang/mk/privacy-statement.php
#	resources/lang/mk/training.php
#	resources/lang/mt/privacy-statement-contact.php
#	resources/lang/mt/privacy-statement.php
#	resources/lang/mt/training.php
#	resources/lang/nl/privacy-statement-contact.php
#	resources/lang/nl/privacy-statement.php
#	resources/lang/nl/training.php
#	resources/lang/pl/privacy-statement-contact.php
#	resources/lang/pl/privacy-statement.php
#	resources/lang/pl/training.php
#	resources/lang/pt/privacy-statement-contact.php
#	resources/lang/pt/privacy-statement.php
#	resources/lang/pt/training.php
#	resources/lang/ro/privacy-statement-contact.php
#	resources/lang/ro/privacy-statement.php
#	resources/lang/ro/training.php
#	resources/lang/rs/privacy-statement-contact.php
#	resources/lang/rs/privacy-statement.php
#	resources/lang/rs/training.php
#	resources/lang/sk/privacy-statement-contact.php
#	resources/lang/sk/privacy-statement.php
#	resources/lang/sk/training.php
#	resources/lang/sl/privacy-statement-contact.php
#	resources/lang/sl/privacy-statement.php
#	resources/lang/sv/privacy-statement-contact.php
#	resources/lang/sv/privacy-statement.php
#	resources/lang/sv/training.php
#	resources/lang/tr/privacy-statement-contact.php
#	resources/lang/tr/privacy-statement.php
#	resources/lang/tr/training.php
#	resources/lang/ua/privacy-statement-contact.php
#	resources/lang/ua/privacy-statement.php
#	resources/lang/ua/training.php
#	routes/web.php
@alainvd alainvd merged commit 994b6d1 into master Aug 8, 2024
1 check failed
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

Successfully merging this pull request may close these issues.

3 participants