HajiRohullah / laravel-workout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel CRUD Project Repository

This is a Laravel project repository that you can clone and set up easily. Follow the steps below to get started.

Prerequisites

Before you begin, make sure you have the following software installed on your system:

Installation

  1. Clone the repository:

    git clone https://github.com/HajiRohullah/laravel-workout.git
    cd laravel-workout
    composer update
    Copy the environment example as .env (cp .env.example .env)
    php artisan key:generate
    php artisan migrate
    php artisan db:seed
    php artisan storage:link
  2. Start the development server: php artisan serve

About


Languages

Language:PHP 74.3%Language:Blade 25.5%Language:JavaScript 0.3%