perpustakaan

    Aplikasi Perpustakaan berbasis PHP Laravel, TailwindCSS & PostgreSQL

    Language: php

    Author: Ryder Abraham (@ryder.abraham)

    14 stars · 268 views

    Files

    • routes (txt)
    • web.php (php)
    • api.php (php)
    • channels.php (php)
    • console.php (php)
    • README.md (md)
    • bootstrap (txt)
    • app.php (php)
    • cache (txt)
    • app (txt)
    • User.php (php)
    • Models (txt)
    • Publisher.php (php)
    • Book.php (php)
    • Category.php (php)
    • Author.php (php)
    • Classroom.php (php)
    • Borrowing.php (php)
    • Student.php (php)
    • View (txt)
    • Components (txt)
    • Navbar.php (php)
    • Sidebar.php (php)
    • Mobilesidebar.php (php)
    • Breadcrumb.php (php)
    • Console (txt)
    • Kernel.php (php)
    • Commands (txt)
    • FreshDatabase.php (php)
    • Http (txt)
    • Middleware (txt)
    • checkRole.php (php)
    • VerifyCsrfToken.php (php)
    • TrustHosts.php (php)
    • TrustProxies.php (php)
    • EncryptCookies.php (php)
    • RedirectIfAuthenticated.php (php)
    • Authenticate.php (php)
    • CheckForMaintenanceMode.php (php)
    • TrimStrings.php (php)
    • Kernel.php (php)
    • Controllers (txt)
    • Controller.php (php)
    • HomeController.php (php)
    • Student (txt)
    • HomeController.php (php)
    • Admin (txt)
    • ReportController.php (php)
    • ClassroomController.php (php)
    • StudentController.php (php)
    • RegisterUserController.php (php)
    • BorrowingController.php (php)
    • AdminController.php (php)
    • Book (txt)
    • CategoryController.php (php)
    • PublisherController.php (php)
    • BookController.php (php)
    • AuthorController.php (php)
    • PasswordController.php (php)
    • Auth (txt)
    • VerificationController.php (php)
    • LoginController.php (php)
    • RegisterController.php (php)
    • ResetPasswordController.php (php)
    • ConfirmPasswordController.php (php)
    • ForgotPasswordController.php (php)
    • Requests (txt)
    • PublisherRequest (txt)
    • StoreRequest.php (php)
    • UpdateRequest.php (php)
    • ClassroomRequest (txt)
    • StoreRequest.php (php)
    • UpdateRequest.php (php)
    • CategoryRequest (txt)
    • StoreRequest.php (php)
    • UpdateRequest.php (php)
    • BookRequest (txt)
    • StoreRequest.php (php)
    • UpdateRequest.php (php)
    • BorrowingRequest (txt)
    • StoreRequest.php (php)
    • StudentRequest (txt)
    • StoreRequest.php (php)
    • UpdateRequest.php (php)
    • RegisterRequest (txt)
    • StoreRequest.php (php)
    • AuthorRequest (txt)
    • StoreRequest.php (php)
    • UpdateRequest.php (php)
    • Exceptions (txt)
    • Handler.php (php)
    • Providers (txt)
    • EventServiceProvider.php (php)
    • BroadcastServiceProvider.php (php)
    • AuthServiceProvider.php (php)
    • RouteServiceProvider.php (php)
    • AppServiceProvider.php (php)
    • .styleci.yml (yml)
    • resources (txt)
    • views (txt)
    • auth (txt)
    • passwords (txt)
    • confirm.blade.php (php)
    • reset.blade.php (php)
    • email.blade.php (php)
    • login.blade.php (php)
    • verify.blade.php (php)
    • register.blade.php (php)
    • siswa (txt)
    • index.blade.php (php)
    • detail.blade.php (php)
    • layouts (txt)
    • partials (txt)
    • footer.blade.php (php)
    • navbar.blade.php (php)
    • siswa.blade.php (php)
    • app.blade.php (php)
    • alert (txt)
    • delete.blade.php (php)
    • admin (txt)
    • denda (txt)
    • index.blade.php (php)
    • pengguna (txt)
    • password (txt)
    • edit.blade.php (php)
    • index.blade.php (php)
    • create.blade.php (php)
    • siswa (txt)
    • edit.blade.php (php)
    • index.blade.php (php)
    • create.blade.php (php)
    • buku (txt)
    • edit.blade.php (php)
    • index.blade.php (php)
    • create.blade.php (php)
    • pengarang (txt)
    • edit.blade.php (php)
    • index.blade.php (php)
    • create.blade.php (php)
    • kategori (txt)
    • edit.blade.php (php)
    • index.blade.php (php)
    • create.blade.php (php)
    • penerbit (txt)
    • edit.blade.php (php)
    • index.blade.php (php)
    • create.blade.php (php)
    • laporan (txt)
    • peminjaman (txt)
    • index.blade.php (php)
    • generate-pdf.blade.php (php)
    • kelas (txt)
    • edit.blade.php (php)
    • index.blade.php (php)
    • create.blade.php (php)
    • peminjaman (txt)
    • edit.blade.php (php)
    • index.blade.php (php)
    • create.blade.php (php)
    • dashboard.blade.php (php)
    • components (txt)
    • navbar.blade.php (php)
    • mobilesidebar.blade.php (php)
    • breadcrumb.blade.php (php)
    • sidebar.blade.php (php)
    • js (txt)
    • bootstrap.js (js)
    • app.js (js)
    • components (txt)
    • ExampleComponent.vue (vue)
    • lang (txt)
    • en (txt)
    • passwords.php (php)
    • validation.php (php)
    • pagination.php (php)
    • auth.php (php)
    • sass (txt)
    • app.scss (scss)
    • _variables.scss (scss)
    • package.json (json)
    • database (txt)
    • factories (txt)
    • UserFactory.php (php)
    • seeds (txt)
    • StudentSeeder.php (php)
    • UserSeeder.php (php)
    • PublisherBookSeeder.php (php)
    • DatabaseSeeder.php (php)
    • CategoryBookSeeder.php (php)
    • ClassSeeder.php (php)
    • AuthorBookSeeder.php (php)
    • migrations (txt)
    • 2020_12_26_034330_create_classrooms_table.php (php)
    • 2020_12_28_075630_create_publishers_table.php (php)
    • 2021_01_14_042609_create_borrowings_table.php (php)
    • 2020_12_28_075559_create_categories_table.php (php)
    • 2020_12_25_141752_create_students_table.php (php)
    • 2014_10_12_000000_create_users_table.php (php)
    • 2014_10_12_100000_create_password_resets_table.php (php)
    • 2020_12_28_070739_create_books_table.php (php)
    • 2019_08_19_000000_create_failed_jobs_table.php (php)
    • 2020_12_28_075609_create_authors_table.php (php)
    • .github (github)
    • FUNDING.yml (yml)
    • storage (txt)
    • app (txt)
    • public (txt)
    • framework (txt)
    • sessions (txt)
    • views (txt)
    • testing (txt)
    • cache (txt)
    • data (txt)
    • logs (txt)
    • tests (txt)
    • TestCase.php (php)
    • CreatesApplication.php (php)
    • Feature (txt)
    • ExampleTest.php (php)
    • Unit (txt)
    • ExampleTest.php (php)
    • server.php (php)
    • composer.json (json)
    • config (txt)
    • app.php (php)
    • services.php (php)
    • sweetalert.php (php)
    • session.php (php)
    • database.php (php)
    • queue.php (php)
    • filesystems.php (php)
    • mail.php (php)
    • view.php (php)
    • cors.php (php)
    • auth.php (php)
    • cache.php (php)
    • logging.php (php)
    • hashing.php (php)
    • broadcasting.php (php)
    • public (txt)
    • robots.txt (txt)
    • js (txt)
    • jquery.min.js (js)
    • assets (txt)
    • img (txt)
    • user.png (image)
    • reading.png (image)
    • js (txt)
    • charts-pie.js (js)
    • charts-bars.js (js)
    • charts-lines.js (js)
    • focus-trap.js (js)
    • init-alpine.js (js)
    • css (txt)
    • tailwind.output.css (css)
    • tailwind.css (css)
    • package.json (json)
    • tailwind.config.js (js)
    • boots (txt)
    • bootstrap.min.js (js)
    • postcss.config.js (js)
    • logo (txt)
    • wa.svg (image)
    • ig.svg (image)
    • logoweb.png (image)
    • fb.svg (image)
    • css (txt)
    • fontawesome.css (css)
    • index.css (css)
    • index.php (php)
    • mix-manifest.json (json)
    • webpack.mix.js (js)
    • ATTRIBUTION.md (markdown)

    Loading code snippet…