guysolamour / laravel-administrable
An administration package based on Laravel. This package was made according to my personal use to not repeat the same things for each project.
Installs: 619
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 2
Language:Blade
Requires
- php: ^8.1.0
- artesaos/seotools: ^1.1.0
- creativeorange/gravatar: ^1.0
- cviebrock/eloquent-sluggable: ^10.0
- genealabs/laravel-model-caching: ^0.13
- guysolamour/laravel-commands: ^4.0
- guysolamour/laravel-dkim: ^1.0
- kris/laravel-form-builder: ^1.51
- laravel/framework: ^10.0
- laravel/telescope: ^4.14
- laravel/ui: ^4.0
- league/flysystem-ftp: ^3.0
- spatie/laravel-backup: ^8.1
- spatie/laravel-cookie-consent: ^3.2
- spatie/laravel-honeypot: ^4.3
- spatie/laravel-medialibrary: ^10.8
- spatie/laravel-permission: ^5.10
- spatie/laravel-settings: ^2.8
Requires (Dev)
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^10.0
- dev-master
- 7.x-dev
- v6.3
- v6.2
- v6.1
- v6.0
- v5.5.3
- v5.5.2
- v5.5.1
- v5.5
- v5.4.2
- v5.4.1
- v5.4.0
- v5.3.1
- v5.3.0
- v5.2.0
- v5.1.9
- v5.1.8
- v5.1.7
- v5.1.6
- v5.1.5
- v5.1.4
- v5.1.3
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.6
- v5.0.5
- v5.0.4
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.6.1
- v4.6
- v4.5
- v4.4
- v4.3
- v4.2
- v4.1
- v4.0
- v3.3
- v3.2
- v3.1
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0
- v2.2.1
- v2.2
- v2.1
- v2.0
- v1.1
- v1.0
- v0.1
- dev-dependabot/bundler/docs/nokogiri-1.14.3
- dev-dependabot/bundler/docs/activesupport-7.0.4.3
This package is auto-updated.
Last update: 2024-11-27 08:57:44 UTC
README
Preamble
This package was created for my needs during my various projects, wanting to go faster and faster and not being a fan of CMS, I decided to make myself a back office (an administration) according to my needs and applying my own conventions for not reinventing the wheel. You must use a versioning system like git in order to be able to rollback as needed because the package modifies and adds certain files. All files are generated in your working folder and can be changed at your convenience. The package just serves for file generator.
Package installation
Prerequisites
- PHP >= 8.0
- Laravel >= 8
Installation via composer
composer require guysolamour/laravel-administrable
Documentation
For detailed documentation refer to https://guysolamour.github.io/laravel-administrable/.
Security
If you discover security issues, please send an email instead of using the issue system. The email is available in the file composer.json
Credits
This package is bootstrapped with the help of melihovv/laravel-package-generator.