Giter Site home page Giter Site logo

bigironball / laravel-angular-cms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dimimikadze/laravel-angular-cms

0.0 2.0 0.0 3.64 MB

CMS built on Laravel, AngularJS and Material Design

License: MIT License

PHP 11.02% JavaScript 64.78% ApacheConf 0.04% CSS 17.62% HTML 6.55%

laravel-angular-cms's Introduction

Laravel and AngularJS CMS

CMS built on Laravel 5.1, AngularJS 1.4.7 and Responsive Material Design

Features

  • Users/User Roles, Posts, Gallery, Profile CRUD
  • Authentication
  • John papa Angular style
  • Laravel rest API
  • Responsive Material Design
  • Image Manipulation
  • Sass

Demo

Email: [email protected]
Password: demodemo

http://128.199.34.169/admin/login

Screenshot

Alt text

Getting Started

Clone Repo

git clone https://github.com/DimitriMikadze/laravel-angular-cms.git

Create Database

Cd project and run composer install and npm install

cd laravel-angular-cms
composer install
npm install

Add .env file to root directory.

Example:

see .env.example file

Migrate tables

php artisan migrate

Seed tables

php artisan db:seed

Start Server

php artisan serve

Navigate to

localhost:8000/admin/login

User credentials:

email: [email protected]
password: secret

gulp

watch changes

gulp watch

gulp minify stylesheets and scripts

gulp --production

Angular

you can find angular files in

resources/assets/js/admin/app

output files

public/admin/js

CSS

Css is written in sass. if you don't want to use sass just navigate to

public/admin/css/app.css

and change css import file in

resources/views/admin/layouts/header.blade.php

Sass

Sass files

resources/assets/sass/admin

output files

public/admin/css

Dependencies

all app dependencies are located to

resources/assets/dep

Contributing

contributions are more than welcome!

License

See license.txt

laravel-angular-cms's People

Contributors

quercy avatar

Watchers

James Cloos 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.