Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.12 KB

readme.md

File metadata and controls

35 lines (27 loc) · 1.12 KB

Blog [Laravel 5.3]

This blog was built on Laravel 5.3. It serves as a basic example on how one would build a blog. Please feel free to learn from this. If you find any bugs feel free to contribute.

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.

Installation

  1. Clone this repository.
  2. Run composer install
  3. Configure .env file.
  4. Run php artisan migrate
  5. Run php artisan db:seed
  6. Login from example.tld/admin

Account: me@bryse.net Password: secret

Modifying Assets

  1. Run npm install
  2. Run bower install
  3. Run gulp watch
  4. Edit app.scss or app.js in the resources folder.

Laravel Documentation

Documentation for the laravel framework can be found on the Laravel website.

Packages

  • Laravel 5.3
  • Bootstrap 3.3.7
  • SB Admin 2
  • jQuery 3.1.0
  • toastr 2.1.3
  • Masonry 4.1.1