Best laravel framework open-source packages.

CaseRunnerX

Open-Source Filament Simple Test Case Management System
Updated 6 months ago

Project Status

🚧 This project is still under Developement stage, do not use for production 🚧


Laravel Laravel Livewire PHP Filament

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as: Laravel is accessible, powerful, and provides tools required for large, robust applications.


Prerequisite

Enable this additional php extension:

1. sqlite

Installation

Step 1. and then cd to your clone repo and run this on your command

composer install

Step 2.

Copy the .env.example to ".env" and update the database credential

Step 3. install npm dependency

npm install

Step 4. Build the front end

npm run build

Step 5. run the command to initialize the system

php artisan system:initialize

Step 6. once done you can now navigate to the system

http://127.0.0.1:8000/ 
or
http://server-ip/

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

software licensed under the Apache License 2.0 license.