arostech/migrations-and-models

Migrations and Models for the Aros Tech CMS

v1.0.23 2024-08-14 22:10 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