mkamelmasoud / laravel-ads
laravel-ads-system
dev-master
2022-08-01 14:09 UTC
Requires
- php: ^7.4|^8.0
- codezero/laravel-unique-translation: ^3.5
- spatie/laravel-tags: ^4.3
Requires (Dev)
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2025-03-29 01:04:37 UTC
README
for local development
Step One Clone Repo
git clone git@github.com:coder0010/laravel-ads
or you can download it by the desktop application of GitHub
https://github.com/coder0010/laravel-ads
Switch to the repo folder
cd laravel-ads
Step Two Prepare Laravel Project
"repositories": [
{
"type": "path",
"url": "{path_to_pacakage}/laravel-ads"
}
],