Git pull this repository to a location of choice on your computer.
git clone https://github.com/marky291/lit-timetables.git
Download and use Composer, in the root of the project.
composer install
composer install --ignore-platform-reqs
Seed the database for local development
./vendor/bin/sail artisan db:seed
Or use live timetable data for testing
./vendor/bin/sail artisan relay:sync
Deploy the Laravel Docker Container for environment setup. If you are missing docker then you should install Docker
./vendor/bin/sail up
Meilisearch is an open-source search engine that powers the search in the application by default this is preconfigured with the laravel sail docker container and defined in the .env
environment file.
SCOUT_DRIVER=meiliesearch
SCOUT_QUEUE=true
Meiliesearch uses Laravel Scout as the engine driver.
php artisan test
If you discover a security vulnerability please send an e-mail to Mark Hester via marky360@live.ie.
The Laravel framework is open-sourced software licensed under the MIT license.