Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamed-ali-agourram/cms
https://github.com/mohamed-ali-agourram/cms
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohamed-ali-agourram/cms
- Owner: mohamed-ali-agourram
- Created: 2024-06-09T14:28:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T14:09:56.000Z (7 months ago)
- Last Synced: 2024-06-21T07:04:35.301Z (7 months ago)
- Language: PHP
- Size: 136 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SETUP
1) clone repo
```
git clone https://github.com/mohamed-ali-agourram/cms.git
cd cms
composer install
php artisan key:generate
npm install
cp .env.example .env
php artisan migrate
```
2) Setup .env based on your database3) Run Server
```
php artisan serve
```