thebadspace/app/Http/Controllers
ro 07793a413a Cleaned up migrations, full text search in model
Migrations were pretty much useless for database set up, so that needed
some attention to make setting up the project easier. Now, all necessary
tables can be created by running the `artisan migrate` command assuming
one has the database parameters set in the .env file

also added full text search capabilites through the database set up,
which the model itself can use to find locations, so the search has been
updated in the appropriate locations as well.

still need to add initial account set up and a form for adding sources
through the UI, but this was a big step towards letting anyone set up
their own version of tbs
2025-04-15 13:58:12 -06:00
..
AppealController.php Used laravel validation for appeal form 2024-02-09 17:21:07 -06:00
AuthController.php Added About, Listings, Location pages 2023-08-18 14:34:53 -07:00
Controller.php The Big Switch 2023-08-14 12:07:53 -07:00
DenController.php added member edit admin ui 2024-09-24 16:21:59 -06:00
ExportController.php added notes to locations, exports comments fix 2024-10-04 14:04:49 -06:00
FrontIndexController.php Cleaned up migrations, full text search in model 2025-04-15 13:58:12 -06:00
LocationController.php add role checks for admin function 2024-09-29 15:55:55 -06:00
MemberController.php form validation for member editing 2024-09-29 16:11:50 -06:00