Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muratenes/laravel-cms
Laravel Content Management System
https://github.com/muratenes/laravel-cms
Last synced: about 8 hours ago
JSON representation
Laravel Content Management System
- Host: GitHub
- URL: https://github.com/muratenes/laravel-cms
- Owner: muratenes
- Created: 2021-01-10T15:57:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T13:14:57.000Z (over 1 year ago)
- Last Synced: 2024-11-05T13:12:17.587Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 20.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
**Nedir ?**
Laravel ile yazılmış CMS ve eticaret sistemidir. Yönetim paneli üzerinden ihtiyaçlarınıza göre özelleştirebilirsiniz
İyzico ile ödeme işlemi yapar. Dil desteği ve para birimi desteği vardır**Ayarları Nasıl değiştirebilirim ?**
Dosya içerisinden modüllerin aktiflik durumlarını sayfanın başlıklarını değiştirebilirsiniz. bazı ayarları aşağıda paylaştım
**config/admin.php**
'title' => 'CMS',
'short_title' => 'CMS',
// module status
'module_status' => [
'banner' => true,
'blog' => true,
'coupon' => true,
'content_management' => true,
'contact' => true,
'campaign' => true,
'e_bulten' => true,
'gallery' => true,
'order' => true,
'product' => true,
'log' => true,
'sss' => true,
'setting' => true,
'reference' => true,
'user' => true,
'our_team' => false
],`Örnek Ekran görüntüleri
![alt text](https://i.ibb.co/zhgPNGY/sc2.png)
![alt text](https://i.ibb.co/rtr62PS/sc1.png)
**Run Local**
laravel-echo-server start
sudo npm run dev
pa serve --host=0.0.0.0 --port=8000**redis hataları**
env dosyasından 6001 portunu okuyamadığında bu oluşur
redis testi için /redis veya host:6001**storage hatası**
sudo chown -R www-data:www-data storage
**php composer hatası**
sudo apt-get update
sudo apt install php-xml
udo apt-get install php-mbstring**Please make sure the PHP Redis extension is installed and enabled.**
nano /etc/php/7.4/cli/php.ini dosyasına
extension=redis.so ekle