Giter VIP home page Giter VIP logo

laravel-scaffold's Introduction

Laravel Scaffold

The base for developing awesome projects

Laravel Scaffold is a free, Open Source Starter kit/Scaffold/Boilerplate a fasted way of building your custom and modular Laravel application that grows with you. Created with Laravel 5.7 and VueJS.

See the documentation for more details or you can also try our live demo.

Table of Contents

Laravel Scaffold

Features

Tutorials

How to created Laravel Scaffold

  • Authentication link
  • Add CoreUI Template link
  • Create Profile module link
  • Create Users module -> comig soon...
  • Create Roles module -> coming soon...

Installation

Requirements

https://laravel.com/docs/5.7#server-requirements

Clone Repo

git clone https://github.com/modulr/laravel-scaffold.git

Enter folder

cd laravel-scaffold

Install Depencencies

composer install
npm install

Configuration

Generate .env file

cp .env.example .env

Generate APP_KEY

php artisan key:generate

Generate symbolic link to Storage

php artisan storage:link

If you are in production

sudo chown -R www-data:www-data storage

Database

# Create Data Base
mysql -u{user} -p{password}
mysql> create database laravel_scaffold;
# Add params into .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_scaffold
DB_USERNAME=user
DB_PASSWORD=password

Run

# Migrations
php artisan migrate

# Seeder (optional)
php artisan db:seed

# Compiling assets
npm run dev

# Run serve
php artisan serve

or to developer mode
npm run dev || npm run watch

Modules

  • Auth

    • Login
    • Register - generate avatar
    • Remember Password
  • Profile

    • Edit Name, email - generate and reset avatar
    • Change password
    • Edit Avatar upload jpg/png images
  • Users

    • List users
    • Create user
    • Update users
    • Delete users
  • Roles & Permission

    • List roles
    • Create roles and assign permissions
    • Update role and permissions
    • Users list who use the role
    • Delete role

License

The MITΒ© License 2018 - Modulr.


Developed with πŸ’‘ 🎧 🍺 by @alfredobarron

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.