Package Data | |
---|---|
Maintainer Username: | illuminate3 |
Package Create Date: | 2015-02-27 |
Package Last Update: | 2015-07-06 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:09:43 |
Package Statistics | |
---|---|
Total Downloads: | 4 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 51 |
Total Watchers: | 15 |
Total Forks: | 21 |
Total Open Issues: | 4 |
Rakko | ラッコ | 'rah-ck-oh' noun Japanese for Sea Otter Rakko is the name of a river in Hokkaido, Japan. ( http://ja.wikipedia.org/wiki/楽古川 )
Rakko is the start of a platform to be used with Laravel 5. At the moment, however, Rakko is more of a bootstrap starter kit than a platform.
Rakko essentially uses translations based on the Kotoba package that is listed in composer.json. However, full multilingual ability still needs to be implemented.
1.0.0 Will move to full 1.0 after more testing and finalizing the core modules that are included.
BETA NOTICE! This is still beta since I haven't had a full chance to vet the full application. I am also planning to add tests to ensure quality. However, even with tests things still break due to the nature of programing. I do use this as my base code on a daily basis so expect progression and vetting.
These are included.
"laravel/framework": "5.0.*",
"illuminate3/kotoba": "dev-master",
"caffeinated/modules": "dev-master",
"caffeinated/themes": "~1.2",
"caffeinated/flash": "dev-master",
"caffeinated/shinobi": "dev-master",
"caffeinated/menus": "~1.0",
"caffeinated/plugins": "dev-master",
"laravel/socialite": "~2.0",
"laravelcollective/html": "~5.0",
"laracasts/presenter": "dev-master",
"yajra/laravel-datatables-oracle" : "~4.0",
"graham-campbell/throttle": "~3.0",
"intervention/image": "~2.1",
"intervention/imagecache": "~2.1",
"wikimedia/composer-merge-plugin": "~1.0",
"kalnoy/nestedset": "dev-master",
"arrilot/laravel-widgets": "~2.2"
These are packages that are included with Rakko.
APP_ENV=local
APP_DEBUG=false
APP_KEY=whatevergetsgenerated
APP_URL=http://localhost
DB_HOST=127.0.0.1
DB_DATABASE=databasename
DB_USERNAME=mysqlusername
DB_PASSWORD=mysqlpassword
CACHE_DRIVER=file
SESSION_DRIVER=file
EMAIL_HOST=localhost
EMAIL_PORT=1025
EMAIL_FROM_ADDRESS=
EMAIL_FROM_NAME=
EMAIL_ENCRYPTION=NULL
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_REDIRECT=http://www.site.com/social/login
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT=http://www.site.com/social/login
STRIPE_MODEL=User
STRIPE_SECRET=
https://github.com/illuminate3/kantoku
https://github.com/illuminate3/origami
Just download these, upload to the modules directory, and unzip.
a.
php artisan module:migrate Kagi
php artisan module:seed Kagi
b.
php artisan module:migrate Profiles
php artisan module:seed Profiles
c.
php artisan module:migrate General
php artisan module:seed General
d.
php artisan module:seed Kantoku
e.
php artisan module:seed Origami
login at http://yoursite/auth/login login: admin@admin.com password: kagiadmin
login: user@user.com password: kagiuser
vendor:publish --provider="App\Modules\ModuleName\Providers\ModuleNameServiceProvider"
The config files for each module has the vendor:publish code included.
I've been trying my best to confirm ro PSR-0-4 standards.
However, you will note that I do use tabs. I'm addicted to them since I use BBEdit. Also, because, I've spent years of dealing with code that is mixed tabs and spaces. I will not go into the horrors of line endings or file encoding.
Want me to kick my addiction to tabs, well, yeah, try. I promise you that it'll take more than a few beers!
A very special thanks and arigatou! to Kai over at ( https://github.com/caffeinated ) Thanks for your patience and help!
I also should mention the 2 starter kits for L4. Without them I would never have gotten this far with Laravel.
Also, to Laravel. Besides being a "y'all" know a killer framework from Arkansas, but also for making me have to drive on the opposite side of the road again ... or if you rather say, the correct side of the road.
The MIT License (MIT)
Because I'm a rebel at heart ...