luanardev / lumis
LUANAR IMIS.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- barryvdh/laravel-dompdf: ^2.0
- guzzlehttp/guzzle: ^7.2
- haruncpi/laravel-id-generator: ^1.1
- haruncpi/laravel-user-activity: ^1.0
- joshbrw/laravel-module-installer: ^2.0
- laravel/breeze: ^1.20
- laravel/framework: ^10.0
- laravel/sanctum: ^3.2
- laravel/socialite: ^5.6
- laravel/tinker: ^2.8
- livewire/livewire: ^2.12
- luanardev/adminlte: ^1.2
- luanardev/controlpanel-module: ^1.0
- luanardev/dashboard-module: ^1.0
- luanardev/library: ^1.1
- luanardev/livewire-alert: ^1.1
- luanardev/livewire-loader: ^1.1
- luanardev/livewire-ui: ^1.1
- luanardev/organization-module: ^1.0
- luanardev/settings: ^1.1
- maatwebsite/excel: ^3.1
- mhmiton/laravel-modules-livewire: ^1.6
- milon/barcode: ^10.0
- nwidart/laravel-modules: ^10.0
- rappasoft/laravel-livewire-tables: ^2.11
- socialiteproviders/laravelpassport: ^4.3
- spatie/laravel-permission: ^5.10
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.18
- 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: 2024-11-03 13:19:46 UTC
README
Requirements
The current package requirements are:
- Laravel >= 9.x
- PHP >= 8.1
Installation
Run the command
composer create-project luanardev/lumis
Configuration
Open livewire.php
in the config directory.
Set asset_url
to the path of Livewire JavaScript assets, for cases where
your app's domain root is not the correct path.
By default, LUMIS will load its JavaScript assets from the app's "relative root".
asset_url = '/lumis/public'
Database Migration
Open .env
file at the root of the directory
Add database connection details
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=lumis
DB_USERNAME=root
DB_PASSWORD=
Run Migrations
php artisan migrate
php artisan db:seed
Creating Users
Create Super User
php artisan create-superuser
Create Any User
php artisan create-user