arostech/migrations-and-models

Migrations and Models for the Aros Tech CMS

v1.0.19 2024-06-04 21:43 UTC

README

Execute these lines of code in the terminal

composer require arostech/migrations-and-models:dev-main

php artisan vendor:publish --tag=migrations

php artisan migrate

After this you should be all good to use the Aros Tech CMS Models, as they have been added as tables to your database