electronic logbook (under development)
A document recording system made with Laravel 5.5 using Admin-LTE Template and custom datatables from AdminBSB.
Clone the repository.
git clone https://github.com/ferdiebergado/elogbook-adminlte.git
Setup .env.
mv .env.example .env
Generate application key.
php artisan key:generate
Install php dependencies.
composer install
Install javascript libraries.
yarn
Compile assets.
yarn run dev
Run migrations.
php artisan migrate
Seed the documents database.
php artisan module:seed
Start development server.
php artisan serve
Edit config/app.php.
Modify CSV seeder files in Modules/Documents/Database/Seeder/csvs folder to match your needs then rerun the migrations and seeders.
This is open source software licensed under the MIT LICENSE.