• This repository has been archived on 18/Oct/2019
  • Stars
    star
    270
  • Rank 147,490 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CMS built on Laravel, AngularJS and Material Design

DEPRECATED. This project is not maintained anymore.

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

Screenshot

Alt text

Getting Started

Clone Repo

git clone https://github.com/DimiMikadze/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

More Repositories

1

orca

Build modern community apps with React and Node.
TypeScript
1,202
star
2

create-react-library

React NPM library starter kit based on Facebook's create react app
JavaScript
602
star
3

express-react-redux-starter

Starter for Express, React, Redux, SCSS applications
JavaScript
199
star
4

fest

SaaS boilerplate built with Node.js & React.
TypeScript
197
star
5

node-redux-auth

Token authentication system using Node, Mongo, React, Redux
JavaScript
180
star
6

firebase-react-native-redux-starter

Starter For Firebase, React Native, Redux Applications With 100% Of Code In Common Between IOS And Android, with built In Authentication, Crud Example And Form Validation.
JavaScript
169
star
7

Mean-Blog

Blog using Nodejs, Expressjs, Angularjs and Mongodb. MEAN Javascript Fullstack application
JavaScript
162
star
8

react-native-game

IOS and Android mobile app "Guess famous people" built with React Native
JavaScript
130
star
9

lumen-angular-todo

Laravel lumen and AngularJS Todo Application
CSS
42
star
10

vanilla-slideshow

Vanilla Javascript CSS3 Responsive Fullscreen Slideshow
JavaScript
41
star
11

vanilla-helpers

Vanilla Javascript Helper Functions, Ajax, Effects, DOM manipulation, Styles, Utilities
JavaScript
34
star
12

es6-node-starter

ES6/7 Node starter kit with built in Rest API authentication
JavaScript
27
star
13

react-under-construction

An easily customisable, responsive under construction react page component
JavaScript
24
star
14

focused

A Google Chrome extension that will improve your focus and increase productivity by blocking distracting websites while working or studying.
TypeScript
23
star
15

sass-useful-mixins

Sass useful mixins Media Queries, Font-size, Transition, Opacity, Background image, Font face, place holder, vertical align
CSS
8
star
16

es6-simple-starterkit

Simple to understand and use ES6 Starter Kit
JavaScript
8
star
17

isomorphic-react-webapp

Shared JavaScript Web Application that runs on both the client & server using React and Node/Express.
CSS
7
star
18

orca-docs

Orca documentation website.
JavaScript
2
star
19

resume

1
star
20

eleven-symbols-website

CSS
1
star
21

create-social-network-old

Open-source software for building social networks.
JavaScript
1
star