cwsdigital / twill-base
Base project for Twill sites
v2.5.2
2021-10-11 11:20 UTC
Requires
- php: ^7.4
- area17/twill: ^2.2
- cwsdigital/twill-metadata: ^1.1
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^1.0
- guzzlehttp/guzzle: ^7.0.1
- kalnoy/nestedset: ^5.0
- laravel/framework: ^8.0
- laravel/tinker: ^2.0
- laravelium/sitemap: ^8.0
- spatie/laravel-honeypot: ^2.3
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.3
- facade/ignition: ^2.3.6
- fzaninotto/faker: ^1.9.1
- imliam/laravel-env-set-command: ^1.0
- mockery/mockery: ~1.3.1
- nunomaduro/collision: ^5.0
- phpunit/phpunit: ^9.0
- spatie/laravel-missing-page-redirector: ^2.7
This package is auto-updated.
Last update: 2024-10-29 06:19:02 UTC
README
composer create-project -s dev cwsdigital/twill-base {project-name}
edit env file and configure your DB connection
artisan twill:install
artisan db:seed --class=InstallSeeder
npm install
npm run dev
Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
License
The Laravel framework is open-sourced software licensed under the MIT license.