https://github.com/almas-ali/trex
A blog project for college.
https://github.com/almas-ali/trex
cms laravel php
Last synced: 7 months ago
JSON representation
A blog project for college.
- Host: GitHub
- URL: https://github.com/almas-ali/trex
- Owner: Almas-Ali
- Created: 2022-06-18T20:40:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T19:35:53.000Z (over 2 years ago)
- Last Synced: 2025-01-07T15:28:42.513Z (9 months ago)
- Topics: cms, laravel, php
- Language: JavaScript
- Homepage: https://trex-cms.herokuapp.com/
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TRex CMS
A blog type CMS website for college project. Built using Laravel framework in PHP.
© All Copyrights reserved by author **[Md. Almas Ali][1]**
## Requirements
### Windows:- XAMPP
- Git
- ComposerNeed to change in XAMPP:
Goto : C:\xampp\php\php.ini
change : ";extension=gd" to "extension=gd"Just remove the ";" from the line and save it carefully.
### Linux:
- Easy to install with `make`
```bash
# Install all requirements with make
make install# To see help type
make help
```## Installation:
To install this project:
make a database and update it on `.env.example` on project folder, then follow bellow:```bash
# clone the repo
git clone git@github.com:Almas-Ali/TRex.git TRex# change directory to TRex
cd TRex# install this project with CLI command and fill all requirements.
install# start the server with php
php artisan serve
```## Test database with demo
```bash
# import some demo data for testing this website in development
php artisan db:seed
```
This will import some random for testing in development.## Some commands that you will need:
To get the updated version of this project download it using git commands.
Fresh installation : `git clone git@github.com:Almas-Ali/TRex.git TRex`
Use this command in any where you want.
Update old project : `git pull`
You have to use it on project folder.
[1]: "Md. Almas Ali Github"