tighten / mon-petit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mon Petit

Tool for analytics and SEO

Technology

  • PHP >= 8.1
  • MySQL
  • Vite

Installation

  1. Install dependencies: composer install
  2. Copy .env.example to .env and modify its contents to reflect your local environment.
  3. Generate an application key: php artisan key:generate
  4. Create a database and point the DB_DATABASE to it in the .env file.
  5. Run database migrations: php artisan migrate
  6. Install frontend dependencies: npm install
  7. Build frontend assets with npm run dev
  8. Run tests with php artisan test.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email matt@tighten.co instead of using the issue tracker.

Credits

Support us

Tighten's whole-business approach transcends engineering, propelling software-driven businesses forward with clarity and confidence. You can learn more about us on our web site.

License

The MIT License (MIT). Please see License File for more information.

About

License:MIT License


Languages

Language:PHP 85.1%Language:Blade 13.8%Language:Shell 0.8%Language:JavaScript 0.2%