Giter VIP home page Giter VIP logo

ttvn.website's Introduction

Laravel Boilerplate

Scrutinizer Code Quality

CircleCI

This is starter application template for Laravel. Any suggestions, feedback, or push requests are really welcome.

How To Start Your Project

First, you can clone this repository.

https://github.com/hoanggiap/laravel-boylerplate

Then, change the directory name to your own project name.

mv laravel-boilerplate [your-own-project-name]

Create your own repository on GitHub.And you can change origin url to your own remote repository and push it.

git remote set-url origin [your-git-url] git push -u origin master

And after that, you can add this boilerplate remote repository as another remote url.

git remote add boilerplate [email protected]:thanhnt37/laravel-boilerplate.git

With that, you can get update of boiler plate with git pull boilerplate master command.

Use Generators

On this boilerplate, I added many generators

Use make:new-model instead of make:model and use make:repository, make:service,make:helper to create repositories, services, helpers. And make:admin-crud to create admin crud.

The process for setting up the base structure will be following.

  1. You can create migration with make:migration and create the tables
  2. Create model with make:new-model
  3. Create repository with make:repository
  4. Create Admin CRUD with make:admin-crud
  5. Create services and helpers with make:service and make:helper if needed.

These generators create test code also. You need to add more tests on these files.

ttvn.website's People

Contributors

giaphv-ttj avatar hoang19944 avatar huyhhq avatar truongtv-rabiloo avatar bolerap avatar

Stargazers

Roman 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.