GithubHelp home page GithubHelp logo

luisbonejo9807 / fleetmanagement Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ariefristyanto/fleetmanagement

0.0 1.0 0.0 7.11 MB

Fleet Management System

PHP 97.13% JavaScript 0.91% ApacheConf 0.23% CSS 1.69% CoffeeScript 0.04%

fleetmanagement's Introduction

Armada

Description

Fleet Management system built using Laravel framework

Features

  • Based on Laravel 5.1
  • Theme engine using yaapis/Theme.
  • Includes 3 themes based on almasaeed2010/AdminLTE.
  • Custom Error pages:
    • 403: Forbidden access.
    • 404: Page not found.
    • 500: Internal server error.
  • Authentication
  • Authorization
  • Flash notifications using laracasts/flash.
  • Internationalization (i18n).
  • Gulp and Elixir ready to compile and minimize Sass & CoffeeScript.
  • Bootstrap v3.3.4.
  • Font-awesome v4.4.0.
  • Ionic Framework v2.0.1.
  • jQuery 2.1.4.
  • Select2 4.0.0
  • Select2 Bootstrap Theme v0.1.0-beta.4
  • Development tools

Install Local Development

Option 1: Homestead (recommended)

Homestead is a vagrant VM image that runs on VirtualBox. It is recommended development for Windows or Mac.

Option 2: Manually install PHP and laravel.

Fetch dependencies

Composer

Fetch all dependencies using composer by issuing the following command:

composer install

Note:

On a production server, prior to running the composer install command, you will want to deploy a copy of the file composer.lock from your development server, to guarantee that the exact version of the various packages that you have developed on and tested gets installed. Never run the composer update command on a production server.

Node.js

Fetch all dependencies for Node.js using npm by using the following command:

npm install

Migration

After having configured your database settings, you will want to build the database.

If you kept the default database settings your will first have to initialize the SQLite file

touch database/database.sqlite

To run the migration scripts run this command

./artisan migrate

To seed the database run the command below, note that in the development environment a few extra user and permissions are created.

./artisan db:seed --env=development

To regenerate composer autoload classmap (needed when adding new seeder or migration)

composer dump-autoload

First login and test

You should now be able to launch a Web browser and see your new Web application with these logins:

All users are set with password 123456Qz!.

CSS & javascripts

To compile CSS & javascripts, run

gulp

Tests

To run tests

phpunit

fleetmanagement's People

Contributors

ariefristyanto avatar ariefttiyahoo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.