Test-Laravel-Routes
No description available.
파일 탐색기
최종 버전 다운로드 (.zip)- laravel.yml
- Kernel.php
- Handler.php
- DashboardController.php
- StatsController.php
- TaskController.php
- AuthenticatedSessionController.php
- ConfirmablePasswordController.php
- EmailVerificationNotificationController.php
- EmailVerificationPromptController.php
- NewPasswordController.php
- PasswordResetLinkController.php
- RegisteredUserController.php
- VerifyEmailController.php
- Controller.php
- DashboardController.php
- HomeController.php
- TaskController.php
- UserController.php
- Authenticate.php
- EncryptCookies.php
- IsAdminMiddleware.php
- PreventRequestsDuringMaintenance.php
- RedirectIfAuthenticated.php
- TrimStrings.php
- TrustHosts.php
- TrustProxies.php
- VerifyCsrfToken.php
- LoginRequest.php
- Kernel.php
- Task.php
- User.php
- AppServiceProvider.php
- AuthServiceProvider.php
- BroadcastServiceProvider.php
- EventServiceProvider.php
- RouteServiceProvider.php
- AppLayout.php
- GuestLayout.php
- .gitignore
- app.php
- app.php
- auth.php
- broadcasting.php
- cache.php
- cors.php
- database.php
- filesystems.php
- hashing.php
- logging.php
- mail.php
- queue.php
- sanctum.php
- services.php
- session.php
- view.php
- TaskFactory.php
- UserFactory.php
- 2014_10_12_000000_create_users_table.php
- 2014_10_12_100000_create_password_resets_table.php
- 2019_08_19_000000_create_failed_jobs_table.php
- 2019_12_14_000001_create_personal_access_tokens_table.php
- 2021_10_16_152058_create_tasks_table.php
- DatabaseSeeder.php
- .gitignore
- app.css
- app.js
- .htaccess
- favicon.ico
- index.php
- mix-manifest.json
- robots.txt
- web.config
- app.css
- app.js
- bootstrap.js
- auth.php
- pagination.php
- passwords.php
- validation.php
- dashboard.blade.php
- stats.blade.php
- confirm-password.blade.php
- forgot-password.blade.php
- login.blade.php
- register.blade.php
- reset-password.blade.php
- verify-email.blade.php
- application-logo.blade.php
- auth-card.blade.php
- auth-session-status.blade.php
- auth-validation-errors.blade.php
- button.blade.php
- dropdown-link.blade.php
- dropdown.blade.php
- input.blade.php
- label.blade.php
- nav-link.blade.php
- responsive-nav-link.blade.php
- app.blade.php
- guest.blade.php
- navigation.blade.php
- about.blade.php
- create.blade.php
- edit.blade.php
- index.blade.php
- notfound.blade.php
- show.blade.php
- dashboard.blade.php
- welcome.blade.php
- api.php
- auth.php
- channels.php
- console.php
- web.php
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- .gitignore
- RoutesTest.php
- CreatesApplication.php
- TestCase.php
- .editorconfig
- .env.example
- .gitattributes
- .gitignore
- .styleci.yml
- artisan
- composer.json
- composer.lock
- package-lock.json
- package.json
- phpunit.xml
- README.md
- server.php
- tailwind.config.js
- webpack.mix.js
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/LaravelDaily/Test-Laravel-Routes
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Test-Laravel-Routes
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
