This package is a projects database with maxed out models, migrations and seeders to help get you setup.
This package requires Laravel 5.8 or higher, PHP 7.2 or higher and a database that supports json fields and MySQL compatible functions.
Note: Laravel Projects requires you to have user authentication in place prior to installation. For Laravel 5.* based projects run the
make:auth
Artisan command. For Laravel 6.* based projects please see the official guide to get started.
You can install the package via composer:
composer require chrisjk123/laravel-projects
Publish the primary configuration file using the projects:publish
Artisan command:
php artisan projects:publish
Additionally you may run some seeders to quick start:
php artisan projects:seed
Run the tests with:
composer test
Please see CHANGELOG for more information what has changed recently.
If you discover any security related issues, please email christopherjk123@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.