Source code of Flashii in 2015-2017
This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2016-08-01 19:38:59 +02:00
app an attempt at something 2016-08-01 19:38:59 +02:00
cache it's not dead!!! 2016-07-26 19:29:53 +02:00
config that needs quotes, you dunce 2016-07-31 03:38:54 +02:00
database the forum actually works somehow 2016-07-31 03:32:37 +02:00
public migration and the software itself works! 2016-07-29 21:31:36 +02:00
resources The beginning of TypeScript 2016-07-31 21:36:13 +02:00
.gitattributes my local repository broke so all this shit happened, have a nice day 2015-12-02 15:38:40 +01:00
.gitignore very broken 2016-07-27 17:37:44 +02:00
.styleci.yml use psr2 2015-10-30 17:42:24 +01:00
composer.json it's happening 2016-07-30 15:48:09 +02:00
composer.lock it's happening 2016-07-30 15:48:09 +02:00
cron.php premium stuff 2016-03-27 23:18:57 +02:00
gulpfile.js The beginning of TypeScript 2016-07-31 21:36:13 +02:00
LICENSE r20151231, happy new year to whoever reads this! 2015-12-31 15:51:01 +01:00
mahou migration and the software itself works! 2016-07-29 21:31:36 +02:00
package.json migration and the software itself works! 2016-07-29 21:31:36 +02:00
README.md it's happening 2016-07-30 15:48:09 +02:00
routes.php The beginning of TypeScript 2016-07-31 21:36:13 +02:00
sakura.php it's happening 2016-07-30 15:48:09 +02:00
server.php r20160204 2016-02-04 21:56:40 +01:00
tsconfig.json migration and the software itself works! 2016-07-29 21:31:36 +02:00
utility.php an attempt at something 2016-08-01 19:38:59 +02:00

Sakura

StyleCI SensioLabsInsight

Requirements

  • PHP 7.0.0 or newer
  • A database engine compatible with your PHP install and Laravel/Illuminate's database abstraction layer, MySQL 5.7 recommended.

I will include a full list of required extensions later.

Development setup

Copy config.example.ini, set everything up to your liking (database is most important). I'd also recommend setting show_errors to true for development. Then run the following commands in the root.

php mahou database-install
php mahou database-migrate
php mahou setup

After that you can either use php mahou serve to use the built in development server or serve the public folder through your webserver of choice.

Contributing

Right now I'm not accepting big PRs because of a set of big things not being fully implemented yet, bug fix PRs are more than welcome though!

License

Sakura is licensed under the Apache License version 2. Check the LICENSE file for the full thing or if you just want a quick summary click here.