Download the PHP package anisaronno/multipurpose-admin-panel-boilerplate without Composer
On this page you can find all versions of the php package anisaronno/multipurpose-admin-panel-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download anisaronno/multipurpose-admin-panel-boilerplate
More information about anisaronno/multipurpose-admin-panel-boilerplate
Files in anisaronno/multipurpose-admin-panel-boilerplate
Package multipurpose-admin-panel-boilerplate
Short Description Application with laravel-10, vue-3, vite -4 , inertia 1, typescript, tailwind-3
License MIT
Informations about the package multipurpose-admin-panel-boilerplate
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
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
Or
Run command for development
for frontend build
for ssr
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.
All versions of multipurpose-admin-panel-boilerplate with dependencies
anisaronno/laravel-media-helper Version ^0.1.0
guzzlehttp/guzzle Version ^7.2
inertiajs/inertia-laravel Version ^0.6.3
joedixon/laravel-translation Version ^2.2
laravel/framework Version ^10.0
laravel/sanctum Version ^3.2
laravel/socialite Version ^5.5
laravel/tinker Version ^2.7
opcodesio/log-viewer Version ^1.8
predis/predis Version ^2.0
spatie/laravel-activitylog Version ^4.7
spatie/laravel-permission Version ^5.7
stevebauman/location Version ^6.6
tightenco/ziggy Version ^1.0