mb-programmer / startpoint by mb-programmer

The Laravel Framework.
219
16
5
Package Data
Maintainer Username: mb-programmer
Package Create Date: 2015-12-04
Package Last Update: 2023-03-04
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-25 15:04:11
Package Statistics
Total Downloads: 219
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 16
Total Watchers: 5
Total Forks: 7
Total Open Issues: 11

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