Giter Site home page Giter Site logo

cn7web's Introduction

CN7WEB demo website

License link to cn7web.com

Thank you for checking my demo website!

Laravel PHP Framework

Database: Migrations and seeding In this demo website the database schema is created by Laravel migration, which can be easily rollback and reset. All migrations are placed in the database/migrations directory.

Database test data are seeded by Laravel seed classes. All seed classes are stored in the database/seeds directory.

Model and Eloquent Model Phone is used in the Frontend.portfolio page. All phone data is retrieved from the database through the controller via the Eloquent method.

Model news is used in the Frontend.timeline page. Each news recorder is a timeline item.

###Routing and Controller All Laravel routes are defined in the app/Http/routes.php file, which is automatically loaded by the framework. There are three sections in routes.php , which are frontend views, backend, API .

The related HTTP request handling logic is grouped into different controller classes. These controllers are stored in the app/Http/Controllers directory.

###Views In this demo website all the pages are created by Laravel blade templating engine, using the .blade.php file extension and stored in the resources/views directory.

###Admin and CRUD Authentication is implemented using the cartalyst/sentinel package. Access backend can be either through Backend Login or through the given admin link on welcome page. Demo user credentials are email: [email protected] | pw: admin.

You can use Add New Timeline Item to create a new timeline item under the Timeline items menu. When a timeline item is created, it will be presented on the Frontend.timeline page immediately. You can edit or delete timeline items by using Timeline Item List.Actions ๐Ÿ“ โœ–๏ธ.

###jQuery components In this demo website, the used jQuery components are datatables, font-awesome, ihover, owl_carousel, summernote, and vertical-timeline

##License

L icensed under the MIT license.

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.