DEV Community

kris
kris

Posted on • Originally published at Medium on

Create Asset management system in Laravel

Create Asset management system in Laravel 5.7

journey sponsor

Fullstack Web Development With Laravel and Vue.js

Learn how to build fullstack web apps with Laravel 5, Laravel Mix, Vue js, Bootstrap 4 & Sass

Real Time Single Page Forum App with Pusher Laravel & vuejs

Making Things Realtime With Pusher in Single Page App

for this series we going to learn how to create CRUD and some extra feature like Report, Log,Permission,Localization in Laravel with use some business logic like a Asset management and so what is Asset management system ? is app that use for track asset like computer, license software, physical hardware like table,TV or consumables like oil, ink in this post I’ve explained how this we start to end

the inspiration project has become from snipe-it

Home - Snipe-IT Open Source IT Asset Management

if you have new for laravel learn from some project that has got many stars and contributorson Github that make your skill has grown quickly imagine your learn from many expert developers for free

snipe-it based on Laravel 5.4 and bootstrap 3 but in this series we use 5.7 and Bootstrap 4

for the current version has a lot of features and complicated structure has overwhelmed a newbie

because of reason make I decide to use version 3that release past 2 years

but for the initial version, we make it simple bitch

remember we not gonna copy paste we need to learn how many expert developers write code and select something that we understand in the newbie role

then we make small different from the demo just a version but core code it same

seriously we gonna learn with real life coder

they don’t watch more tutorial on Udemy or Many Tut site so much they jump in to code forest and try to understand using debugger with intercept code flow and watch how variable change when pass over over function

they learn the best practice from a thousand expert developer on Github

the intent of this post that make table of content post that detail post has add to later

in the start part 0, we prepare the environment for dev

I’huge fan of cloud9 but they have bought by AWS in 2017 that integrate to AWS service make that becomes complete Cloud Development Environment

we gonna learn how to use Cloud9 and setup necessary tool

requirement

Amazon account and credit card (if not use local alternative)

you gonna learn

  • basic linux command base on Ceontos
  • element of cloud9
  • how to change php version

part 1 we install and setup Laravel 5.7 and Github repository and deploy to Heroku

because keep project live on EC2 charge some cost in the free way I choose Heroku for make live demo

you gonna learn

  • how to setup Laravel 5.7 and Mysql on AWS linux base on CentOS
  • install AdminLTE that make your frontend life easier
  • basic git command
  • simple Github repository
  • how to deploy any commit to Heroku that make your app stand live
  • rely foundation for your app
  • and much more..

Part 2 we gonna create simple CRUD series

Categories

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to naming route
  • how to create simple CRUD from scratch

User

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch
  • how to upload file in Laravel

Status Label

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch

Asset Model

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch
  • using scope for create specific query
  • how to upload image
  • how to query using relation on Laravel

Manufacturer

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch
  • using scope for create specific query
  • how to upload image
  • how to query using relation on Laravel

Supplier

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch
  • using scope for create specific query
  • how to upload image
  • how to query using relation on Laravel

Departments

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch
  • using scope for create specific query
  • how to upload image
  • how to query using relation on Laravel
  • how to use raw query

Location

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch
  • using scope for create specific query
  • how to upload image
  • how to query using relation on Laravel
  • how to use raw query

Companies

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch
  • how to upload image

Depreciation

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch

Asset

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch
  • using scope for create specific query
  • how to upload image
  • how to query using relation on Laravel
  • how to check in and check out asset
  • how to send notification to User

License

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch
  • using scope for create specific query
  • how to upload image
  • how to query using relation on Laravel
  • how to check in and check out license
  • how to send notification to User

Accessories

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch
  • using scope for create specific query
  • how to upload image
  • how to query using relation on Laravel
  • how to check in and check out
  • how to send notification to User

Consumable

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch
  • using scope for create specific query
  • how to upload image
  • how to query using relation on Laravel
  • how to check in and check out
  • how to send notification to User

Component

in this section you will learn

  • how to create model controller and migration with terminal
  • how to create rich table with jQuery Datable
  • how to create table relation without touching DB
  • how to create simple CRUD from scratch
  • using scope for create specific query
  • how to upload image
  • how to query using relation on Laravel
  • how to check in and check out
  • how to send notification to User

Extra feature

Simple report

so simple because is sum up of many data from table that you want

Permission management

so hard part but Larave handle this with Gate class

we gonna create permission management with Group of action that user can perform .

in this section you will learn

  • how to perform CRUD on complex data
  • how to use Laravel Gate class in action

Action Log

in this section your gonna add Log to existing app

  • how they handle log
  • how they using log for audit

Localization

another interesting part we gonna update all static message all exist app to dynamic with Laravel localization class

in this section you will learn

  • understand how app translation work?
  • make static message become dynamic with Lang class
  • create setting language page

Closing Sponsor

The Ultimate Advanced Laravel Pro course (incl Vuejs)

Build a Real-Time Online Game with Laravel

Learn More

Laravel 5.7 Ecommerce Shop

Learn More.

TDD Laravel — Lets Build Personal Budget Website

Learn More.

Closing Notes:

common pirate get on black pearl if you need explore Github Ocean with me

may be we could find some code treasure

if you need fundraise that journey

Top comments (1)

Collapse
 
kris profile image
kris

Next post become in weekend this post is overview