https://github.com/sahapranta/laravel-bootstrap-sb-admin2
Laravel 6 Bootstrap SB Admin 2 with PWA workbox [Open Source]
https://github.com/sahapranta/laravel-bootstrap-sb-admin2
admin-dashboard bootstrap4 laravel laravel6 php pwa service-worker workbox-webpack-plugin
Last synced: about 2 months ago
JSON representation
Laravel 6 Bootstrap SB Admin 2 with PWA workbox [Open Source]
- Host: GitHub
- URL: https://github.com/sahapranta/laravel-bootstrap-sb-admin2
- Owner: sahapranta
- License: gpl-3.0
- Created: 2019-09-20T03:30:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T22:06:57.000Z (11 months ago)
- Last Synced: 2025-01-29T14:34:45.669Z (4 months ago)
- Topics: admin-dashboard, bootstrap4, laravel, laravel6, php, pwa, service-worker, workbox-webpack-plugin
- Language: PHP
- Homepage:
- Size: 2.01 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## About
This is a open source project for laravel developer. Laravel 6 with Bootstrap SB Admin 2 with added workbox-webpack-plugin added with laravel mix. You can download and start using on your own.- Clone the repository
- Create .env file coping .env.example
- Run `php artisan key:generate`
- Run `php artisan serve` and view from [localhost:8000](http://127.0.0.1:8000)
- If you would like to edit then run `npm install && npm run watch`.
- Edit from `resources` folder and edit app.js | app.css | bootstrap.js
- If you want to edit service worker configuration the edit sw.js and chage generateSW or injectManifest#### Feel Free to PR
## Todo
- [x] Add Workbox webpack plugin
- [ ] Add All Other Pages
- [ ] Use npm for datatable, chartjs etc.
- [ ] Configure PWA with better service worker strategy and webapp manifest.## License
This Repo is open-source licensed under the [GNU license](https://raw.githubusercontent.com/sahapranta/laravel-bootstrap-sb-admin2/master/LICENSE).