Download the PHP package the94air/slimo without Composer
On this page you can find all versions of the php package the94air/slimo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package slimo
slimo
A skelton for your slim app
Installation
-
install with composer. Your PHP package manager.
-
And for using webpack (laravel-mix) just run
- Have fun!
Learn how to use
You can browse these links to find out more about each part of this skeleton
- Slim framework
- Laravel ORM (Eloquent) for communicating with the database.
- Dotenv for loading environment variables (.env).
- Twig for PHP template engine.
- Slim-Csrf for CSRF protection.
- SlimValidation & Respect\Validation for forms validation.
- Laravel Mix for assets compiling with wepack.
- swiftmailer for sending emails.
How to send mail
For that you will be able to add your configurations to the .env
file.
And after that you will be able to access the $mailer
from your Routers and Controllers.
Attention
This package is forked from slender package thanks to Alex Garrett with more additional and useful packages. Feel free to add your own feature from the open source universe (Make a pull request).
This software does not have a license. All used packages has it's own license. And BTW... Laravel is a trademark of Taylor Otwell.
All versions of slimo with dependencies
slim/slim Version ^3.8
slim/twig-view Version ^2.2
symfony/var-dumper Version ^3.2
vlucas/phpdotenv Version ^2.4
illuminate/database Version 5.6.*
awurth/slim-validation Version ^3.0
slim/csrf Version ^0.8.2
slim/flash Version ^0.4.0
swiftmailer/swiftmailer Version ^6.0