afshintalebi / startpoint

Start Point For Creating Apps with Laravel (it will update to latest Laravel version)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start Point For Creating Apps with Laravel

this is going to be start point for developer and give them some basic infrastructure they need for most of websites. features like authentication, permissions, blog, upload, create static pages, admin interface, notifications, support systems, newsletter and so on

Completed Features

  • Blog
    • alias, published, multi category for posts
    • posts pagination
    • alias, published and order for categories
    • migration for building the database schema
  • Others
    • newsletters
    • powerful admin interface

install via composer

composer create-project mahdi-bagheri/blog App

init

create .env config file from .env.example and change default values.

run:

composer update
php artisan migrate
php artisan db:seed

Some Screenshot

alt tag

alt tag

alt tag

alt tag

About

Start Point For Creating Apps with Laravel (it will update to latest Laravel version)

License:GNU General Public License v3.0


Languages

Language:PHP 62.7%Language:HTML 35.5%Language:CSS 1.5%Language:JavaScript 0.2%Language:ApacheConf 0.1%