Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anisaronno/multipurpose-admin-panel-boilerplate
A modern monolithic PWA admin panel boilerplate using Laravel, Vue.js, Vite, Inertia.js, Tailwind CSS, and TypeScript with SSR support.
https://github.com/anisaronno/multipurpose-admin-panel-boilerplate
admin-panel boilerplate dashboard inertia laravel php tailwind tailwindcss typescript vite vue
Last synced: 2 months ago
JSON representation
A modern monolithic PWA admin panel boilerplate using Laravel, Vue.js, Vite, Inertia.js, Tailwind CSS, and TypeScript with SSR support.
- Host: GitHub
- URL: https://github.com/anisaronno/multipurpose-admin-panel-boilerplate
- Owner: anisAronno
- License: mit
- Created: 2022-12-29T08:06:18.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-30T05:49:10.000Z (12 months ago)
- Last Synced: 2024-11-13T01:05:45.708Z (2 months ago)
- Topics: admin-panel, boilerplate, dashboard, inertia, laravel, php, tailwind, tailwindcss, typescript, vite, vue
- Language: PHP
- Homepage: http://admin.anisaronno.me
- Size: 7.66 MB
- Stars: 26
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Modern monolithic pwa Admin Panel boilerplate with ssr
Application with laravel, vue js, vite, inertia js, tailwind css, typescript
# Getting started
## Installation
Install project with composer command
```
composer create-project anisaronno/multipurpose-admin-panel-boilerplate admin-panel
```Switch to the repo folder
cd admin-panel
Run the database migrations (**Set the database connection in .env before migrating**)
php artisan migrate
Run the database seeder (**Do it after migrating your table**)
php artisan db:seed
Run Job
```
php artisan queue:work
```Or
```
php artisan schedule:run
```Run command for development
```
npm run dev
```for frontend build
```
npm run build
```for ssr
```
node bootstrap/ssr/ssr.mjs
```Start the local development server
php artisan serve
You can now access the server at http://localhost:8000
## Contribution Guide
Follow the [Link](https://github.com/anisAronno/multipurpose-admin-panel-boilerplate/blob/develop/CONTRIBUTING.md).
## License
The application is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).