Skip to content

DevTurgay/2kgroup-laravel

Repository files navigation


MVC Task Example (Laravel)

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap

About The Project

Just a simple MVC (Laravel) project to retrieve data from db and parse to view

(back to top)

Built With

  • PHP 7.4+
  • Laravel 8
  • MySql
  • Javascript(Jquery)
  • BOOTSTRAP

(back to top)

Getting Started

Required PHP Extensions:

  1. BCMath
  2. Ctype
  3. JSON
  4. Mbstring
  5. OpenSSL
  6. PDO
  7. Tokenizer
  8. XML

Installation

  1. Get composer
  2. Clone the repo
    git clone https://github.com/DevTurgay/2kgroup-laravel.git
  3. Install NPM packages
    composer update
  4. Create .env file (based on .env.example) and update the DataBase credentials
  5. Run db migrate
    php artisan migrate
  6. Run db seeders
    php artisan db:seed
  7. Generate key
    php artisan key:generate
  8. Run the server
    php artisan serve

(back to top)

Usage

Just browse the root directory of server (localhost:8000/)

(back to top)

Roadmap

  • Add Migartion Class
  • Add Seeding Class
  • HomeController
  • BetController (for delete feature)
  • Bet Model

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published