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
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.