Skip to content

innotauzeni/cms_task

Repository files navigation

iLanding TECHNICAL TASK 2025

AUTHOR: INNOCENT TAUZENI

Deployment Instructions

Prerequisites

  • PHP >= 8.1
  • Composer (dependency manager)
  • MySQL or another supported database
  • Node.js and npm (for frontend assets)

Steps to Deploy

  1. Clone the repository:
    git clone https://github.com/innotauzeni/cms_task.git
    
    

cd cms_task

Install PHP dependencies:

 composer install

## Install Node.js dependencies:
```bash
npm install
npm run build

## Set up environment variables:
Create a copy of the .env.example file and rename it to .env:
```bash
cp .env.example .env

Update the .env file with your database credentials and other necessary configuration.
NB Make sure you create the database name specified in the .env file.

## Generate the application key:
```bash
php artisan key:generate

## Run database migrations:
```bash
php artisan migrate

## Run database seeders
```bash
php artisan db:seed


## Run the application:
```bash
php artisan serve

### TAKE THIS LINK

```bash
http://127.0.0.1:8000

## Login To Admin Panel
```bash
http://127.0.0.1:8000/login


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors