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-04 17:34:25 +02:00
app design stuff 2016-08-04 17:34:25 +02:00
cache it's not dead!!! 2016-07-26 19:29:53 +02:00
config cleanup 2016-08-02 22:35:12 +02:00
database FUCK 2016-08-03 19:47:46 +02:00
public making a lot of progress on the js side 2016-08-04 01:40:47 +02:00
resources design stuff 2016-08-04 17:34:25 +02:00
.gitattributes
.gitignore very broken 2016-07-27 17:37:44 +02:00
.styleci.yml
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 FUCK 2016-08-03 19:47:46 +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 making a lot of progress on the js side 2016-08-04 01:40:47 +02:00
sakura.php making a lot of progress on the js side 2016-08-04 01:40:47 +02:00
server.php r20160204 2016-02-04 21:56:40 +01:00
tsconfig.json making a lot of progress on the js side 2016-08-04 01:40:47 +02:00
utility.php for the case sensitive among us 2016-08-02 15:17:16 +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.