/lara-framework

Using laravel, bootstrap, vueJS and admin LTE as a base for creating web apps. Username for demo below this page

Primary LanguagePHP

#LaraFrame is a laravel quickstart.

Using laravel, bootstrap, vueJS and an admin template (for now its admin LTE), we create a base for creating web apps.

The features on LaraFrame are:

  • User with dynamic roles and permission.
  • Menu management for sidebar and also customizable for other components
  • Menu access for each roles are managable
  • User Management
  • Dynamic settings and easily customizable

Prerequisite:

Download:

To clone this repo (dev branch)

git clone https://github.com/maulshh/lara-framework.git

Installation:

  1. Prepare a database, can be mysql, sqlite, etc.

  2. do composer install

    composer install
    
  3. Edit .env based on your database setting.

  4. Use php artisan migrate to create database tables and also --seed for the dummy data.

    php artisan migrate --seed
    
  5. load the javascript node libraries using npm install

    npm install
    

    mix dependencies

    npm run dev
    
  6. Serve your lara-frame on http://localhost:8000

    php artisan serve
    
  7. Username and password for each roles are: