PHPackages                             ratulhasan/laravel-cms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. ratulhasan/laravel-cms

AbandonedArchivedProject[Framework](/categories/framework)

ratulhasan/laravel-cms
======================

Content management system for laravel developers' for rapid development.

v1.0(8y ago)181081[1 PRs](https://github.com/RatulHasan/content-management-system/pulls)MITHTMLPHP &gt;=5.6.4

Since Oct 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/RatulHasan/content-management-system)[ Packagist](https://packagist.org/packages/ratulhasan/laravel-cms)[ Docs](https://github.com/RatulHasan/)[ RSS](/packages/ratulhasan-laravel-cms/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

content-management-system
=========================

[](#content-management-system)

Content management system for laravel developers'. It's easy to install and run.

### Server Requirements

[](#server-requirements)

The Laravel framework has a few system requirements. Of course, all of these requirements are satisfied by the Laravel Homestead virtual machine, so it's highly recommended that you use Homestead as your local Laravel development environment.

However, if you are not using Homestead, you will need to make sure your server meets the following requirements:

```
PHP >= 7.0.0
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension

```

### Installing

[](#installing)

Run create-project command with composer to install this project.

Here is the full installation command -

```
composer create-project ratulhasan/laravel-cms:dev-master

```

Now Change this options bellow within your .env,

To rename .env.example, run

```
php -r "copy('.env.example', '.env');"

```

```
DB_DATABASE=homestead // your database name
DB_USERNAME=homestead // your database user name
DB_PASSWORD=secret // your database password

```

### For user registration and reset password mailing system

[](#for-user-registration-and-reset-password-mailing-system)

```
MAIL_DRIVER=smtp // change it as your desire MAIL DRIVER
MAIL_HOST=smtp.mailtrap.io // change it as your desire MAIL HOST
MAIL_PORT=2525 // change it as your desire MAIL PORT
MAIL_USERNAME=null // change it as your desire MAIL USERNAME
MAIL_PASSWORD=null // change it as your desire MAIL PASSWORD

```

Now run

```
php artisan key:generate

```

```
php artisan migrate

```

```
php artisan db:seed

```

run project.

### For Linux user

[](#for-linux-user)

The stream or file "/var/www/html/laravel-cms/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied

if see this kind of error

just run this command from outside your project root directory to permit read and write

```
sudo chmod -R 777 [directory_name]

```

### For enable .htaccess

[](#for-enable-htaccess)

```
sudo gedit /etc/apache2/apache2.conf

```

Then find the line where there is

&lt;Directory /var/www/&gt;

```
 Options Indexes FollowSymLinks

 AllowOverride None

 Require all granted

```

replace "None" with "All"

AllowOverride All

### Admin panel

[](#admin-panel)

Admin url: `project/root/admin/login`

Email: `admin@example.com`

Password: `123456`

### Happy coding

[](#happy-coding)

Author
------

[](#author)

**[Ratul Hasan](https://besofty.com)** | **[Email](mailto:ratuljh@gmail.com)**

### Donate

[](#donate)

If you find this project useful, you can buy author a glass of juice 🍹

[Buy me a coffee](https://www.buymeacoffee.com/ratulhasan)

[![Buy Me A Coffee](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/ratulhasan)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3170d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14246834?v=4)[Ratul Hasan](/maintainers/ratulhasan)[@RatulHasan](https://github.com/RatulHasan)

---

Top Contributors

[![RatulHasan](https://avatars.githubusercontent.com/u/14246834?v=4)](https://github.com/RatulHasan "RatulHasan (32 commits)")

---

Tags

cmscontent-management-systemlaravel-5-packagelaravel-applicationlaravel-cmsframeworklaravelcmsContent management systemBeSoftyBeSofty cmsBeSofty content management systemBeSofty Software Ltd.

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ratulhasan-laravel-cms/health.svg)

```
[![Health](https://phpackages.com/badges/ratulhasan-laravel-cms/health.svg)](https://phpackages.com/packages/ratulhasan-laravel-cms)
```

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.5k62.4M1.0k](/packages/laravel-laravel)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[unopim/unopim

UnoPim Laravel PIM

10.3k2.2k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.4k169.0k9](/packages/bagisto-bagisto)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3861.7k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
