adminarchitect / demoapp
The AdminArchitect Framework.
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 0
Type:project
Requires
- php: ^7.1.3
- adminarchitect/core: ^1.6
- cviebrock/eloquent-sluggable: ^4.5
- fideloper/proxy: ^4.0
- laravel/framework: 5.6.*
- laravel/tinker: ^1.0
Requires (Dev)
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2024-11-10 06:54:11 UTC
README
Note! This demoapp is still in progress and may have not completed features.
About AdminArchitect
Laravel is a Administration framework for Laravel:
Installation
composer create-project adminarchitect/demoapp demoapp.test --stability=dev
cd demoapp.test
php artisan serve
Open http://127.0.0.1:8000/cms
in your browser.
- Username:
admin@example.com
- Password:
secret
Enjoy!
Donation
If you have found the Admin Architect useful, you can:
License
The Laravel framework is open-sourced software licensed under the MIT license.