bike-app
[2023] Multi-panel bike repair management app built with Laravel Filament v3.2. Supports multi-tenancy for employees working across multiple locations.
파일 탐색기
- DeleteUnlinkedVehicleImages.php
- DispatchCacheJob.php
- Kernel.php
- AppointmentStatus.php
- BikeType.php
- DaysOfTheWeek.php
- LoanBikeStatus.php
- UserRoles.php
- Handler.php
- LoanBikeExporter.php
- LoanBikeImporter.php
- UserImporter.php
- Dashboard.php
- Faq.php
- ListActivities.php
- ViewActivity.php
- CancelAppointmentAction.php
- CompleteAppointmentAction.php
- CreateAppointment.php
- EditAppointment.php
- ListAppointments.php
- ViewAppointment.php
- NotesRelationManager.php
- CreateCustomerBike.php
- EditCustomerBike.php
- ListCustomerBikes.php
- CreateInventoryItem.php
- EditInventoryItem.php
- ListInventoryItems.php
- CreateLoanBike.php
- EditLoanBike.php
- ListLoanBikes.php
- CreateSchedule.php
- EditSchedule.php
- ListSchedules.php
- CreateServicePoint.php
- EditServicePoint.php
- ListServicePoints.php
- ViewServicePoint.php
- InventoryItemsRelationManager.php
- LoanBikesRelationManager.php
- MechanicsRelationManager.php
- CreateUser.php
- EditUser.php
- ListUsers.php
- ViewUser.php
- ActivityResource.php
- AppointmentResource.php
- CustomerBikeResource.php
- InventoryItemResource.php
- LoanBikeResource.php
- ScheduleResource.php
- ServicePointResource.php
- UserResource.php
- AnotherStat.php
- NewCustomersStat.php
- AppointmentsChart.php
- DashboardStats.php
- NewestAppointments.php
- NewPlatformUsersThisYear.php
- UsersAccountWidget.php
- Contact.php
- Faq.php
- CreateAppointment.php
- EditAppointment.php
- ListAppointments.php
- LogsRelationManager.php
- NotesRelationManager.php
- CreateCustomerBike.php
- EditCustomerBike.php
- ListCustomerBikes.php
- CreateLoanBike.php
- EditLoanBike.php
- ListLoanBikes.php
- CreateSchedule.php
- EditSchedule.php
- ListSchedules.php
- AppointmentResource.php
- CustomerBikeResource.php
- LoanBikeResource.php
- ScheduleResource.php
- StatsOverviewWidget.php
- Register.php
- CreateCustomerBike.php
- EditCustomerBike.php
- ListCustomerBikes.php
- CustomerBikeResource.php
- Controller.php
- ApplyTenantScopes.php
- AssignGlobalScopes.php
- Authenticate.php
- EncryptCookies.php
- PreventRequestsDuringMaintenance.php
- RedirectIfAuthenticated.php
- TrimStrings.php
- TrustHosts.php
- TrustProxies.php
- ValidateSignature.php
- VerifyCsrfToken.php
- Kernel.php
- OptimizeAndCacheApp.php
- Appointment.php
- CustomerBike.php
- InventoryItem.php
- LoanBike.php
- LogEntry.php
- Note.php
- Role.php
- Schedule.php
- ServicePoint.php
- Slot.php
- User.php
- AppointmentObserver.php
- ActivityPolicy.php
- ServicePointPolicy.php
- UserPolicy.php
- AdminPanelProvider.php
- MechanicPanelProvider.php
- OwnerPanelProvider.php
- AppServiceProvider.php
- AuthServiceProvider.php
- BroadcastServiceProvider.php
- EventServiceProvider.php
- RouteServiceProvider.php
- TelescopeServiceProvider.php
- AppointmentLogService.php
- SlotService.php
- TranslationUtils.php
- .gitignore
- app.php
- app.php
- auth.php
- blade-icons.php
- broadcasting.php
- cache.php
- cors.php
- database.php
- filament-logger.php
- filament-tour.php
- filament.php
- filesystems.php
- hashing.php
- logging.php
- mail.php
- queue.php
- sanctum.php
- services.php
- session.php
- telescope.php
- themes.php
- view.php
- CustomerBikeFactory.php
- RoleFactory.php
- ServicePointFactory.php
- UserFactory.php
- 2010_12_18_204933_create_roles_table.php
- 2014_10_12_000000_create_users_table.php
- 2014_10_12_100000_create_password_reset_tokens_table.php
- 2015_12_18_210309_create_slots_table.php
- 2019_08_19_000000_create_failed_jobs_table.php
- 2019_12_14_000001_create_personal_access_tokens_table.php
- 2023_12_18_000518_create_customer_bikes_table.php
- 2023_12_18_000742_create_appointments_table.php
- 2023_12_21_201907_create_schedules_table.php
- 2023_12_22_203330_update_appointments_table_add_date_column.php
- 2023_12_22_210615_update_appointments_table_add_mechanic_id.php
- 2023_12_23_023809_create_service_points_table.php
- 2023_12_23_023829_create_customer_bike_service_point_table.php
- 2023_12_23_023841_create_service_point_user_table.php
- 2023_12_23_024237_update_schedules_table.php
- 2023_12_23_024416_update_appointments_table.php
- 2023_12_24_051503_create_loan_bikes_table.php
- 2023_12_27_181852_update_schedules_table_add_day_of_the_week_column.php
- 2023_12_27_201232_update_appointments_table_add_loan_bike_id.php
- 2023_12_28_204648_update_schedules_table_remove_date.php
- 2023_12_30_004046_update_users_table_add_avatar_url.php
- 2024_01_02_110536_add_themes_settings_to_users_table.php
- 2024_01_04_055241_create_notes_table.php
- 2024_01_04_080009_create_logs_table.php
- 2024_01_05_001642_create_activity_log_table.php
- 2024_01_05_001643_add_event_column_to_activity_log_table.php
- 2024_01_05_001644_add_batch_uuid_column_to_activity_log_table.php
- 2024_01_08_051443_create_notifications_table.php
- 2024_01_26_181940_create_job_batches_table.php
- 2024_01_26_181942_create_imports_table.php
- 2024_01_26_181943_create_exports_table.php
- 2024_01_26_181944_create_failed_import_rows_table.php
- 2024_01_26_183558_add_default_type_for_loan_bikes.php
- 2024_01_29_224009_create_inventory_table.php
- CustomerBikeSeeder.php
- DatabaseSeeder.php
- RoleSeeder.php
- ServicePointSeeder.php
- UserSeeder.php
- .gitignore
- theme.css
- app.css
- forms.css
- support.css
- default.css
- dracula.css
- nord.css
- sunset.css
- filament-tour-styles.css
- logo.svg
- app.js
- echo.js
- color-picker.js
- date-time-picker.js
- file-upload.js
- key-value.js
- markdown-editor.js
- rich-editor.js
- select.js
- tags-input.js
- textarea.js
- notifications.js
- async-alpine.js
- support.js
- table.js
- chart.js
- chart.js
- filament-tour-scripts.js
- logo.svg
- app-dark.css
- app.css
- app.js
- favicon.ico
- mix-manifest.json
- .gitkeep
- default.css
- dracula.css
- nord.css
- sunset.css
- .htaccess
- favicon.ico
- index.php
- robots.txt
- theme.css
- app.js
- bootstrap.js
- activity-log-fields.php
- admin-export.php
- admin-import.php
- admin-panel.php
- biketype.php
- faq.php
- filament.php
- loan_bike_status.php
- models.php
- notes.php
- user_roles.php
- activity-log-fields.php
- admin-export.php
- admin-import.php
- admin-panel.php
- biketype.php
- faq.php
- filament.php
- loan_bike_status.php
- models.php
- notes.php
- user_roles.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- filament-logger.php
- actions.php
- bike-svgrepo-com.svg
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- filament-logger.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- actions.php
- query-builder.php
- table.php
- table.php
- table.php
- table.php
- table.php
- table.php
- query-builder.php
- table.php
- table.php
- table.php
- table.php
- query-builder.php
- table.php
- query-builder.php
- table.php
- table.php
- table.php
- query-builder.php
- table.php
- query-builder.php
- table.php
- table.php
- table.php
- table.php
- table.php
- table.php
- table.php
- query-builder.php
- table.php
- query-builder.php
- table.php
- table.php
- table.php
- table.php
- table.php
- query-builder.php
- table.php
- table.php
- table.php
- query-builder.php
- table.php
- query-builder.php
- table.php
- table.php
- table.php
- table.php
- table.php
- query-builder.php
- table.php
- table.php
- table.php
- table.php
- table.php
- table.php
- table.php
- table.php
- table.php
- query-builder.php
- table.php
- table.php
- table.php
- activity-log.svg
- cars.svg
- customer-bike.svg
- day.svg
- loan-bike.svg
- pool-cars.svg
- rent-cars.svg
- service-point.svg
- select-customer-bike-results.blade.php
- test.blade.php
- contact.blade.php
- faq.blade.php
- faq.blade.php
- false.blade.php
- introduction.blade.php
- edit-record-modal.blade.php
- .gitkeep
- kanban-board.blade.php
- kanban-header.blade.php
- kanban-record.blade.php
- kanban-scripts.blade.php
- kanban-status.blade.php
- button.blade.php
- filament-tour-widget.blade.php
- title.blade.php
- .gitkeep
- tenant-menu.blade.php
- themes-footer.blade.php
- themes.blade.php
- .gitkeep
- welcome.blade.php
- api.php
- channels.php
- console.php
- web.php
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- ActivityResourceTest.php
- CustomerBikeResourceTest.php
- LoanBikeResourceTest.php
- UserResourceTest.php
- CreatesApplication.php
- FeatureTestCase.php
- Pest.php
- .editorconfig
- .env.example
- .gitattributes
- .gitignore
- artisan
- composer.json
- composer.lock
- package-lock.json
- package.json
- phpstan.neon
- phpunit.xml
- pint.json
- README.md
- vite.config.js
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
composer
설명 보기 ▼
composer
PHP 프로젝트의 의존성(dependency)을 기반으로 한 매니저 패키지.
더 많은 정보: <https://getcomposer.org/doc/03-cli.md>.
composer init
대화형으로 `composer.json` 파일을 생성:
composer require {{user/package}}
프로젝트의 의존성으로 패키지를 추가하고, `composer.json`에 항목을 추가:
composer install
프로젝트의 `composer.json` 안에 모든 의존성(dependency)를 설치합니다:
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
npm install
설명 보기 ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
php artisan
설명 보기 ▼
php artisan
Laravel's Artisan command-line interface.
php artisan serve
Start PHP's built-in web server for the current Laravel application:
php artisan tinker
Start an interactive PHP command-line interface:
php artisan make:model {{ModelName}} --all
Generate a new Eloquent model class with a migration, factory, and resource controller:
