https://github.com/atomjoy/laravel
Laravel przykłady.
https://github.com/atomjoy/laravel
Last synced: 4 months ago
JSON representation
Laravel przykłady.
- Host: GitHub
- URL: https://github.com/atomjoy/laravel
- Owner: atomjoy
- Created: 2023-06-12T13:04:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T07:28:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-25T04:32:25.758Z (over 1 year ago)
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel
Laravel przykłady.
### Przechwytywanie wyjątków/błędów, (api json response, exception handler)
- https://github.com/atomjoy/laravel/blob/main/doc/exceptions.md
### Wyliczenia php (enum)
- https://github.com/atomjoy/laravel/blob/main/doc/enum.md
### Parametry middleware
- https://github.com/atomjoy/laravel/blob/main/doc/middleware-params.md
### Tworzenie i modyfikacja tabel w bazie danych
- https://github.com/atomjoy/laravel/blob/main/doc/migrations.md
### Wysyłanie wiadomości email
- https://github.com/atomjoy/laravel/blob/main/doc/mail-send.md
### Testowanie i wysyłanie wiadomości email lokalnie z testu
- https://github.com/atomjoy/laravel/blob/main/doc/tests-send-email.md
### Testowanie zdarzenia i błędu podczas tworzenia użytkownika poprzez nadpisanie klasy walidacji danych (mockery)
- https://github.com/atomjoy/laravel/blob/main/doc/test-validation-request-mock.md
### Zdarzenia (events) tworzenie i przechwytywanie
- https://github.com/atomjoy/laravel/blob/main/doc/events.md
### Wysyłanie zdjęć (upload avatar)
- https://github.com/atomjoy/laravel/blob/main/doc/storage-upload.md
### Singletonowe kontrolery zasobów
- https://github.com/atomjoy/laravel/blob/main/doc/route-resource-singleton.md
### Powiadomienia w bazie danych, niestandardowy kanał powiadomień
- https://github.com/atomjoy/laravel/blob/main/doc/notifications.md