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

Make Dashboard be protected by authentication! #2

Closed
patriziotomato opened this issue Jan 16, 2018 · 1 comment
Closed

Make Dashboard be protected by authentication! #2

patriziotomato opened this issue Jan 16, 2018 · 1 comment

Comments

@patriziotomato
Copy link
Contributor

No description provided.

@patriziotomato
Copy link
Contributor Author

awesome

zappzerapp pushed a commit that referenced this issue Jan 22, 2023
* CU

* Laravel 7.x Shift (#1)

* Apply Laravel coding style

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).

* Shift core files

* Shift to Throwable

* Add laravel/ui dependency

* Shift config files

* Bump Laravel dependencies

Co-authored-by: Shift <shift@laravelshift.com>

* CU

* Laravel 8.x Shift (#2)

* Shift core files

* Remove web.config

* Shift exception handler

* Shift HTTP kernel and middleware

* Replace deprecated `HEADER_X_FORWARDED_ALL` constant

* Shift service providers

* Convert route options to fluent methods

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.

* Adopt class based routes

* Shift console routes

* Ignore temporary framework files

* Shift to class based factories

* Namespace seeders

* Shift PSR-4 autoloading

* Shift config files

* Default config files

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.

* Bump Laravel dependencies

* Upgrade to Laravel Mix 6

* Shift cleanup

* CU

* CU

* CU

Co-authored-by: Shift <shift@laravelshift.com>

* Namespace Models (#3)

* Apply Laravel coding style

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).

* Namespace models under App\Models

Co-authored-by: Shift <shift@laravelshift.com>

* Laravel 9.x Shift (#4)

* Move `resources/lang` folder

* Shift registered middleware

* Remove `fruitcake/laravel-cors` dependency

* Streamline `$commands` property

* Shift core files

* Convert `optional()` to nullsafe operator

* Use Faker methods

Accessing Faker properties was deprecated in Faker 1.14.

* Shift config files

* Default config files

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.

* Bump Laravel dependencies

* Adopt anonymous migrations

* CU

* env update

Co-authored-by: Shift <shift@laravelshift.com>

Co-authored-by: Shift <shift@laravelshift.com>
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

2 participants