midnite81 / laravel-base by midnite81

Base Functionality for Laravel
34,875
3
5
Package Data
Maintainer Username: midnite81
Maintainer Contact: webdev@centralblue.co.uk (Simon Rogers)
Package Create Date: 2017-01-24
Package Last Update: 2021-02-03
Home Page: https://midnite.uk/github/laravel-base
Language: PHP
License: MIT
Last Refreshed: 2024-03-24 03:11:06
Package Statistics
Total Downloads: 34,875
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 3
Total Watchers: 5
Total Forks: 2
Total Open Issues: 1

LaravelBase Latest Stable Version Total Downloads Latest Unstable Version License

Some base functionality for Laravel

Work in progress - proper documentation to follow.

Installation

This package requires PHP 5.6+, and includes a Laravel 5 Service Provider and Facade.

To install through composer include the package in your composer.json.

"midnite81/laravel-base": "2.0.*"

Run composer install or composer update to download the dependencies or you can run composer require midnite81/laravel-base.

Refresh Autoloader

At this point some users may need to run the command composer dump-autoload. Alternatively, you can run php artisan optimize which should include the dump-autoload command.

Documentation