Coder Social home page Coder Social logo

laravel-erp's Introduction

HOW TO USE THIS APPLICATION

Step 1

  • Upload the folder to your server

Step 2

  • While composer installed in your system, Open your CLI to download the composer dependancies:- composer install

  • Open the .env file and Configure your database & Mail support

      If you are importing database (lincoln.sql), you may skip step 3
    

Step 3

  • Open the AppServiceProvider.php (Located at App\Providers) and comment this line at the boot function; self::globalVals(1);
  • Open your CLI, navigate to your root folder and type:- php artisan migrate
  • Uncomment the line at 3(i) above (self::globalVals(1)) after a successive migration.
  • You may want to seed the Roles, Menus, Users, Settings and Submenus test data by running:- php artisan db:seed at your CLI.
  • Alternatively, you may want to do it all together in step 3(ii) above by running:- php artisan migrate:refresh --seed

Step 4

  • Clear all cache and views:- php artisan config:cache,then, php artisan view:clear

Step 5

You can now loggin as follows;

i) Instructor - {username=code doctor, password=lincoln}
ii) Super Admin - {username=amos, password=lincoln}
iii) Student - {username=amos, password=lincoln}

NB: All menus are managed by the Super Admin, if you have any issue log in as Super Admin to rectify.

laravel-erp's People

Contributors

amoschihi avatar

Stargazers

 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.