Giter VIP home page Giter VIP logo

laravel-starter-kit's Introduction

laravel-starter-kit

Latest Laravel blog boilerplate starter kit application. A very basic set of features for easy start developing a new application. Education purposes only.

Features

  • Laravel
  • MySQL migrations and seeds
  • Bootstrap, jQuery, and vue.js
  • Users, auth, and roles
  • User profile page and avatar upload
  • Posts, comments, and users CRUDs

Pre-requisites

  • npm
  • composer
  • gulp

Install

# get it
$ git clone https://github.com/alecksmart/laravel-starter-kit.git
# edit config
$ cd laravel-starter-kit
$ mkdir -p bootstrap/cache
$ mkdir -p public/images/avatars
$ vim config/database.php
$ cp .env.example .env
$ vim .env
# install
$ composer install
$ npm install
$ php artisan key:generate
$ php artisan config:clear
# run
$ php artisan migrate --seed
#   or
$ php artisan migrate:refresh --seed
# for development, in another console
$ gulp watch
# finally:
$ php artisan serve

Notes

We will try to keep this up-to-date. At the moment of writing, the latest Laravel version is 5.4.

ToDo

  • Unit testing (karma, phpUnit, Behat)
  • Feature: search field for all lists
  • Feature: hard delete for all views (invoking MySQL transactions)
  • Minor: pagination last and first page when available
  • Minor: modal pop-ups for creating posts and comments
  • Workflow Tutorial
  • Desirable: React/Redux branch
  • Desirable: Bootstrap 4 + admin theme

laravel-starter-kit's People

Contributors

alecksmart avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

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