Skip to content

This is a web application using the Laravel Framework. This is intended in the evaluation of faculty at Saint Jude College - Manila, Philippines.

Notifications You must be signed in to change notification settings

hectordolo/laravel-faculty-evaluation

Repository files navigation

Laravel & SB Admin

This is a fresh install of the Laravel 5.3 application using the SB Admin Theme.

Documentation

Laravel

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

SB Admin 2

This is the CSS Bootstrap theme applied in this applciation.

Source code of SB Admin Bootstrap can be found Github.

License

Laravel

The Laravel framework is open-sourced software licensed under the MIT license.

SB Admin

Copyright 2013-2016 Blackrock Digital LLC. Code released under the MIT license.

Installation

  • git clone https://github.com/hectordolo/laravel-sbadmin.git 'PROJECT_DIRECTORY'
  • cd 'PROJECT_DIRECTORY'
  • composer install
  • php artisan key:generate
  • copy .env.example to .env
  • edit .env
    • set DB_DATABASE="YOUR DATABASE NAME"
    • set DB_USERNAME="YOUR DATABASE USERNAME"
    • set DB_PASSWORD="YOUR DATABASE PASSWORD"
  • php artisan migrate
  • php artisan key:generate
  • php artisan config:clear
  • php artisan serve
  • You can now register a new user to use the application.

About

This is a web application using the Laravel Framework. This is intended in the evaluation of faculty at Saint Jude College - Manila, Philippines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published