anisaronno/multipurpose-admin-panel-boilerplate

Application with laravel-10, vue-3, vite -4 , inertia 1, typescript, tailwind-3
158 31
Install
composer require anisaronno/multipurpose-admin-panel-boilerplate
Latest Version:0.2.0
PHP:^8.1.0
License:MIT
Last Updated:Jan 30, 2024
Links: GitHub  ·  Packagist
Maintainer: anisAronno

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.

License

The application is open-sourced software licensed under the MIT license.

Related Packages

reyptr27/laravel-jetstream-inertia-ui

Custom UI for laravel jetstream (inertia stack)

14 1
titasgailius/laravel-moonlight

An elegant Laravel scaffolding for your next single-page application.

6,574 142
koamishin/koamistarterkit

KoamiStarterKit - A modern Laravel 13 starter kit with Vue 3, Inertia.js, Tailwi...

17 5