chrisjk123 / laravel-projects
Add projects database tables to a Laravel app
Requires
- php: ^7.2
- laravel/framework: ^6.0|^7.0
Requires (Dev)
- orchestra/testbench: ~3.8.0|^4.0|^5.0
- phpunit/phpunit: ^8.0|^9.0
This package is auto-updated.
Last update: 2024-10-24 23:03:00 UTC
README
Table of Contents
Introduction
This package is a projects database with maxed out models, migrations and seeders to help get you setup.
Requirements
This package requires Laravel 5.8 or higher, PHP 7.2 or higher and a database that supports json fields and MySQL compatible functions.
Installation
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
Testing
Run the tests with:
composer test
Usage
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email christopherjk123@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.