{"id":15572967,"url":"https://github.com/alokvishu/jetstrap","last_synced_at":"2026-05-01T01:31:08.122Z","repository":{"id":56946137,"uuid":"402437553","full_name":"alokVishu/jetstrap","owner":"alokVishu","description":"swapping laravel/jetstream's scaffolding for Bootstrap 5.","archived":false,"fork":false,"pushed_at":"2021-09-07T08:27:10.000Z","size":1267,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T19:12:39.969Z","etag":null,"topics":["bootstrap5","jetstream","laravel"],"latest_commit_sha":null,"homepage":"","language":"Blade","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/alokVishu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-02T13:49:00.000Z","updated_at":"2021-09-07T08:27:13.000Z","dependencies_parsed_at":"2022-08-21T07:20:32.486Z","dependency_job_id":null,"html_url":"https://github.com/alokVishu/jetstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alokVishu%2Fjetstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alokVishu%2Fjetstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alokVishu%2Fjetstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alokVishu%2Fjetstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alokVishu","download_url":"https://codeload.github.com/alokVishu/jetstrap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246149898,"owners_count":20731405,"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","jetstream","laravel"],"created_at":"2024-10-02T18:09:07.081Z","updated_at":"2026-05-01T01:31:08.063Z","avatar_url":"https://github.com/alokVishu.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vuexy Jetstrap\n\n[![Latest Stable Version](https://poser.pugx.org/pixinvent/jetstrap-vuexy/v)](//packagist.org/packages/pixinvent/jetstrap-vuexy)\n\n[![Total Downloads](https://poser.pugx.org/pixinvent/jetstrap-vuexy/downloads)](//packagist.org/packages/pixinvent/jetstrap-vuexy)\n\n[![License](https://poser.pugx.org/pixinvent/jetstrap-vuexy/license)](//packagist.org/packages/pixinvent/jetstrap-vuexy)\n\n##### Specially customized Laravel jetstream's scaffolding for [Vuexy-html-laravel-template](https://themeforest.net/item/vuexy-vuejs-html-laravel-admin-dashboard-template/23328599). It does not work with another project\n\n## Description\n\nLaravel Jetstream is designed using Tailwind CSS and offers your choice of Livewire or Inertia scaffolding. We have remove the Tailwind css dependency and modify the Livewire scaffolding as per our template theme. __Please note we have not provided Inertia scaffolding yet__.\n\nVuexy Jetstrap is a lightweight laravel 8 package that focuses on the `VIEW` side of [Jetstream](https://github.com/laravel/jetstream) package installed in your Laravel application, so when a swap is performed, the `Action`, `MODEL`, `CONTROLLER`, `Component` and `Action` classes of your project is still 100% handled by Laravel development team with no added layer of complexity.\n\n## Table of Content\n\n* [Installation](#installation)\n\n* [Installing Jetstream](#installing-jetstream)\n\n* [Install Jetstream With Livewire](#install-jetstream-with-livewire)\n\n* [Install Jetstrap](#install-jetstrap)\n\n* [Finalizing The Installation](#finalizing-the-installation)\n\n* [Extras](#extras)\n\n* [Pagination](#pagination)\n  \n* [License](#license)\n\n## Installation\n\n### Installing Jetstream\n\nYou may use Composer to install Jetstream into your new Laravel project:\n\n```\ncomposer require laravel/jetstream\n\n```\n\nIf you choose to install Jetstream through Composer, you should run the jetstream:install Artisan command. This command accepts the name of the stack you prefer (livewire). You are highly encouraged to read through the entire documentation of Livewire before beginning your Jetstream project. In addition, you may use the __--teams__ switch to enable team support:\n\n#### Install Jetstream With Livewire\n\n```bash\n\nphp artisan jetstream:install livewire\n\nor\n\nphp artisan jetstream:install livewire --teams\n\n```\n\n### Install Jetstrap\n\nUse Composer to install Jetstrap into your new Laravel project as dev dependency:\n\n```\n\ncomposer require Pixinvent/jetstrap-vuexy --dev\n \n\n```\n\nRegardless how you install Jetstream, Jetstrap commands are very similar to that\n\nof Jetstream as it accepts the name of the stack you would like to swap (livewire).\n\n\u003e It is important you install and configure [Laravel Jetstream](https://github.com/laravel/jetstream) before performing a swap.\n\nYou are highly encouraged to read through the entire documentation of [Jetstream](https://jetstream.laravel.com/1.x/introduction.html)\n\nbefore beginning your Jetstrap project. In addition, you may use the `--teams` switch to swap team assets just like you would in Jetstream:\n\n```bash\n\nphp artisan jetstrap_vuexy:swap livewire\n\n\nor\n\n\n\nphp artisan jetstrap_vuexy:swap livewire --teams\n\n```\n\nThis will publish overrides to enable Bootstrap like the good old days!\n\n### Finalizing The Installation\n\nAfter installing Jetstrap and swapping Jetstream resources, remove tailwindCSS and its dependencies if any from your package.json and then install and build your NPM dependencies and migrate your database:\n\n```\n\nnpm install \u0026\u0026 npm run mix\n  \n\nyarn \u0026\u0026 yarn mix\n\n\nphp artisan migrate\n\n```\n\n### Extras\n\n#### Pagination\n\nIt is also important to point out that Laravel 8 still includes pagination views built using Bootstrap CSS. To use these views instead of the default Tailwind views, you may call the paginator's useBootstrap method within your AppServiceProvider:\n\n```php\n\n  \n\n\u003c?php\n\n\nnamespace  App\\Providers;\n\nuse Illuminate\\Support\\ServiceProvider;\nuse Illuminate\\Pagination\\Paginator;\n\nclass  AppServiceProvider  extends  ServiceProvider\n{\n\n/**\n* Register any application services.\n*\n* @return  void\n*/\n\npublic  function  register()\n{\n\n//\n  \n}\n\n/**\n* Bootstrap any application services.\n* @return  void\n*/\n\npublic  function  boot()\n{\n\nPaginator::useBootstrap();\n\n}\n\n}\n\n```\n\n## License\n\nJetstrap is open-sourced software licensed under the [MIT license](https://github.com/pixinvent/jetstrap-vuexy/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falokvishu%2Fjetstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falokvishu%2Fjetstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falokvishu%2Fjetstrap/lists"}