https://github.com/cwsdigital/cws-twill-base
CWS base repository for Twil CMS projects
https://github.com/cwsdigital/cws-twill-base
Last synced: 6 months ago
JSON representation
CWS base repository for Twil CMS projects
- Host: GitHub
- URL: https://github.com/cwsdigital/cws-twill-base
- Owner: cwsdigital
- Created: 2021-05-14T15:15:12.000Z (almost 4 years ago)
- Default Branch: v2.5.x
- Last Pushed: 2022-02-02T11:49:17.000Z (about 3 years ago)
- Last Synced: 2024-08-03T17:12:35.104Z (9 months ago)
- Language: PHP
- Size: 2.75 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-twill - cwsdigital/cws-twill-base
README
# CWS Twill Base Project
`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 [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).