use-laravel
Laravel metadata primitives for RustUse.
Experimental
use-laravel is experimental while use-php remains below 0.3.0.
Example
use ;
let route = new?;
let command = new?;
let config = new?;
assert_eq!;
assert_eq!;
assert_eq!;
# Ok::
Scope
- Route names, middleware names, Artisan command names, migration names, service provider names, config keys, and metadata references.
Non-goals
- Laravel runtime behavior, application containers, routing, migrations, queues, or framework integration.
License
Licensed under either Apache-2.0 or MIT.