anisaronno / multipurpose-admin-panel-boilerplate
Application with laravel-10, vue-3, vite -4 , inertia 1, typescript, tailwind-3
Installs: 144
Dependents: 0
Suggesters: 0
Security: 0
Stars: 30
Watchers: 1
Forks: 4
Open Issues: 0
Type:project
Requires
- php: ^8.1.0
- anisaronno/laravel-media-helper: ^0.1.0
- guzzlehttp/guzzle: ^7.2
- inertiajs/inertia-laravel: ^0.6.3
- joedixon/laravel-translation: ^2.2
- laravel/framework: ^10.0
- laravel/sanctum: ^3.2
- laravel/socialite: ^5.5
- laravel/tinker: ^2.7
- opcodesio/log-viewer: ^1.8
- predis/predis: ^2.0
- spatie/laravel-activitylog: ^4.7
- spatie/laravel-permission: ^5.7
- stevebauman/location: ^6.6
- tightenco/ziggy: ^1.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.7
- fakerphp/faker: ^1.9.1
- laravel/breeze: ^1.19.1
- laravel/pint: ^1.4
- laravel/sail: ^1.0.1
- laravel/telescope: ^4.10
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.0
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2025-03-01 00:39:46 UTC
README
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.
License
The application is open-sourced software licensed under the MIT license.