daravel_core 0.0.3 daravel_core: ^0.0.3 copied to clipboard
A back-end framework for Dart, inspired by PHP's popular back-end framework: Laravel.
Daravel is a Laravel inspired back-end framework built in dart.
At the core of this framework is the dart shelf
web server.
Features #
- Laravel like router.
- Middlewares.
- CORS.
- CLI Tool:
dartisan
. - Database Support (SQlite at the moment).
- Query Builder.
- Schema Builder.
- More coming...
Getting started #
dart pub global activate daravel_core
Usage #
To create a new Daravel project, run the following:
dartisan new <project-name>
This will create a Daravel project with
To generate important files for your project (this is run automatically after project creation), do the following:
dartisan generate
Additional information #
Contributions in any form, be it documentation, issues, pull requests, etc. are more than welcome. For pull requests, please make sure that your commits are signed.