Skip to content

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

Notifications You must be signed in to change notification settings

jbidad/startpoint

 
 

Repository files navigation

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
    • powerful admin interface
  • Newsletters
    • send newsletter
    • newsletters list
    • add or remove newsletters member
  • Tickets
    • tickets list
    • tickets categories
    • unlimited answers

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)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 63.7%
  • Blade 36.1%
  • Shell 0.2%