Skip to content

chrisjk123/laravel-projects

Repository files navigation

Add projects database tables to a Laravel app

Version MIT Licensed GitHub Tests Action Status Quality Score Total Downloads

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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Releases

No releases published

Packages

No packages published

Languages