PHPackages                             rubyserver/rubywebsite - 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. rubyserver/rubywebsite

AbandonedArchivedProject

rubyserver/rubywebsite
======================

The Laravel Framework.

418[1 issues](https://github.com/rubyserver/rubywebsite/issues)[3 PRs](https://github.com/rubyserver/rubywebsite/pulls)PHP

Since Jul 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rubyserver/rubywebsite)[ Packagist](https://packagist.org/packages/rubyserver/rubywebsite)[ RSS](/packages/rubyserver-rubywebsite/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laradminator
============

[](#laradminator)

***[Laravel](https://laravel.com/) PHP Framework with [Adminator](https://github.com/puikinsh/Adminator-admin-dashboard)*** as admin dash

Setup:
------

[](#setup)

All you need is to run these commands:

```
git clone https://github.com/kossa/laradminator.git
cd laradminator
composer install                   # Install backend dependencies
sudo chmod 777 storage/ -R         # Chmod Storage
cp .env.example .env               # Update database credentials configuration
php artisan key:generate           # Generate new keys for Laravel
php artisan migrate:fresh --seed # Run migration and seed users and categories for testing
yarn install                       # or npm i to Install node dependencies
npm run production                 # To compile assets for prod
```

Demo:
-----

[](#demo)

- Online demo: Can be found at [laradminator.bel4.com/admin](http://laradminator.bel4.com/admin)
- Local demo:
    `php artisan serve                  # Check installation (optional)`
    Open browser at [localhost:8000/admin](http://localhost:8000/admin)

**Note:**
Username:
Password: 123456

> All the data are reset each 30mn ;) **please d'ont forget to remove [this](https://github.com/kossa/laradminator/blob/master/app/Console/Kernel.php#L27-L28) function in your app**

---

Included Packages:
------------------

[](#included-packages)

#### Laravel (php):

[](#laravel-php)

- [Laravel Framework](https://github.com/laravel/laravel/) (5.6.\*)
- [Forms &amp; HTML](https://github.com/laravelcollective/html) : for forms
- [Laravel Debugbar](https://github.com/barryvdh/laravel-debugbar) : for debugging
- [Intervention Image](https://github.com/intervention/image) : image handling and manipulation

#### JS plugins:

[](#js-plugins)

- All ADMINATOR plugins [here](https://github.com/puikinsh/Adminator-admin-dashboard#built-with)
- [sweetalert2](https://github.com/limonte/sweetalert2)
- [Axios](https://github.com/mzabriskie/axios)

Page size optimization:
-----------------------

[](#page-size-optimization)

- Using [Laravel Mix](http://laravel.com/docs/master/mix), all CSS and JS are in minified to one file each.
- Laradminator leverages browser caching, using `.htaccess` file from [html5-boilerplate](https://github.com/h5bp/html5-boilerplate)
- GZip compression is activated by default(APP\_DEBUG=false =&gt; only onfile for js, and one file for css).
    - `app.css`: 106 KB with gzip (949 Kb without)
    - `app.js` : 464 KB with gzip (1.52 Mb without)

***Note:** If you're using Nginx check: [server-configs-nginx](https://github.com/h5bp/server-configs-nginx)*

[![alt text](https://camo.githubusercontent.com/01f03185d44fa00b19e5f5b0bd73021baffda1b475d992687f784af17667fdd5/68747470733a2f2f636f6e74656e742e73637265656e636173742e636f6d2f75736572732f6b6f757963656c612f666f6c646572732f4a696e672f6d656469612f63326366393964322d356138322d343064382d613138662d3566386466616161666161362f30303030303539362e706e67 "Logo Title Text 1")](https://camo.githubusercontent.com/01f03185d44fa00b19e5f5b0bd73021baffda1b475d992687f784af17667fdd5/68747470733a2f2f636f6e74656e742e73637265656e636173742e636f6d2f75736572732f6b6f757963656c612f666f6c646572732f4a696e672f6d656469612f63326366393964322d356138322d343064382d613138662d3566386466616161666161362f30303030303539362e706e67)

#### Create new CRUD

[](#create-new-crud)

Creating CRUD in your application is the job you do most. Let's create Post CRUD:

- Add new migration and model : `php artisan make:model Post -m`
- Open migration file and add your columns
- Create PostsController : `php  artisan make:controller PostController`. fill your resource (you can use UserController with some changes) or, if you are a lazy developer like me, use a [snippet](https://github.com/kossa/st-snippets/blob/master/kossa_php/Laravel/lcontroller.sublime-snippet) and make only 2 changes
- Duplicate `resource/views/admin/users` folder to `posts`, make changes in `index.php`, `create.blade.php`, `edit.blade.php`

#### Move Image and file ?

[](#move-image-and-file-)

To move images im using a [helper](https://github.com/kossa/laradminator/blob/master/app/Http/helpers.php#L4) function based on [intervention/image](https://github.com/intervention/image) and [variables.php](https://github.com/kossa/laradminator/blob/master/config/variables.php#L20)you can check full example in [User.php](https://github.com/kossa/laradminator/blob/master/app/User.php#L70)

#### Do you have question ?

[](#do-you-have-question-)

Not hesitate, [open](https://github.com/kossa/laradminator/issues/new) new issue ;)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.3% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/be41065ba09a52d74f594e325ef890955ba45e166faedb5303b9bd5dd4c622a1?d=identicon)[Leohige](/maintainers/Leohige)

---

Top Contributors

[![Leohige](https://avatars.githubusercontent.com/u/7697524?v=4)](https://github.com/Leohige "Leohige (17 commits)")[![rafaelrmagalhaes](https://avatars.githubusercontent.com/u/3931330?v=4)](https://github.com/rafaelrmagalhaes "rafaelrmagalhaes (4 commits)")[![gpedro](https://avatars.githubusercontent.com/u/2898638?v=4)](https://github.com/gpedro "gpedro (1 commits)")

---

Tags

mmorpgotserverpokemon

### Embed Badge

![Health badge](/badges/rubyserver-rubywebsite/health.svg)

```
[![Health](https://phpackages.com/badges/rubyserver-rubywebsite/health.svg)](https://phpackages.com/packages/rubyserver-rubywebsite)
```

PHPackages © 2026

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