Openlaravel
A collection of open source projects built using Laravel.
Install / Use
/learn @ammezie/OpenlaravelREADME
Open Laravel
A repository of open source projects built using Laravel.
Getting Started
Clone the project repository by running the command below if you use SSH
git clone git@github.com:ammezie/openlaravel.git
If you use https, use this instead
git clone https://github.com/ammezie/openlaravel.git
Getting Started
cd into the project directory and run:
composer install
Duplicate .env.example and rename it .env
Run:
php artisan key:generate
Then run
npm install
Setup Algolia
Create a free Algolia account at https://www.algolia.com/users/sign_up then fill in your Algolia API Keys in your .env file:
ALGOLIA_APP_ID=xxxxxxxxxx
ALGOLIA_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ALGOLIA_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Setup GitHub
Create a GitHub personal access token at https://github.com/settings/tokens with the following scopes repo:status and public_repo then fill in the generated token in your .env file:
GITHUB_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Then run:
npm run dev
Database Migrations
Be sure to fill in your database details in your .env file before running the migrations:
php artisan migrate
Once the database is settup and migrations are up, run
php artisan serve
and visit http://localhost:8000/ to see the application in action.
TODO
- Filter by stars
- Filter by activities
- ~~Show project repo activity on view project page~~
- Add project screenshot/logo
Contributing
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
Please submit your pull request against the develop branch only.
License
The MIT License (MIT). Please see License File for more information.
Related Skills
apple-reminders
354.2kManage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
gh-issues
354.2kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
354.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
354.2kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
