Git Product home page Git Product logo

laravel-angular-cms's Introduction

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

laravel-angular-cms's People

Contributors

quercy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-angular-cms's Issues

Front end work

Hi Dimitri,
i was searching about frame working with laravel and angularJS , i find a lot but i feeled love with your laravel-angular-cms i think it will save for me half the way , i stil want make categories and subcategories and contact messages, and more , i'm looking into the frame and i try to understand it, if i will say i'm trying to follow the code but can you give me one example how i can output to the front end ...
i create new php controller for Post and return for me JSON good , but i don't want to go far away from the frame . so how i can get the json but with the framework help

Where is Laravel rest API Feature ?

Hello,

Thank you for providing a great cms but I couldn't find the feature 'Laravel rest API' you listed under features.Can you please let me know where can I find it?

Categories

Hi,

I like this project and i want contribute.

I'm begining create category sistem like wordpress, with category three.

It is interesting for the project?

npm install error.

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
npm WARN optional Skipping failed optional dependency /gulp-watch/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
npm WARN [email protected] requires a peer of vueify-insert-css@^1.0.0 but none was installed.
npm WARN [email protected] requires a peer of babel-runtime@^5.8.25 but none was installed.
npm WARN [email protected] requires a peer of vue-hot-reload-api@^1.2.0 but none was installed.
npm ERR! Linux 4.4.0-34-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! node v4.2.6
npm ERR! npm  v3.5.2
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn

npm ERR! [email protected] install: `node scripts/install.js`
npm ERR! spawn ENOENT
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node scripts/install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node scripts/install.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs node-sass
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls node-sass
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /var/www/html/teamlite/npm-debug.log

follow the guide and I get some errors.

can't login

why i can't login but,it just Refresh the login page

Posts issue

How can i access the posts page.. Front end where users can view posts created by admin

about the vendor

I clone the zip from git,and the composer install.but composer fail.
I found that is the composer.lock old version?I copy another file and success to composer install.
But I failed [Symfony\Component\Debug\Exception\FatalErrorException]
Class 'Illuminate\Routing\ControllerServiceProvider' not found
.
How can I to fixed it?

Large set of data

I can't to figure out what kind of table lib you have implemented (or just haven't)? What if you want to search in large set of posts. Lets say 5000+

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.