All Projects → DimiMikadze → Laravel Angular Cms

DimiMikadze / Laravel Angular Cms

Licence: mit
CMS built on Laravel, AngularJS and Material Design

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Laravel Angular Cms

Laravel Social Network
Laravel 5.4 - location-based social network
Stars: ✭ 114 (-58.09%)
Mutual labels:  mysql, laravel
Ignition Go
Bootstrap4 /Codeigniter 3 Modular (HMVC) App Building Framework - to build enterprise class web applications... Versions: CodeIgniter 3.1.9 AdminLTE 3.4 Bootstrap 4.5.0
Stars: ✭ 166 (-38.97%)
Mutual labels:  mysql, laravel
Backup Manager
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
Stars: ✭ 1,589 (+484.19%)
Mutual labels:  mysql, laravel
Pilothouse
A command line app for managing a LEMP local development environment based on Docker.
Stars: ✭ 98 (-63.97%)
Mutual labels:  mysql, laravel
Mynotes
笔记、Laravel、PHP、面试题、MySQL、HTML、CSS、Java...
Stars: ✭ 201 (-26.1%)
Mutual labels:  mysql, laravel
Docker Laravel
🐳 Docker Images for Laravel development
Stars: ✭ 101 (-62.87%)
Mutual labels:  mysql, laravel
Genealogy
Laravel 8 and Vue family tree and genealogy data processing website.
Stars: ✭ 153 (-43.75%)
Mutual labels:  mysql, laravel
Easy Short Url
ESU 短网址,可在 Laravel、Yii、ThinkPHP 等框架 Composer 包引入,也可以独立搭建短网址站点
Stars: ✭ 71 (-73.9%)
Mutual labels:  mysql, laravel
Laravel Cross Eloquent Search
Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
Stars: ✭ 189 (-30.51%)
Mutual labels:  mysql, laravel
Datatables
PHP Library to handle server-side processing for Datatables, in a fast and simple way.
Stars: ✭ 185 (-31.99%)
Mutual labels:  mysql, laravel
Docker Laravel
Laravel 5 with Dockerized Gulp, PHP-FPM, MySQL and nginx using docker-compose
Stars: ✭ 85 (-68.75%)
Mutual labels:  mysql, laravel
Daza Backend
[DEPRECATED]
Stars: ✭ 244 (-10.29%)
Mutual labels:  mysql, laravel
Db Seeder
A database seeder app for MySQL
Stars: ✭ 77 (-71.69%)
Mutual labels:  mysql, laravel
Don Blog Backmanage
Don's blog的后台管理系统,基于Vue.js + Node.js + Koa.js + MySQL + Redis + WebSocket。
Stars: ✭ 112 (-58.82%)
Mutual labels:  mysql, scss
Laravel Log To Db
Custom Laravel and Lumen 5.6+ Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel/Monolog native logging functionality.
Stars: ✭ 76 (-72.06%)
Mutual labels:  mysql, laravel
Laravel Db Profiler
Database Profiler for Laravel Web and Console Applications.
Stars: ✭ 141 (-48.16%)
Mutual labels:  mysql, laravel
Photo Blog
The Photo Blog Application based on Laravel 5 and Vue.js 2 + Prerender
Stars: ✭ 55 (-79.78%)
Mutual labels:  mysql, laravel
Backup
MySQL Database backup package for Laravel
Stars: ✭ 66 (-75.74%)
Mutual labels:  mysql, laravel
Ansipress
AnsiPress - Simple L(Linux) E(NGINX) M(MariaDB) P(PHP7) Shared Hosting Setup
Stars: ✭ 184 (-32.35%)
Mutual labels:  mysql, laravel
Blog
Hi, I am CrazyCodes, and here are all my articles
Stars: ✭ 212 (-22.06%)
Mutual labels:  mysql, laravel

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].