Package Data | |
---|---|
Maintainer Username: | sajibmitra |
Package Create Date: | 2017-01-15 |
Package Last Update: | 2018-04-18 |
Language: | JavaScript |
License: | MIT |
Last Refreshed: | 2024-11-23 03:02:33 |
Package Statistics | |
---|---|
Total Downloads: | 5 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 0 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Iassets-Management is a web application for ICT Inventory/Assets Management System. Iassets-Management was developed using Laravel Framework version 5.3.29.
Vagrant, Virtual box or other VM tools, Homestead
php 7.0 (or latest version), mysql database server, nginx or apache2 web server
$git clone https://github.com/sajibmitra/iassets-management.git
$cd iassets-management
$composer install
.env.example
file to .env
$php artisan key:generate
$php artisan serve
Laravel development server started on http://127.0.0.1:8000/
If you are using Homestead install following package:
$composer require laravel/homestead
If you already have vagrant & laravel/homestead installation
$vagrant init && homestead make
$vagrant up
Check out on browser with server IP: 192.168.10.10.
If anything wrong run following command:
$vagrant provision
Link your web server to public/ directory.
Write down Your Database Server correctly in .env file:
DB_HOST=<DB Server name/IP address>
Create homestead
user and homestead
database with password (as defined in .env file) in mysql database in Database Server.
$php artisan migrate
Go to web page http://192.168.10.10 and click on Register
Enjoy
The Laravel framework is open-sourced software licensed under the MIT license.