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-10-07 21:50:55 +02:00
app bbcode fixes 2016-10-07 21:50:55 +02:00
cache it's not dead!!! 2016-07-26 19:29:53 +02:00
config added lastfm on profile 2016-09-19 17:33:52 +02:00
database Store parsed bbcode 2016-10-07 18:06:07 +02:00
public Revert "removed flashii favicon from the project" 2016-10-07 21:23:51 +02:00
resources bbcode fixes 2016-10-07 21:50:55 +02:00
uploads bbcode parser 2016-08-04 23:24:08 +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 Revert "removed flashii favicon from the project" 2016-10-07 21:23:51 +02:00
.styleci.yml use psr2 2015-10-30 17:42:24 +01:00
composer.json preparations for lastfm 2016-09-19 11:51:43 +02:00
composer.lock preparations for lastfm 2016-09-19 11:51:43 +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 preparations 2016-09-21 20:36:49 +02:00
sakura.php Add command for rebuilding bbcode cache 2016-10-07 21:21:05 +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 removed constants and added filesystem manager 2016-10-07 19:37:00 +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.