GithubHelp home page GithubHelp logo

lovdianchel / laravel-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nasirkhan/laravel-starter

0.0 0.0 0.0 21.08 MB

A modular CMS like starter project built with Laravel

Home Page: http://nasirkhn.com

License: GNU General Public License v3.0

PHP 51.98% Vue 0.06% HTML 47.93% Dockerfile 0.04%

laravel-starter's Introduction

Laravel Starter

Laravel 6.x based simple starter project to build all type of applications. Most of the commonly needed features are available here. It is modular, so you can use this project as a base and build your own modules. You can use the same module in any of the Laravel starter based projects. New features and functionalities are being added on a regular basis.

Please let me know your feedback and comments.

Current Build Status

StyleCI

Demo

http://laravel.nasirkhn.com/

Features

  • Admin feature and public views are completely separated as Backend and Frontend.
  • Major feature are developed as Modules. Module like Posts, Comments are separated from the core features like User, Role, Permission

All features

  • User Authentication
  • Social Login
    • Facebook
    • Github
    • Build in a way adding more is much easy now
  • User Profile with Avatar
    • Separate User Profile table
  • Role-Permissions for Users
  • Dynamic Menu System
  • Backend Theme
    • Bootstrap 4, CoreUI
    • Fontawesome 5
  • Frontend Theme
    • Bootstrap 4, Now UI Kit
    • Fontawesome 5
  • Article Module
    • Posts
    • Categories
    • Tags
    • Comments
    • wysiwyg editor
    • file browser
  • Application Settings
  • External Libraries
    • Bootstrap 4
    • Fontawesome 5
    • CoreUI
    • Now UI Kit
    • Datatables
    • Select2
    • Date Time Picker
  • Backup (Source, Files, Database as Zip)
  • Log Viewer
  • Newsletter
  • Notification
    • Dashboard and details view
  • RSS Feed

Installation

Follow the steps mentioned below to install and run the project.

  1. Clone or download the repository
  2. Go to the project directory and run composer install
  3. Create .env file by copying the .env.example. You may use the command to to that cp .env.example .env
  4. Update the database name and credentials
  5. Run the command php artisan migrate -seed
  6. You may create a virtualhost entry to access the application or run php artisan serve and visit http://127.0.0.1:8000

Set Module Permissions

  1. Set Permissions for Posts, Categories, Tags: php artisan article:create-permissions
  2. Set Permissions for Newsletter: php artisan newsletter:create-permissions

After creating the new permissions use the following commands to update cashed permissions.

php artisan cache:forget spatie.permission.cache

Seed Sample Data (Optional & should use only on testing)

  1. Add sample data on Posts, Categories, Tags with the following command php artisan article:create-sample-data
  2. Add sample data on Newsletter with the following command php artisan newsletter:create-sample-data

Screenshots

Home Page

Laravel Starter Home

Login Page

Laravel Starter Login

Backend Dashboard

Backend Dashboard

laravel-starter's People

Contributors

nasirkhan avatar lovdianchel avatar dependabot[bot] 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.