{"id":25513197,"url":"https://github.com/ipimpat/bootstream","last_synced_at":"2025-07-07T08:09:29.091Z","repository":{"id":65115074,"uuid":"582158918","full_name":"ipimpat/bootstream","owner":"ipimpat","description":"A Laravel 9 and 10 package that replaces Laravel Jetstream's TailwindCSS based Inertia stack with a Bootstrap 5.2 based Inertia stack","archived":false,"fork":false,"pushed_at":"2023-05-22T18:06:20.000Z","size":74,"stargazers_count":24,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-07T08:04:51.716Z","etag":null,"topics":["bootstrap5","inertiajs","laravel","php"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ipimpat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-25T23:12:53.000Z","updated_at":"2025-03-07T15:37:35.000Z","dependencies_parsed_at":"2024-11-21T03:33:46.042Z","dependency_job_id":null,"html_url":"https://github.com/ipimpat/bootstream","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"e7b2fb9578d958bae2b6846b96c804f55e034a46"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ipimpat/bootstream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipimpat%2Fbootstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipimpat%2Fbootstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipimpat%2Fbootstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipimpat%2Fbootstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ipimpat","download_url":"https://codeload.github.com/ipimpat/bootstream/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ipimpat%2Fbootstream/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264040939,"owners_count":23548070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap5","inertiajs","laravel","php"],"created_at":"2025-02-19T11:18:40.700Z","updated_at":"2025-07-07T08:09:29.040Z","avatar_url":"https://github.com/ipimpat.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bootstream\n\n[![Latest Stable Version](https://poser.pugx.org/ipimpat/bootstream/v)](https://packagist.org/packages/ipimpat/bootstream)\n[![Total Downloads](https://poser.pugx.org/ipimpat/bootstream/downloads)](https://packagist.org/packages/ipimpat/bootstream)\n[![License](https://poser.pugx.org/ipimpat/bootstream/license)](https://packagist.org/packages/ipimpat/bootstream)\n\n## Description\n\nBootstream is a package for Laravel 9 and 10 that replaces Laravel Jetstream's TailwindCSS based Inertia stack with a Bootstrap 5.2 based Inertia stack.\n\n## Table of Content\n\n  * [Installation](#installation)\n    + [Install Jetstream with Inertia](#install-jetstream-with-inertia)\n    + [Install Bootstream](#install-bootstream)\n    + [Finalizing the Installation](#finalizing-the-installation)\n  * [Testing](#testing)\n  * [License](#license)\n\n## Installation\n\nThis package only supports Jetstream with [Inertia](https://jetstream.laravel.com/2.x/stacks/inertia.html).\n\n\u003e It is important you install and configure [Laravel Jetstream](https://github.com/laravel/jetstream) with the Inertia stack before performing the installation.\n\nYou are highly encouraged to read through the entire documentation of [Jetstream](https://jetstream.laravel.com)\nbefore beginning your Bootstream project.\n\n### Install Jetstream with Inertia\n\nYou may use Composer to install Jetstream into your new Laravel project:\n\n```bash\ncomposer require laravel/jetstream\n```\n\nAfter installing the Jetstream package, you may use the `jetstream:install` command to install Jetstream With Inertia:\n\n```bash\nphp artisan jetstream:install inertia\n\nphp artisan jetstream:install inertia --teams\n```\n\n### Install Bootstream\n\nYou may use Composer to install Bootstream into your new Laravel project as dev dependency:\n\n```bash\ncomposer require ipimpat/bootstream --dev\n```\n\nThe Bootstream install command are very similar to that of Jetstream.\n\nIn addition, you may use the `--teams` switch to install team assets just like you would in Jetstream:\n\n```bash\nphp artisan bootstream:install\n\nphp artisan bootstream:install --teams\n```\n\n### Finalizing the Installation\n\nAfter installing Bootstream, install and build your NPM dependencies:\n\n```\nnpm install\nnpm run build\nphp artisan migrate\n```\n\n## Testing\n\nRun the tests with:\n\n```bash\nvendor/bin/phpunit\n```\n\nor\n\n```bash\ncomposer tests\n```\n\n## Credit\n\n - [Jetstrap](https://github.com/nascent-africa/jetstrap)\n - [Laravel Jetstream](https://jetstream.laravel.com)\n\n## License\n\nBootstream is open-sourced software licensed under the [MIT license](https://github.com/ipimpat/bootstream/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipimpat%2Fbootstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipimpat%2Fbootstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipimpat%2Fbootstream/lists"}