Giter Site home page Giter Site logo

arissetyawan / laravel-bootstrap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from davzie/laravel-bootstrap

0.0 1.0 0.0 881 KB

A Laravel 4, Bootstrap 3 CMS Built With SOLID Principles In Mind

License: Other

CSS 30.54% JavaScript 33.81% PHP 35.65%

laravel-bootstrap's Introduction

A Laravel 4.1 Bootstrap CMS


Screencasts: Laravel Bootstrap YouTube Playlist

A Laravel 4.1 PHP 5.4 CMS using Bootstrap 3. Laravel Bootstrap does not handle the front-end of your site. It merely provides a CRUD framework with some predefined systems (image gallery, pages etc) for you to enter and edit your data with.

Laravel Bootstrap Screenshot

It uses Redactor JS for content editing and provides a really simple way to prototype new 'objects'. You can make objects 'taggable' and 'uploadable' which means you can have unlimited number of tags associated with an item and also unlimited number of image uploads too.

Composer Require

Nice and simple

"davzie/laravel-bootstrap": "1.*"

Linking The Service Provider To Your Installation

Add this string to your array of providers in app/config/app.php

Davzie\LaravelBootstrap\LaravelBootstrapServiceProvider

Publishing The Configuration

Publish the configurations for this package in order to change them to your liking:

php artisan config:publish davzie/laravel-bootstrap

Publishing The Assets

You need assets bro!

php artisan asset:publish davzie/laravel-bootstrap

Migrating and Seeding The Database

Seed the database, this pretty much just seeds an example user and settings. Migration is pretty simple, ensure your database config is setup and run this:

php artisan migrate --package="davzie/laravel-bootstrap"
php artisan db:seed --class="Davzie\LaravelBootstrap\Seeds\DatabaseSeeder"

laravel-bootstrap's People

Contributors

davzie avatar djekl avatar dooee avatar ericnkatz avatar tbergeron avatar

Watchers

 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.