daravel_core 0.0.3 copy "daravel_core: ^0.0.3" to clipboard
daravel_core: ^0.0.3 copied to clipboard

A back-end framework for Dart, inspired by PHP's popular back-end framework: Laravel.

test codecov License: MIT publish pub package

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.

0
likes
160
points
73
downloads

Publisher

verified publisherdaravel.dev

Weekly Downloads

A back-end framework for Dart, inspired by PHP's popular back-end framework: Laravel.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, archive, args, collection, crypto, dotenv, http, path, pub_semver, shelf, shelf_router, sqlite3

More

Packages that depend on daravel_core