# Podstawy Laravel (Laravel) > Struktura projektu, artisan, routing, controllers, views, szablony Blade, service container - 20 pytań z rozmów - Junior - [Pytania z rozmów: Laravel](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne.md) ## 1. Czym jest Artisan w Laravel? **Odpowiedź** Artisan to wbudowany w Laravel interfejs wiersza poleceń. Automatyzuje wiele powtarzalnych zadań, takich jak tworzenie controllers, models, migrations i innych komponentów. Ten interfejs usprawnia programowanie, udostępniając gotowe do użycia polecenia oraz możliwość tworzenia własnych poleceń. ## 2. Który folder zawiera pliki tras w aplikacji Laravel? **Odpowiedź** Folder routes znajdujący się w katalogu głównym projektu zawiera wszystkie pliki definicji tras. Domyślnie Laravel zawiera web.php dla tras webowych z sessions i CSRF, api.php dla bezstanowych tras API, console.php dla poleceń Artisan oraz channels.php dla kanałów rozgłaszania w czasie rzeczywistym. ## 3. Które polecenie Artisan wyświetla wszystkie zdefiniowane routes? **Odpowiedź** Polecenie php artisan route:list wyświetla zbiorczą tabelę wszystkich routes zarejestrowanych w aplikacji. Tabela ta zawiera metody HTTP, URI, nazwy routes, powiązane akcje oraz zastosowane middlewares. To polecenie jest niezbędne do debugowania i weryfikacji konfiguracji routingu. ## Jeszcze 17 dostępnych pytań - Gdzie domyślnie znajdują się widoki Blade w projekcie Laravel? - Jakie rozszerzenie pliku jest używane dla szablonów Blade? Zarejestruj się za darmo: https://sharpskill.dev/pl/login ## Inne tematy rekrutacyjne Laravel - [Podstawy PHP](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/php-basics.md): 25 pytań, Junior - [Podstawy programowania obiektowego w PHP](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/php-oop-essentials.md): 20 pytań, Junior - [Composer & Autoloading](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/composer-autoloading.md): 18 pytań, Junior - [Routing w Laravel](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/laravel-routing.md): 20 pytań, Junior - [Blade Templates](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/blade-templates.md): 18 pytań, Junior - [Request & Response](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/request-response.md): 20 pytań, Junior - [Podstawy Eloquent ORM](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/eloquent-orm-basics.md): 22 pytań, Junior - [Eloquent Relationships](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/eloquent-relationships.md): 25 pytań, Mid-Level - [Migrations & Schema Builder](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/database-migrations.md): 20 pytań, Mid-Level - [Walidacja i formularze](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/validation-forms.md): 22 pytań, Mid-Level - [Uwierzytelnianie](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/authentication.md): 20 pytań, Mid-Level - [Autoryzacja i Policies](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/authorization-policies.md): 18 pytań, Mid-Level - [API Resources & Authentication](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/api-resources-authentication.md): 26 pytań, Mid-Level - [Middleware](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/middleware.md): 18 pytań, Mid-Level - [Service Container & DI](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/service-container-di.md): 20 pytań, Mid-Level - [Queues & Jobs](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/queues-jobs.md): 22 pytań, Mid-Level - [Events & Listeners](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/events-listeners.md): 18 pytań, Mid-Level - [Powiadomienia & Mail](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/notifications-mail.md): 20 pytań, Mid-Level - [File Storage](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/file-storage.md): 18 pytań, Mid-Level - [Testing & PHPUnit](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/testing-phpunit.md): 24 pytań, Mid-Level - [Caching](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/caching.md): 18 pytań, Mid-Level - [Livewire & Inertia](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/livewire-inertia.md): 20 pytań, Mid-Level - [Eloquent Advanced](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/eloquent-advanced.md): 24 pytań, Senior - [Repository Pattern](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/repository-pattern.md): 20 pytań, Senior - [Laravel Packages](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/laravel-packages.md): 20 pytań, Senior - [Performance Optimization](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/performance-optimization.md): 22 pytań, Senior - [Security Best Practices](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/security-best-practices.md): 22 pytań, Senior - [Laravel Octane](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/laravel-octane.md): 18 pytań, Senior - [Laravel Distributed Systems](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/laravel-distributed-systems.md): 22 pytań, Senior - [Observability & Monitoring](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/observability-monitoring.md): 20 pytań, Senior - [Deployment & DevOps](https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/deployment-devops.md): 20 pytań, Senior --- Source: SharpSkill (https://sharpskill.dev), tech interview preparation for your real stack. HTML version of this page: https://sharpskill.dev/pl/technologies/laravel/pytania-rekrutacyjne/laravel-fundamentals