Luracast / Laravel-Database

Laravel database for your non laravel projects. Built on top of illuminate/database to provide migration, seeding and artisan support
85 stars 12 forks source link

How to use Latest Artisan command? #12

Closed takielias closed 3 years ago

takielias commented 4 years ago

I want to use the latest make:model artisan command like php artisan make:model User -m . But it does not work. How can I fix it?

Arul- commented 3 years ago

Check out https://github.com/Arul-/Laravel-Database and https://github.com/Arul-/RestlerApplication as a usage example