kwanter / laravel-starter-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

Introduction

Laravel 8 starter kit with some package that provide you to build website more faster.

Include

Installation

Run these command from your terminal

git clone https://github.com/devryank/laravel-starter-kit
  • rename .env.example to .env
  • setting your env
  • Composer command
composer install
composer dump-autoload
  • Artisan command
php artisan key:generate
php artisan migrate --seed
php artisan storage:link

Demo Credentials

Superadmin

email : superadmin@app.test

password : password

Admin

email : admin@app.test

password : password

User

email : user@app.test

password : password

Setting Permission

You can see setting for permission in config/laratrust-seeder.php

Superadmin :

  • Roles
    • Create
    • Read
    • Update
    • Delete
  • Permissions
    • Create
    • Read
    • Update
    • Delete
  • Users
    • Create
    • Read
    • Update
    • Delete

Admin :

  • Users
    • Read (all users)
    • Update (own profile)

User :

  • Users
    • Read (own profile)
    • Update (own profile)

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

License:MIT License


Languages

Language:Blade 53.4%Language:PHP 46.3%Language:Shell 0.2%