Coder Social home page Coder Social logo

cyberorca / build-a-cms-with-laravel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tutsplus/build-a-cms-with-laravel

0.0 2.0 0.0 2 MB

License: BSD 2-Clause "Simplified" License

PHP 21.42% JavaScript 0.41% ApacheConf 0.09% CSS 73.11% HTML 4.97%

build-a-cms-with-laravel's Introduction

Instructor: Jason Lewis

Laravel is a PHP framework for modern web apps. Recently upgraded to version 5, Laravel is a mature system that continues to win support due to its elegance and stability. Laravel ships with built-in support for database migrations, object-relational mapping, routing and authentication—making it easier for developers to start and maintain their work.

In this course, Envato Tuts+ instructor Jason Lewis will show you how to build a functioning content management system (CMS) with the Laravel PHP framework. We'll look at some of the tasks and problems that are common to so many web development projects and explore different possible solutions to them. We'll be starting our CMS from scratch—a great way to expand your knowledge of the Laravel framework. In our case, this course will teach you the fundamentals required to develop top-notch Laravel applications.

Source Files Description

This repository contains the completed project for this course—a simple content management system.

The source for this application is mainly located within the app directory. Within here we have various directories each responsible for a particular piece of the application.

To get a local copy of the application working you can follow the instructions below (assuming you're on a *nix machine):

Firt, rename the .env.example file to .env. Make any changes you need to in here such as changing the DB_DATABASE. Then, run the following commands from your terminal:

$ composer install
$ php artisan migrate
$ php artisan db:seed
$ npm install
$ gulp

If you'd like to use Artisan to serve your application you can run the following command:

$ php artisan serve

This will then serve the application to localhost:8000.

Otherwise use Homestead to serve the application.


These are source files for the Tuts+ course: Build a CMS With Laravel

Available on Tuts+. Teaching skills to millions worldwide.

build-a-cms-with-laravel's People

Contributors

adamarthurryan avatar jasonlewis avatar

Watchers

 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.