This project is an initial template for building applications. Built using using laravel 10, inertia, vue 3 and Sakai admin template.
- Reusable Component base on Primevue
- SPA (Single Page Application)
- Role Based Access Control
- Responsive Design
- Modal Form
- Light/Dark Mode
- Toast Notification
- Datatable Serverside
- PHP 8.2
- Composer
- Node.js 18 or Above
- Mysql / Postgree SQL
git clone https://github.com/slametriky/laravel-sakai.git
cd laravel-sakai
composer install
npm install
cp .env.example .env
php artisan key:generate
SETTING UP DB CONNECTION IN .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=sakai
DB_USERNAME=root
DB_PASSWORD=
php artisan migrate:fresh --seed
START THE SERVER
npm run dev
php artisan serve
email : [email protected]
password : superadmin
email : [email protected]
password : admin
email : [email protected]
password : operator
If you find some bug please create the issue or contact me on gmail: [email protected]