Rubywebsite
Website for The Ruby Server.
Install / Use
/learn @OLDtherubyproject/RubywebsiteREADME
Laradminator
Laravel PHP Framework with Adminator as admin dash
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:
- Online demo: Can be found at laradminator.bel4.com/admin
- Local demo:
php artisan serve # Check installation (optional)
Open browser at localhost:8000/admin
Note:
Username: test@example.com
Password: 123456
All the data are reset each 30mn ;) please d'ont forget to remove this function in your app
Included Packages:
Laravel (php):
- Laravel Framework (5.6.*)
- Forms & HTML : for forms
- Laravel Debugbar : for debugging
- Intervention Image : image handling and manipulation
JS plugins:
- All ADMINATOR plugins here
- sweetalert2
- Axios
Page size optimization:
- Using Laravel Mix, all CSS and JS are in minified to one file each.
- Laradminator leverages browser caching, using
.htaccessfile from html5-boilerplate - GZip compression is activated by default(APP_DEBUG=false => 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

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 and make only 2 changes - Duplicate
resource/views/admin/usersfolder toposts, make changes inindex.php,create.blade.php,edit.blade.php
Move Image and file ?
To move images im using a helper function based on intervention/image and variables.php you can check full example in User.php
Do you have question ?
Not hesitate, open new issue ;)
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR
