midnite81 / laravel-base
Base Functionality for Laravel
v4.0.1
2020-07-01 15:24 UTC
Requires
- php: >=5.5.9
- laravel/framework: >5.0
- ramsey/uuid: ^3 || ^4
This package is auto-updated.
Last update: 2026-05-29 00:39:45 UTC
README
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